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:
Takashi Yano via Cygwin-patches
2020-05-30 18:25:03 +09:00
committed by Corinna Vinschen
parent 41ae84e6dc
commit 0c5aab9c99
2 changed files with 15 additions and 6 deletions

View File

@ -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);