Moved to network fd 4 to avoid random crashes on macs

This commit is contained in:
Luxferre
2023-03-29 21:36:46 +03:00
parent 44c49099f1
commit 1d0047ee25
+1 -1
View File
@@ -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