lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lynx-dev] patch: extended numbering wish


From: Thorsten Glaser
Subject: Re: [Lynx-dev] patch: extended numbering wish
Date: Tue, 12 Jun 2007 18:18:23 +0000 (UTC)

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.

//mirabile
-- 
I believe no one can invent an algorithm. One just happens to hit upon it
when God enlightens him. Or only God invents algorithms, we merely copy them.
If you don't believe in God, just consider God as Nature if you won't deny
existence.              -- Coywolf Qi Hunt




reply via email to

[Prev in Thread] Current Thread [Next in Thread]