mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
/SB END: Don't do anything when already at the bottom (it was broken if
there was empty space at bottom) Horizontal resizing now keeps window position. Also some fixes to vertical resizing. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1156 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
56abbcd2e3
commit
96512a3d6a
2 changed files with 68 additions and 19 deletions
|
|
@ -406,6 +406,8 @@ static void cmd_scrollback_end(const char *data)
|
|||
GUI_WINDOW_REC *gui;
|
||||
|
||||
gui = WINDOW_GUI(active_win);
|
||||
if (gui->bottom)
|
||||
return;
|
||||
|
||||
gui->startline = gui->bottom_startline;
|
||||
gui->subline = gui->bottom_subline;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue