Cygwin: console: Make cursor keys work in vim under ConEmu.
- After commit 774b8996d1
, cursor
keys do not work in vim under ConEmu without cygwin-connector.
This patch fixes the issue.
This commit is contained in:
committed by
Corinna Vinschen
parent
41ae84e6dc
commit
0c5aab9c99
@ -2040,6 +2040,7 @@ class dev_console
|
||||
char *cons_rapoi;
|
||||
LONG xterm_mode_input;
|
||||
LONG xterm_mode_output;
|
||||
bool cursor_key_app_mode;
|
||||
|
||||
inline UINT get_console_cp ();
|
||||
DWORD con_to_str (char *d, int dlen, WCHAR w);
|
||||
|
Reference in New Issue
Block a user