mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
Entry line scrolling works better.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@587 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
ccf12d2bfc
commit
32851fcfe3
@ -37,7 +37,7 @@ static void entry_screenpos(void)
|
||||
scrstart = 0;
|
||||
scrpos = pos;
|
||||
} else {
|
||||
scrpos = COLS-1-promptlen;
|
||||
scrpos = COLS/3*2-promptlen;
|
||||
scrstart = pos-scrpos;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user