aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/input_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input_common.h')
-rw-r--r--src/input_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/input_common.h b/src/input_common.h
index 5ec34b39..72ccc073 100644
--- a/src/input_common.h
+++ b/src/input_common.h
@@ -35,6 +35,9 @@ void input_common_init(int (*ih)());
*/
void input_common_destroy();
+// Adjust the escape timeout.
+void update_wait_on_escape_ms();
+
/**
Function used by input_readch to read bytes from stdin until enough
bytes have been read to convert them to a wchar_t. Conversion is