summaryrefslogtreecommitdiffstats
path: root/src/context/app_context.rs
diff options
context:
space:
mode:
authorLzzzzzt <101313294+Lzzzzzt@users.noreply.github.com>2023-08-12 20:50:20 +0800
committerGitHub <noreply@github.com>2023-08-12 08:50:20 -0400
commit0eec61eb82d10b8b9f76c8b5c9e2a0fae0514a1e (patch)
tree7195f1d89bc046597feb76b7d8d875b116b61071 /src/context/app_context.rs
parentfc2fdf3ca79cbfba18350dd5faaf548d7a98f96f (diff)
feat: tab bar can show current dir name (#390)
* add user & group on footer * linemode have more options * linemode have more options * linemode have more options * make tarbar title not hardcoded * topbar width with modified tab width * change the ellipsis
Diffstat (limited to 'src/context/app_context.rs')
-rw-r--r--src/context/app_context.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context/app_context.rs b/src/context/app_context.rs
index 7971562..b283783 100644
--- a/src/context/app_context.rs
+++ b/src/context/app_context.rs
@@ -71,7 +71,7 @@ impl AppContext {
quit: QuitAction::DoNot,
events,
args,
- tab_context: TabContext::new(),
+ tab_context: TabContext::new(config.tab_options_ref().display),
local_state: None,
search_context: None,
message_queue: MessageQueue::new(),