diff options
author | bfredl <bjorn.linse@gmail.com> | 2022-12-16 13:50:12 +0100 |
---|---|---|
committer | bfredl <bjorn.linse@gmail.com> | 2022-12-20 21:43:42 +0100 |
commit | b42d8a43b9f1b3316e73108ebefc4850b1a2c65b (patch) | |
tree | 408d480448e23225291092952c789888e2b60f25 /src/nvim/charset.h | |
parent | f04087d8ba0623d1946eefe0f71d5f3e92d58c14 (diff) | |
download | rneovim-b42d8a43b9f1b3316e73108ebefc4850b1a2c65b.tar.gz rneovim-b42d8a43b9f1b3316e73108ebefc4850b1a2c65b.tar.bz2 rneovim-b42d8a43b9f1b3316e73108ebefc4850b1a2c65b.zip |
refactor(tui): use nvim_echo() for verbose terminfo
This is needed for #18375 for the obvious reasons.
note: verbose_terminfo_event is only temporarily needed
until the full TUI process refactor is merged.
Diffstat (limited to 'src/nvim/charset.h')
-rw-r--r-- | src/nvim/charset.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/charset.h b/src/nvim/charset.h index 978a357aa7..e1ef06ef1d 100644 --- a/src/nvim/charset.h +++ b/src/nvim/charset.h @@ -7,6 +7,7 @@ #include "nvim/eval/typval.h" #include "nvim/option_defs.h" #include "nvim/pos.h" +#include "nvim/strings.h" #include "nvim/types.h" /// Return the folded-case equivalent of the given character |