diff options
Diffstat (limited to 'state.go')
| -rw-r--r-- | state.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -45,6 +45,7 @@ type History struct { type Link struct { Text string Target *url.URL + Prompt bool } func NewBrowserState() *BrowserState { |
