aboutsummaryrefslogtreecommitdiffhomepage
path: root/input_common.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-08-13 11:38:03 +1000
committerGravatar axel <axel@liljencrantz.se>2006-08-13 11:38:03 +1000
commit0a4819be27b9de7ab80738086ae09a77a2509819 (patch)
tree82f2f5a6bb379fcfb4895f41423e9964b64d504b /input_common.c
parent72ad4e0d3b7d8038a5a911d99bb2175f15c5fd57 (diff)
Add support for buffering of input to a command, the first step to piping data to fish_pager instead of using the argument list
darcs-hash:20060813013803-ac50b-f8000d4c96162023411f84643f47221860b350b2.gz
Diffstat (limited to 'input_common.c')
-rw-r--r--input_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/input_common.c b/input_common.c
index ebc4b9ec..c06ac427 100644
--- a/input_common.c
+++ b/input_common.c
@@ -36,7 +36,7 @@ Implementation file for the low level input library
/**
Characters that have been read and returned by the sequence matching code
*/
-static wint_t lookahead_arr[32];
+static wint_t lookahead_arr[1024];
/**
Number of entries in lookahead_arr