mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
add format_string_expand and format_string_unexpand methods to Perl
This commit is contained in:
parent
25ad30d5e4
commit
030da3ec9c
9 changed files with 226 additions and 6 deletions
|
|
@ -274,7 +274,7 @@ view_update_line_cache(TEXT_BUFFER_VIEW_REC *view, LINE_REC *line)
|
|||
linecount = 1;
|
||||
lines = NULL;
|
||||
|
||||
line_text = textbuffer_line_get_text(view->buffer, line);
|
||||
line_text = textbuffer_line_get_text(view->buffer, line, FALSE);
|
||||
if (line_text != NULL) {
|
||||
for (ptr = (unsigned char *) line_text;;) {
|
||||
if (*ptr == '\0')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue