Cygwin: console: Adjust the detailed behaviour of ESC sequences.
- This patch makes some detailed behaviour of ESC sequences such as "CSI Ps L" (IL), "CSI Ps M" (DL) and "ESC M" (RI) in xterm mode match with real xterm.
This commit is contained in:
committed by
Corinna Vinschen
parent
729cb70bcf
commit
002206dc7c
@ -1862,6 +1862,7 @@ class dev_console
|
||||
bool saw_question_mark;
|
||||
bool saw_greater_than_sign;
|
||||
bool saw_space;
|
||||
bool saw_exclamation_mark;
|
||||
bool vt100_graphics_mode_G0;
|
||||
bool vt100_graphics_mode_G1;
|
||||
bool iso_2022_G1;
|
||||
|
Reference in New Issue
Block a user