add debugging statement

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2377 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
David Lawrence Ramsey 2005-03-16 14:39:42 +00:00
parent 2161fa6254
commit a17a130d6c
1 changed files with 4 additions and 0 deletions

View File

@ -184,6 +184,10 @@ void get_buffer(WINDOW *win)
/* Switch back to non-blocking input. */
nodelay(win, FALSE);
#ifdef DEBUG
fprintf(stderr, "get_buffer(): key_buffer_len = %lu\n", (unsigned long)key_buffer_len);
#endif
}
/* Return the length of the default keystroke buffer. */