aboutsummaryrefslogtreecommitdiff
path: root/src/ui.c
diff options
context:
space:
mode:
authorJohn Schmidt <john.schmidt.h@gmail.com>2014-03-17 17:24:38 +0100
committerThiago de Arruda <tpadilha84@gmail.com>2014-04-05 10:01:21 -0300
commit44a6f194b44c0db5464c417f2fde6428f9b552ac (patch)
tree3b191cb86c44108b8bb4390a8b0112ca65ecf0f2 /src/ui.c
parent8a0043130fed84f67c83451e675d08617216c6eb (diff)
downloadrneovim-44a6f194b44c0db5464c417f2fde6428f9b552ac.tar.gz
rneovim-44a6f194b44c0db5464c417f2fde6428f9b552ac.tar.bz2
rneovim-44a6f194b44c0db5464c417f2fde6428f9b552ac.zip
Remove SniFF
Diffstat (limited to 'src/ui.c')
-rw-r--r--src/ui.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ui.c b/src/ui.c
index 8cc123a3e3..8905a99add 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -292,7 +292,7 @@ void ui_breakcheck(void)
* descriptions which would otherwise overflow. The buffer is considered full
* when only this extra space (or part of it) remains.
*/
-# define INBUFLEN 250
+# define INBUFLEN 4096
static char_u inbuf[INBUFLEN + MAX_KEY_CODE_LEN];
static int inbufcount = 0; /* number of chars in inbuf[] */
@@ -364,8 +364,7 @@ void set_input_buf(char_u *p)
#if defined(FEAT_GUI) \
|| defined(FEAT_MOUSE_GPM) || defined(FEAT_SYSMOUSE) \
|| defined(FEAT_XCLIPBOARD) || defined(VMS) \
- || defined(FEAT_SNIFF) || defined(FEAT_CLIENTSERVER) \
- || defined(PROTO)
+ || defined(PROTO) || defined(FEAT_CLIENTSERVER)
/*
* Add the given bytes to the input buffer
* Special keys start with CSI. A real CSI must have been translated to