summaryrefslogtreecommitdiffstats
path: root/src/commands/sub_process.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/sub_process.rs')
-rw-r--r--src/commands/sub_process.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/sub_process.rs b/src/commands/sub_process.rs
index 437112e..58bfdc1 100644
--- a/src/commands/sub_process.rs
+++ b/src/commands/sub_process.rs
@@ -81,7 +81,7 @@ pub fn sub_process(
) -> AppResult {
backend.terminal_drop();
let res = execute_sub_process(context, words, spawn);
- backend.terminal_restore()?;
+ backend.terminal_restore(context.config_ref().mouse_support)?;
let _ = reload::soft_reload_curr_tab(context);
context.message_queue_mut().push_info(format!(
"{}: {}",