aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 5a43e9a46aa..c3bc8307d7f 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -7180,6 +7180,7 @@ tty_read_avail_input (struct terminal *terminal,
7180static void 7180static void
7181handle_async_input (void) 7181handle_async_input (void)
7182{ 7182{
7183#ifndef DOS_NT
7183 while (1) 7184 while (1)
7184 { 7185 {
7185 int nread = gobble_input (); 7186 int nread = gobble_input ();
@@ -7189,6 +7190,7 @@ handle_async_input (void)
7189 if (nread <= 0) 7190 if (nread <= 0)
7190 break; 7191 break;
7191 } 7192 }
7193#endif
7192} 7194}
7193 7195
7194void 7196void