diff --git a/src/winio.c b/src/winio.c index 0d776da1395de22e24806abbab6a378ac8a595f3..0a8700f96e53185fba2694e11d12ff9ca948a2f1 100644 --- a/src/winio.c +++ b/src/winio.c @@ -45,7 +45,7 @@ static size_t key_buffer_len = 0; /* The length of the keystroke buffer. */ static bool solitary = FALSE; /* Whether an Esc arrived by itself -- not as leader of a sequence. */ -static waiting_mode = TRUE; +static bool waiting_mode = TRUE; /* Whether getting a character will wait for a key to be pressed. */ static int statusblank = 0; /* The number of keystrokes left before we blank the statusbar. */