links

lynx-like text mode web browser
git clone anongit@rnpnr.xyz:links.git
Log | Files | Refs | Feed | README | LICENSE

Commit: 0348a4bc8d1fba7d10f0cb08ca4e98e9244721d8
Parent: 30634b0d8234e2e21f52faa1fcdd3ef0170526ae
Author: opask
Date:   Thu,  9 Aug 2018 05:05:43 -0600

remove unused functions from links.1 and help command

Diffstat:
Mdefault.c | 23-----------------------
Mlinks.1 | 18------------------
2 files changed, 0 insertions(+), 41 deletions(-)

diff --git a/default.c b/default.c @@ -1246,18 +1246,6 @@ fprintf(stdout, "%s%s%s%s%s%s\n", " (default 0)\n" " Fake Firefox in the HTTP header.\n" "\n" -" -http.do-not-track <0>/<1>\n" -" (default 0)\n" -" Send do not track request in the HTTP header.\n" -"\n" -" -http.referer <0>/<1>/<2>/<3>/<4>\n" -" (default 4)\n" -" 0 - do not send referer.\n" -" 1 - send the requested URL as referer.\n" -" 2 - send fake referer.\n" -" 3 - send real referer.\n" -" 4 - send real referer only to the same server.\n" -"\n" " -http.fake-referer <string>\n" " Fake referer value.\n" "\n" @@ -1462,17 +1450,6 @@ fprintf(stdout, "%s%s%s%s%s%s\n", " ^W autocomplete url\n" " Alt-1 .. Alt-9\n" " switch virtual screens (svgalib and framebuffer)\n" -"\n" -"Keys for braille terminal:\n" -" arrows move the cursor\n" -" enter follow link\n" -" a cursor to status line\n" -" w cursor to title\n" -" ^Y next link\n" -" ^T previous link\n" -" y next word\n" -" t previous word\n" -" ^O next form field entry\n" )); fflush(stdout); diff --git a/links.1 b/links.1 @@ -291,20 +291,6 @@ Retry on internal server errors (50x). Fake that the browser is Firefox in the HTTP header. .TP -\f3-http.do-not-track \f2<0>/<1>\f1 -(default 0) -Send "do not track" request in the HTTP header. - -.TP -\f3-http.referer \f2<0>/<1>/<2>/<3>/<4>\f1 -(default 0) -0 - do not send referer. -1 - send the requested URL as referer. -2 - send fake referer. -3 - send real referer. -4 - send real referer only to the same server. - -.TP \f3-http.fake-referer \f2<string>\f1 Fake referer value. @@ -726,10 +712,6 @@ delete to the end of the line or delete line (in textarea) .B ^W auto complete line - - - - .SH FILES .TP .IP "~/.links/links.cfg"