diff options
Diffstat (limited to 'src/nvim/globals.h')
-rw-r--r-- | src/nvim/globals.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/nvim/globals.h b/src/nvim/globals.h index 7d1666f866..b9a1916ef2 100644 --- a/src/nvim/globals.h +++ b/src/nvim/globals.h @@ -1048,14 +1048,6 @@ EXTERN int typebuf_was_filled INIT(= FALSE); /* received text from client or from feedkeys() */ -#if defined(UNIX) -EXTERN int term_is_xterm INIT(= FALSE); /* xterm-like 'term' */ -#endif - -#if defined(UNIX) -EXTERN int xterm_conflict_mouse INIT(= FALSE); -#endif - #ifdef BACKSLASH_IN_FILENAME EXTERN char psepc INIT(= '\\'); /* normal path separator character */ EXTERN char psepcN INIT(= '/'); /* abnormal path separator character */ |