mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
update line cache on switching wcwidth implementation
This commit is contained in:
parent
3ef0b9b3d0
commit
b2a429bfb4
4 changed files with 19 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue