mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
statusbar was a bit broken when using split windows
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1487 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
749e70cad6
commit
f89d89b0e7
3 changed files with 12 additions and 0 deletions
|
|
@ -596,6 +596,7 @@ static void sig_mainwindow_created(MAIN_WINDOW_REC *window)
|
|||
window->statusbar =
|
||||
statusbar_create(STATUSBAR_POS_MIDDLE,
|
||||
window->first_line+window->height);
|
||||
((STATUSBAR_REC *) window->statusbar)->window = window;
|
||||
sidebar_add_items(window);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue