aboutsummaryrefslogtreecommitdiffhomepage
path: root/input.c
diff options
context:
space:
mode:
Diffstat (limited to 'input.c')
-rw-r--r--input.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/input.c b/input.c
index cf2744d1..5fea828b 100644
--- a/input.c
+++ b/input.c
@@ -232,6 +232,9 @@ static int inputrc_block_count=0;
*/
static int inputrc_error = 0;
+/**
+ Set to one when the input subsytem has been initialized.
+*/
static int is_init = 0;
wchar_t input_get_code( wchar_t *name )