diff options
Diffstat (limited to 'i_events.go')
-rw-r--r-- | i_events.go | 4 |
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 { |