[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Lynx-dev] Spaces used before tabs in cfg file
From: |
David Niklas |
Subject: |
[Lynx-dev] Spaces used before tabs in cfg file |
Date: |
Mon, 28 Nov 2016 23:06:22 -0500 |
Hello,
I've noticed that in the lynx.cfg file you have lines like this:
# See?
As far as I can tell the spaces before the tabs are just taking up extra
space.
I'm submitting a diff against the dev11 branch.
Sincerely,
David
--- lynx.cfg 2016-11-15 09:04:25.000000000 +0000
+++ lynx2.cfg 2016-11-29 03:59:19.000000000 +0000
@@ -1058,8 +1058,8 @@
# is the same as for TRUSTED_EXEC rules (see above). Example rules:
#
# TRUSTED_LYNXCGI:file://localhost/
-# TRUSTED_LYNXCGI:<tab>/usr/local/etc/httpd/cgi-bin/
-# TRUSTED_LYNXCGI:file://localhost/<tab>/usr/local/www/cgi-bin/
+# TRUSTED_LYNXCGI:<tab>/usr/local/etc/httpd/cgi-bin/
+# TRUSTED_LYNXCGI:file://localhost/<tab>/usr/local/www/cgi-bin/
#
# VMS:
# ====
@@ -2348,7 +2348,7 @@
# ===
#GLOBAL_MAILCAP:Lynx_Dir:mailcap
#
-# Sought in user's home (Unix) or sys$login (VMS) directory.
+# Sought in user's home (Unix) or sys$login (VMS) directory.
#PERSONAL_MAILCAP:.mailcap
.h2 PREFERRED_MEDIA_TYPES
@@ -2486,7 +2486,7 @@
#KEYMAP:SELECT_KEY:END # Function key Select - Go to bottom of current
document
#KEYMAP:UPARROW:PREV_LINK # Move to the previous link or page
#KEYMAP:DNARROW:NEXT_LINK # Move to the next link or page
-#KEYMAP:BACKTAB_KEY:FASTBACKW_LINK # Back Tab - Move to previous link or
text area
+#KEYMAP:BACKTAB_KEY:FASTBACKW_LINK # Back Tab - Move to previous link or
text area
#KEYMAP:^I:FASTFORW_LINK # Tab key - Move always to next link or text
area
#KEYMAP:^:FIRST_LINK # Move to the first link on line
#KEYMAP:$:LAST_LINK # Move to the last link on line
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Lynx-dev] Spaces used before tabs in cfg file,
David Niklas <=