aboutsummaryrefslogtreecommitdiffstats
path: root/src/c_exec.go
diff options
context:
space:
mode:
authorjoe <rbo@gmx.us>2025-08-27 14:56:57 +0200
committerjoe <rbo@gmx.us>2025-08-27 14:56:57 +0200
commit86d9a8a21756344856617156c36113aa848671c4 (patch)
tree2af7382dba86ad744592cd304049a2ff55949edb /src/c_exec.go
parentk (diff)
downloadhardflip-86d9a8a21756344856617156c36113aa848671c4.tar.gz
hardflip-86d9a8a21756344856617156c36113aa848671c4.tar.bz2
hardflip-86d9a8a21756344856617156c36113aa848671c4.tar.xz
hardflip-86d9a8a21756344856617156c36113aa848671c4.tar.zst
hardflip-86d9a8a21756344856617156c36113aa848671c4.zip
fzf in progress
Diffstat (limited to '')
-rw-r--r--src/c_exec.go5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/c_exec.go b/src/c_exec.go
index 6d42b29..e00fe36 100644
--- a/src/c_exec.go
+++ b/src/c_exec.go
@@ -313,9 +313,6 @@ func c_exec(host *HostNode, opts HardOpts, ui *HardUI) {
ui.s.Fini()
os.Exit(0)
} else if silent == false {
- if err := ui.s.Resume(); err != nil {
- ui.s.Fini()
- c_die("view", err)
- }
+ c_resume_or_die(ui)
}
}