mirror of
https://github.com/neovim/neovim.git
synced 2025-09-22 11:18:19 +00:00
Remove unused USE_TERM_CONSOLE ifdefs #1015
This is unused after dropped amiga and msdos support.
This commit is contained in:

committed by
Justin M. Keyes

parent
84854202fe
commit
1de8fe30c8
@@ -902,9 +902,6 @@ EXTERN int read_cmd_fd INIT(= 0); /* fd to read commands from */
|
||||
/* volatile because it is used in signal handler catch_sigint(). */
|
||||
EXTERN volatile int got_int INIT(= FALSE); /* set to TRUE when interrupt
|
||||
signal occurred */
|
||||
#ifdef USE_TERM_CONSOLE
|
||||
EXTERN int term_console INIT(= FALSE); /* set to TRUE when console used */
|
||||
#endif
|
||||
EXTERN int termcap_active INIT(= FALSE); /* set by starttermcap() */
|
||||
EXTERN int cur_tmode INIT(= TMODE_COOK); /* input terminal mode */
|
||||
EXTERN int bangredo INIT(= FALSE); /* set to TRUE with ! command */
|
||||
|
Reference in New Issue
Block a user