diff options
Diffstat (limited to 'src/nvim/tui/input.h')
-rw-r--r-- | src/nvim/tui/input.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/tui/input.h b/src/nvim/tui/input.h index 69a4fae50d..7d59cf5c6a 100644 --- a/src/nvim/tui/input.h +++ b/src/nvim/tui/input.h @@ -12,7 +12,9 @@ typedef struct term_input { bool paste_enabled; bool waiting; TermKey *tk; +#if TERMKEY_VERSION_MAJOR > 0 || TERMKEY_VERSION_MINOR > 18 TermKey_Terminfo_Getstr_Hook *tk_ti_hook_fn; ///< libtermkey terminfo hook +#endif TimeWatcher timer_handle; Loop *loop; Stream read_stream; |