On Tue, Jun 12, 2007 at 06:18:23PM +0000, Thorsten Glaser wrote:
> PBM . dixit:
> 
> > previous goto page is changed to key for PRINT (default 'p' and 'P')
> 
> -    } else if (c == 'p' || c == 'P') {
> +    } else if (c == LYK_PRINT) {
> 
> this is bogus, 'p' is a mnemonic for page, LYK_PRINT is 'p' by
> default but not necessarily.

yes (it's not as simple as that to use the bound-key).

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


_______________________________________________
Lynx-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lynx-dev

Reply via email to