mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +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
|
|
@ -129,6 +129,8 @@ void textbuffer_view_scroll_line(TEXT_BUFFER_VIEW_REC *view, LINE_REC *line);
|
|||
/* Return line cache */
|
||||
LINE_CACHE_REC *textbuffer_view_get_line_cache(TEXT_BUFFER_VIEW_REC *view,
|
||||
LINE_REC *line);
|
||||
/* Reset the whole line cache */
|
||||
void textbuffer_view_reset_cache(TEXT_BUFFER_VIEW_REC *view);
|
||||
|
||||
/*
|
||||
Functions for manipulating the text buffer, using these commands update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue