mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Line removing fixes, /LAST -clear fixed
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1477 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
4e06d50255
commit
e3805b63a5
2 changed files with 5 additions and 3 deletions
|
|
@ -47,8 +47,8 @@ static void window_lastlog_clear(WINDOW_REC *window)
|
|||
if (line->info.level & MSGLEVEL_LASTLOG)
|
||||
textbuffer_view_remove_line(view, line);
|
||||
}
|
||||
textbuffer_view_redraw(view);
|
||||
screen_refresh_thaw();
|
||||
//gui_window_redraw(window);
|
||||
}
|
||||
|
||||
/* Only unknown keys in `optlist' should be levels.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue