summaryrefslogtreecommitdiff
path: root/state.go
diff options
context:
space:
mode:
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
}