Change less-like behavior of pager
authorP. F. Chimento <philip.chimento@gmail.com>
Sat, 29 Jan 2011 21:59:47 +0000 (22:59 +0100)
committerP. F. Chimento <philip.chimento@gmail.com>
Sat, 29 Jan 2011 21:59:47 +0000 (22:59 +0100)
The behavior of the pager was based on the paging program 'less': the
enter key scrolls down one line (in GTK terms a 'step increment') and
the space bar scrolls down one page. People probably don't want to page
through interactive fiction one line at a time, and so expect the enter
key to scroll down a page. The enter key now does the same as a space
bar. To scroll line by line, use the mouse wheel or the scroll bar
arrows.


No differences found