From 86aa5fb001bb873da1a491391f12b17a1a1990a0 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 3 Sep 2025 01:56:01 -0500 Subject: reverse in STDOUT is no longer the default --- help.go | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'help.go') diff --git a/help.go b/help.go index 21e39b1..3d07f92 100644 --- a/help.go +++ b/help.go @@ -25,16 +25,20 @@ import ( var helpText []string = []string{"Help Menu", "", - "Tab: toggle through windows", - "'O': toggle STDOUT", - "'H': toggle this gocui menu", - "'D': toggle light/dark mode", - "CTRL-c: quit()", + "Tab toggle through windows", + "'O' toggle STDOUT", + "'H' toggle this gocui menu", + "'D' toggle light/dark mode", + "CTRL-z background to shell", + "CTRL-c quit()", "", "Debugging:", - "'S': Supermouse mode", - "'M': list all widget positions", - "'L': list all widgets in tree", + "'S' Supermouse mode", + "'M' list all widget positions", + "'L' list all widgets in tree", + " scroll up the STDOUT window", + " scroll down the STDOUT window", + "'r' reverse STDOUT scrolling", } func hideHelp() { -- cgit v1.2.3