summaryrefslogtreecommitdiff
path: root/state.go
diff options
context:
space:
mode:
authortjp <tjp@ctrl-c.club>2024-01-03 18:52:18 -0700
committertjp <tjp@ctrl-c.club>2024-01-03 18:52:18 -0700
commitd2b94e4b874aa2639bb22eb88494cdda73d40f22 (patch)
tree80b8193e878038b5ade592e25bd42d0aba07f8a3 /state.go
parent859f74231f2b48d2dcf6a29682e7651b504fda12 (diff)
help command, quiet mode, and s/set/select
Diffstat (limited to 'state.go')
-rw-r--r--state.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/state.go b/state.go
index 1af2503..1ec000d 100644
--- a/state.go
+++ b/state.go
@@ -17,6 +17,8 @@ type BrowserState struct {
DefaultTour Tour
CurrentTour *Tour
+ Quiet bool
+
Readline *readline.Instance
}