gemini-browser

A text-based gemini browser
git clone git://git.laack.co/gemini-browser.git
Log | Files | Refs | README

commit 6d4fdf32806493504389e84478b338b271c45537
parent 8ce55a6cdc7a38d876b01bf5f1aef0068698e99b
Author: Andrew Laack <andrew@laack.co>
Date:   Wed,  6 May 2026 22:03:56 -0500

Starting to understand the rendering stuff

Diffstat:
Mmain.go | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/main.go b/main.go @@ -41,7 +41,6 @@ func main(){ case '1', '2','3','4','5','6','7','8','9','0': if selectionMode { selectionMode = false - go func() { client := &gemini.Client{ConnectTimeout: 5 * time.Second} resp, err := client.Fetch("gemini://blog.laack.co") @@ -61,7 +60,6 @@ func main(){ app.QueueUpdateDraw(func() { textView.SetText(textNew) }) - }() return nil }