From 90e586831c0351fb5808ef5c1eca0692178731c9 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 7 Sep 2025 14:32:48 +0300 Subject: tui: hide title in hexai-tmux-action menu to save space --- internal/hexaiaction/tui.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/hexaiaction') diff --git a/internal/hexaiaction/tui.go b/internal/hexaiaction/tui.go index 16988c0..7275480 100644 --- a/internal/hexaiaction/tui.go +++ b/internal/hexaiaction/tui.go @@ -33,7 +33,7 @@ func newModel() model { item{title: "Skip", desc: "", kind: ActionSkip, hotkey: 's'}, } l := list.New(items, oneLineDelegate{}, 0, 0) - l.Title = "Select Hexai Action" + l.SetShowTitle(false) l.SetShowHelp(false) l.SetShowStatusBar(false) l.SetFilteringEnabled(false) -- cgit v1.2.3