mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
Remove mch_screenmode, inline EMSG into ex_mode()
This commit is contained in:

committed by
Thiago de Arruda

parent
3f38c384ef
commit
bf9aeda01c
@@ -889,17 +889,6 @@ void check_mouse_termcode()
|
||||
del_mouse_termcode(KS_SGR_MOUSE);
|
||||
}
|
||||
|
||||
/*
|
||||
* set screen mode, always fails.
|
||||
*/
|
||||
int mch_screenmode(arg)
|
||||
char_u *arg;
|
||||
{
|
||||
EMSG(_(e_screenmode));
|
||||
return FAIL;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Try to get the current window size:
|
||||
* 1. with an ioctl(), most accurate method
|
||||
|
Reference in New Issue
Block a user