aboutsummaryrefslogtreecommitdiffstats
path: root/src/c_exec.go
diff options
context:
space:
mode:
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])
}
}