Commit 1b1e8b63 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

add missing NANO_SMALL #ifdef

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2217 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent d9ad76ba
Showing with 2 additions and 0 deletions
+2 -0
......@@ -443,11 +443,13 @@ int parse_kbinput(WINDOW *win, bool *meta_key, bool *func_key
buffer *kbinput;
int retval = ERR;
#ifndef NANO_SMALL
if (reset) {
escapes = 0;
word_digits = 0;
return ERR;
}
#endif
*meta_key = FALSE;
*func_key = FALSE;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment