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)
commitedf59e1a751771655752b61e211053e08a8cbe3a
treeadc3516ebdcf85f810577427e7361d5c045427b3
parent4e91ebdd2745875c23e971b3aa52a5d78cfdc0a2
Change less-like behavior of pager

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.
libchimara/pager.c