/SCROLLBACK REDRAW - redraw the contents of current window according to

active formats, ie. changing theme changes scrollback.

It's still a bit buggy (can crash) with multiline formats, need to fix
it as soon as I figure out where the problem is..


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@852 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-11-21 03:00:05 +00:00 committed by cras
commit e923b1651a
12 changed files with 442 additions and 131 deletions

View file

@ -461,7 +461,7 @@ static void sig_print_format(THEME_REC *theme, const char *module,
if (*str != '\0') {
/* add the line start format */
linestart = format_get_line_start(log_theme, dest);
linestart = format_get_level_tag(log_theme, dest);
tmp = str;
str = format_add_linestart(tmp, linestart);
g_free_not_null(linestart);