commit 1d0047ee257ad241d92c64a5c0f18cd709490489
parent 44c49099f15d3a5b4cfe893949e143ed4c11aa31
Author: Luxferre <lux@ferre>
Date: Wed, 29 Mar 2023 21:36:46 +0300
Moved to network fd 4 to avoid random crashes on macs
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -12,7 +12,7 @@ Improvements over the original Bopher from that post:
- mouse support (where possible)
- smoother rendering and scrolling
-- better edge-case stability
+- better edge-case stability (e.g. on macOS where using file descriptor 3 actually crashes everything)
- multi-level navigation history (although you can only go back)
- status bar with currently opened resource name
- ability to accept `gopher://` URLs from the command line