mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
Bugfixes for the windowing system.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@548 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
ca402b6f66
commit
9fbc842c7b
3 changed files with 24 additions and 15 deletions
|
|
@ -346,7 +346,7 @@ static void cmd_clear(void)
|
|||
gui->ypos = -1;
|
||||
gui->bottom_startline = gui->startline = g_list_last(gui->lines);
|
||||
gui->bottom_subline = gui->subline = gui->last_subline+1;
|
||||
gui->empty_linecount = gui->parent->last_line-gui->parent->first_line+1;
|
||||
gui->empty_linecount = gui->parent->lines;
|
||||
gui->bottom = TRUE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue