[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lynx-dev] suggestion: make the --more-- string user-configurable
From: |
PBM . |
Subject: |
Re: [Lynx-dev] suggestion: make the --more-- string user-configurable |
Date: |
Fri, 21 Sep 2007 15:51:35 +0200 |
-more- message appear only if there are more line to scroll down.
Ok, here is patch:
--- src/LYMainLoop.c.orig 2007-09-21 15:33:23.000000000 +0000
+++ src/LYMainLoop.c 2007-09-21 15:45:08.000000000 +0000
@@ -7772,10 +7772,11 @@
*format = 0;
if (show_more) {
- sprintf(format, "%.*s ",
+/* sprintf(format, "%.*s ",
(int) (sizeof(format) - 2),
gettext("-more-"));
prefix = strlen(format);
+ */
}
if (show_indx) {
sprintf(format + prefix, "%.*s "
On 9/20/07, address@hidden <address@hidden> wrote:
> Hi all,
>
> I 'd like to suggest making the --more-- message appearing at the
> bottom of the page user-configurable.
>
> Suppose that lynx has been set (presumably by a non-novice user) to
> show the URL of the current link at the bottom.
>
> It's harder and more time-consuming to precisely mark (with the mouse)
> the URL next to the --more-- message (eg. for pasting in another
> window/virtual terminal), compared to the URL being on a line by
> itself. Setting the --more-- message to an empty string allows for
> fast entire line marking of the URL. And advanced users have already
> learned that they are supposed to hit space (or some other key) to see
> the rest of the page they are viewing and don't need a reminder at the
> bottom.
>
> Just a humble suggestion...
>
>
> _______________________________________________
> Lynx-dev mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/lynx-dev
>