diff options
author | joe <rbo@gmx.us> | 2025-08-27 14:56:57 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-08-27 14:56:57 +0200 |
commit | 86d9a8a21756344856617156c36113aa848671c4 (patch) | |
tree | 2af7382dba86ad744592cd304049a2ff55949edb /src/c_exec.go | |
parent | k (diff) | |
download | hardflip-86d9a8a21756344856617156c36113aa848671c4.tar.gz hardflip-86d9a8a21756344856617156c36113aa848671c4.tar.bz2 hardflip-86d9a8a21756344856617156c36113aa848671c4.tar.xz hardflip-86d9a8a21756344856617156c36113aa848671c4.tar.zst hardflip-86d9a8a21756344856617156c36113aa848671c4.zip |
fzf in progress
Diffstat (limited to 'src/c_exec.go')
-rw-r--r-- | src/c_exec.go | 5 |
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) } } |