10:43:42 < drio> I use ESC+n ESC+p to scroll down and up in a channel... When I perform an scroll some of the
lines that I have read still show up.. is there any way to make irssi scroll the whole screen
/page?
10:44:16 < Moggie> yes it's an environment setting telling irssi how much to scroll up by
10:44:23 < Moggie> default is half the screen
10:44:49 < Moggie> scroll_page_count
10:44:55 < drio> Thanks Moggie
10:45:01 < Moggie> welcome
This is what I did:
/set scroll_page_count /1
From the manual:
How many pages to scroll the scrollback buffer when pressing
page-up or page-down. Expressed as a number of lines, or as a
fraction of the screen:
/2 = Scroll half a page.
.33 = Scroll about a third of a page.
4 = Scroll four lines.