aboutsummaryrefslogtreecommitdiffstats
path: root/src/c_exec.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-01-31 20:20:20 +0100
committerJoe <rbo@gmx.us>2024-01-31 20:20:20 +0100
commit8058a551ee80f0cb519012b900cac2dba669df34 (patch)
treea916fca198401c4baa3595fe661797078322d98e /src/c_exec.go
parentfuck ye gpg done (diff)
downloadhardflip-8058a551ee80f0cb519012b900cac2dba669df34.tar.gz
hardflip-8058a551ee80f0cb519012b900cac2dba669df34.tar.bz2
hardflip-8058a551ee80f0cb519012b900cac2dba669df34.tar.xz
hardflip-8058a551ee80f0cb519012b900cac2dba669df34.tar.zst
hardflip-8058a551ee80f0cb519012b900cac2dba669df34.zip
useless changes
Diffstat (limited to 'src/c_exec.go')
-rw-r--r--src/c_exec.go2
1 files changed, 1 insertions, 1 deletions
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])
}
}