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 d7bafe3f..e5778b70 100644
--- a/src/input_common.h
+++ b/src/input_common.h
@@ -85,6 +85,9 @@ void input_common_destroy();
/// Adjust the escape timeout.
void update_wait_on_escape_ms();
+/// Set the escape timeout directly.
+void set_wait_on_escape_ms(int 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 done using mbrtowc. If a character has previously been
/// read and then 'unread' using \c input_common_unreadch, that character is returned. If timed is