aboutsummaryrefslogtreecommitdiffstats
path: root/i_events.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-01-18 20:20:20 +0100
committerJoe <rbo@gmx.us>2024-01-18 20:20:20 +0100
commit0776a238c4c10a35b39160f37271bc8b5cd026b0 (patch)
tree6b4322126460d414ed7f113b47a1d2331abc8bf8 /i_events.go
parentgood (diff)
downloadhardflip-0776a238c4c10a35b39160f37271bc8b5cd026b0.tar.gz
hardflip-0776a238c4c10a35b39160f37271bc8b5cd026b0.tar.bz2
hardflip-0776a238c4c10a35b39160f37271bc8b5cd026b0.tar.xz
hardflip-0776a238c4c10a35b39160f37271bc8b5cd026b0.tar.zst
hardflip-0776a238c4c10a35b39160f37271bc8b5cd026b0.zip
split
Diffstat (limited to 'i_events.go')
-rw-r--r--i_events.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/i_events.go b/i_events.go
index 2fdeec2..9bc52ab 100644
--- a/i_events.go
+++ b/i_events.go
@@ -43,7 +43,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*
* hardflip: src/i_events.go
- * Mon Jan 15 17:59:15 2024
+ * Thu Jan 18 12:33:22 2024
* Joe
*
* events in the code
@@ -293,7 +293,7 @@ func i_events(data *HardData) {
break
} else if data.litems.curr.is_dir() == false {
ui.s.Fini()
- c_exec(data.litems.curr.Host)
+ c_exec(data.litems.curr.Host, data.opts.Term)
if data.opts.Loop == false {
os.Exit(0)
} else {