summaryrefslogtreecommitdiffstats
path: root/src/run.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/run.rs')
-rw-r--r--src/run.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/run.rs b/src/run.rs
index 958fe80..a427bf0 100644
--- a/src/run.rs
+++ b/src/run.rs
@@ -34,6 +34,7 @@ pub fn run_loop(
// Initialize an initial tab
let tab = JoshutoTab::new(
curr_path,
+ context.config_ref(),
context.ui_context_ref(),
context.config_ref().display_options_ref(),
)?;