From 684539c70d4b5dfac56e840f46d8dd08821e93d6 Mon Sep 17 00:00:00 2001 From: tjp Date: Thu, 4 Jan 2024 12:47:06 -0700 Subject: handle input types * spartan prompts * gemini [sensitive]input responses * gopher search servers --- state.go | 1 + 1 file changed, 1 insertion(+) (limited to 'state.go') 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 { -- cgit v1.2.3