tweaks: avoid compiler warning about implicit type

master
Benno Schulenberg 2017-06-04 12:58:08 +02:00
parent 6a70d2b6e2
commit 84cd0abd6f
1 changed files with 1 additions and 1 deletions

View File

@ -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. */