summaryrefslogtreecommitdiffstats
path: root/src/run.rs
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2024-03-10 21:19:00 -0400
committerJeff Zhao <jeff.no.zhao@gmail.com>2024-03-10 21:19:00 -0400
commit9a185e3c2437e41ee08ef3d6f2e2616981e046e8 (patch)
tree012f3fdc712d849757f64dca1d71156c4d39ab35 /src/run.rs
parent8af827604620f8135c98d6f4c8e4b647c06d1c32 (diff)
parentcd9331483e518f76f2d5aca3ae708f5e49ade0c5 (diff)
Merge branch 'main' into dev
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 884564c..f984391 100644
--- a/src/run.rs
+++ b/src/run.rs
@@ -35,6 +35,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(),
)?;