mirror of git://git.sv.gnu.org/nano.git
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:
parent
2161fa6254
commit
a17a130d6c
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue