links

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

Commit: d139bbca738b0b9f7c59009121c47161a52e8d70
Parent: 456424d3a112817b3a365479a6ff346676136311
Author: Randy Palamar
Date:   Tue, 31 Oct 2023 09:35:22 -0600

README: add warning about brokeness

Diffstat:
MREADME.md | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -5,6 +5,11 @@ Links is a Lynx-like text and graphics WWW browser. This fork cleans up a lot of legacy code but removes the graphics mode. If that mode was important to you then steer clear. +WARNING: This has been subtly broken for a while. It sometimes segfaults on +unexpected pages in a way that is difficult to debug (it forces gdb to the +background on segfault and `fg` just sends it back to the background). I still +occasionally use it for reading mailing list archives but fixing it is not high +priority. Patches are always welcome! Requirements ------------