From d3b25092f89c86c8448f4bd088cdd128b9e28e2c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 6 Feb 2025 04:15:36 -0600 Subject: resize stdout window works --- help.go | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'help.go') diff --git a/help.go b/help.go index df18594..ac69f37 100644 --- a/help.go +++ b/help.go @@ -23,22 +23,14 @@ import ( // possible with gocui. it doesn't seem to work for me */ -var helpText []string = []string{"KEYBINDINGS", +var helpText []string = []string{"Help Menu", "", "H: toggle (H)elp", "O: toggle (O)output (os.STDOUT)", "S: super mouse", "M: list all widgets positions", - "L: list all widgets in tree form", - "d: toggle debugging", - "s/h: show/hide all widgets", - + "L: list all widgets in tree", "q: quit()", - "p: panic()", - "l: log to /tmp/witgui.log", - "Ctrl-D: Toggle Debugging", - "Ctrl-V: Toggle Verbose Debugging", - "Ctrl-C: Exit", "", } -- cgit v1.2.3