8비트 제어 시퀀스를 활성화하는 것이 권장되지 않는 이유는 무엇입니까?
./configure --help:--enable-8bitctrls8비트 제어 시퀀스 활성화(권장되지 않음) 내가 아는 한, 영향을 받는 유일한 코드는 다음 부분입니다 src/command.C. /*{{{ process non-printing single characters */ void ecb_hot rxvt_term::process_nonprinting (unicode_t ch) { switch (ch) { // // skipping non-relevant lines // #ifdef ...