Re: BUG REPORT tin 1.7.10 release 20050716 ("Grimsay") [UNIX]
Urs Janßen <[email protected]>
| Newsgroups | gmane.network.tin.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jul 20, 2005 at 12:30:03AM +0300, Teemu Likonen wrote:
> After small testing I noticed that only SPACE works differently. On help
> pager SPACE goes down one _line_, not one page. PgDn and ^d work as page
> down buttons. This is with default keymap (i.e. with no any keymap file).
> With doc/keymap.sample the SPACE works as page down button.
the is a ' ' too much in keymap.c:setup_default_keys() line 2417
add_default_key(&info_keys, "j ", GLOBAL_LINE_DOWN);
this should read
add_default_key(&info_keys, "j", GLOBAL_LINE_DOWN);
urs
--
"Only whimps use tape backup: _real_ men just upload their important stuff
on ftp, and let the rest of the world mirror it ;)" - Linus