aboutsummaryrefslogtreecommitdiff
path: root/src/os_unix.h
diff options
context:
space:
mode:
authorStefan Hoffmann <stefan991@gmail.com>2014-04-22 16:34:30 +0200
committerThiago de Arruda <tpadilha84@gmail.com>2014-04-24 10:38:42 -0300
commitbf9aeda01c0c134002d12eebaf1ffec7003417d6 (patch)
treeb499d0a1a6885995b27bd6f98050e727f80923f5 /src/os_unix.h
parent3f38c384efe5b81c886440de2fb352cac6e581fa (diff)
downloadrneovim-bf9aeda01c0c134002d12eebaf1ffec7003417d6.tar.gz
rneovim-bf9aeda01c0c134002d12eebaf1ffec7003417d6.tar.bz2
rneovim-bf9aeda01c0c134002d12eebaf1ffec7003417d6.zip
Remove mch_screenmode, inline EMSG into ex_mode()
Diffstat (limited to 'src/os_unix.h')
-rw-r--r--src/os_unix.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/os_unix.h b/src/os_unix.h
index e3f5df887f..c6b656dc63 100644
--- a/src/os_unix.h
+++ b/src/os_unix.h
@@ -32,7 +32,6 @@ void mch_settmode(int tmode);
void get_stty(void);
void mch_setmouse(int on);
void check_mouse_termcode(void);
-int mch_screenmode(char_u *arg);
int mch_get_shellsize(void);
void mch_set_shellsize(void);
int mch_expand_wildcards(int num_pat, char_u **pat, int *num_file,