From 8058a551ee80f0cb519012b900cac2dba669df34 Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 31 Jan 2024 20:20:20 +0100 Subject: useless changes --- src/c_exec.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/c_exec.go') diff --git a/src/c_exec.go b/src/c_exec.go index c1dd6aa..7bfcbc9 100644 --- a/src/c_exec.go +++ b/src/c_exec.go @@ -196,6 +196,6 @@ func c_exec(host *HostNode, opts HardOpts, ui *HardUI) { if err := ui.s.Init(); err != nil { c_die("view", err) } - ui.s.SetStyle(ui.style[DEF_STYLE]) + ui.s.SetStyle(ui.style[STYLE_DEF]) } } -- cgit v1.2.3