mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 12:23:37 +02:00
window-top-statusbars weren't working properly.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1907 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
8a5cda6167
commit
319e852bb4
1 changed files with 2 additions and 2 deletions
|
|
@ -42,13 +42,13 @@ static int old_screen_width, old_screen_height;
|
|||
screen_window_create(0, \
|
||||
(window)->first_line + (window)->statusbar_lines_top, \
|
||||
(window)->width, \
|
||||
(window)->height + (window)->statusbar_lines_bottom)
|
||||
(window)->height + (window)->statusbar_lines)
|
||||
|
||||
#define mainwindow_set_screen_size(window) \
|
||||
screen_window_move((window)->screen_win, 0, \
|
||||
(window)->first_line + (window)->statusbar_lines_top, \
|
||||
(window)->width, \
|
||||
(window)->height - (window)->statusbar_lines_bottom);
|
||||
(window)->height - (window)->statusbar_lines);
|
||||
|
||||
|
||||
static MAIN_WINDOW_REC *find_window_with_room(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue