update line cache on switching wcwidth implementation

This commit is contained in:
ailin-nemui 2018-08-23 14:03:53 +02:00
commit b2a429bfb4
4 changed files with 19 additions and 5 deletions

View file

@ -123,7 +123,7 @@ void wcwidth_wrapper_init(void)
#endif
read_settings();
signal_add("setup changed", (SIGNAL_FUNC) read_settings);
signal_add_first("setup changed", (SIGNAL_FUNC) read_settings);
}
void wcwidth_wrapper_deinit(void)