1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-01 04:14:16 -04: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:
Timo Sirainen 2000-08-11 22:13:27 +00:00 committed by cras
parent ccf12d2bfc
commit 32851fcfe3

View File

@ -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;
}
}