summaryrefslogtreecommitdiff
path: root/state.go
diff options
context:
space:
mode:
Diffstat (limited to 'state.go')
-rw-r--r--state.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/state.go b/state.go
index 141fafb..feeff53 100644
--- a/state.go
+++ b/state.go
@@ -45,6 +45,7 @@ type History struct {
type Link struct {
Text string
Target *url.URL
+ Prompt bool
}
func NewBrowserState() *BrowserState {