From bb6c888b74a97414c764090bf380a392fa68ca6d Mon Sep 17 00:00:00 2001 From: Luxferre Date: Sun, 6 Oct 2024 19:44:19 +0300 Subject: [PATCH] even more readme fixes --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b0a16b9..0b81bc0 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ In general, there are two reasons why a feature might not be implemented in BFG: * Any sort of sound or video output * Any sort of embedded non-text content * NPS and Titan protocols and other means of content uploading \* +* Gopher+ protocol extensions * Guppy protocol (UDP-based, don't want to introduce another third-party dependency) (\* probably will be implemented in a separate program) @@ -108,7 +109,7 @@ The main configuration sections are: * `[net]`: network-related configs, currently only has "timeout" parameter * `[widget]`: general UI widget appearance (ttkTheme, font (button font), entryfont, statusfont) -* `[style.general]`: general content area appearance (textfont, foreground color, background color) +* `[style.general]`: general content area appearance (textfont, monofont\*, foreground color, background color) * `[style.link.normal]`: normal link colors (foreground, background) * `[style.link.focused]`: currently focused link colors (foreground, background) * `[style.highlight]`: highlighted area colors (foreground, background) - used with search functionality @@ -116,6 +117,7 @@ The main configuration sections are: Feel free to modify the bfg.ini file according to your own preferences, the one shipped is just an example. +\* Note: Gopher, Finger and Nex content is always rendered in the monospace font. ## FAQ