diff options
Diffstat (limited to 'src/nvim/tui/input.h')
-rw-r--r-- | src/nvim/tui/input.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/tui/input.h b/src/nvim/tui/input.h index da565fbb6f..5c0181362b 100644 --- a/src/nvim/tui/input.h +++ b/src/nvim/tui/input.h @@ -27,7 +27,7 @@ typedef struct term_input { int8_t waiting_for_bg_response; int8_t waiting_for_csiu_response; ExtkeysType extkeys_type; - long ttimeoutlen; + OptInt ttimeoutlen; TermKey *tk; TermKey_Terminfo_Getstr_Hook *tk_ti_hook_fn; ///< libtermkey terminfo hook TimeWatcher timer_handle; |