From 1d0047ee257ad241d92c64a5c0f18cd709490489 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Wed, 29 Mar 2023 21:36:46 +0300 Subject: [PATCH] Moved to network fd 4 to avoid random crashes on macs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 664b34d..a613a0e 100644 --- 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