1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-11-23 11:41:15 -05:00

Minimize Cygwin64 changes & use __unix__ instead of CYGWIN.

This commit is contained in:
2013-09-14 21:31:42 +08:00
parent 15012326db
commit e83feafda1
4 changed files with 6 additions and 8 deletions

View File

@@ -345,9 +345,9 @@ int getcmd(void)
#if VT220
proc_metac:
#endif
if (c == 128+27) /* CSI */
goto handle_CSI;
#endif
/* process META prefix */
if (c == (CONTROL | '[')) {
c = get1key();