mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
tui: make termkey use utf-8 mode when &encoding=utf-8 #2469
This commit is contained in:
@@ -38,6 +38,7 @@ struct ui_t {
|
||||
void (*suspend)(UI *ui);
|
||||
void (*set_title)(UI *ui, char *title);
|
||||
void (*set_icon)(UI *ui, char *icon);
|
||||
void (*set_encoding)(UI *ui, char *enc);
|
||||
void (*stop)(UI *ui);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user