From 75a5c7bf728d02bcf5accd1360c99a9c6edc0b91 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 31 Jan 2025 08:50:00 -0600 Subject: wrapping my head around this code again --- help.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'help.go') diff --git a/help.go b/help.go index d96ff9a..8131b19 100644 --- a/help.go +++ b/help.go @@ -20,7 +20,9 @@ var helpText []string = []string{"KEYBINDINGS", "s/h: show/hide all widgets", "L: list all widgets", "M: list all widgets positions", - "\x1b[0;32m  \x1b[0m", + + "\x1b[0;32m  \x1b[0m", // this was a test to see what might be + // possible with gocui. it doesn't seem to work for me "q: quit()", "p: panic()", "o: show Stdout", -- cgit v1.2.3