Skip to content

Commit d7c01f5

Browse files
committed
Show "titles" on bottom of windows
Fixes #61
1 parent 79e5901 commit d7c01f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/view/session.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ fn delegate_event_to_pane(app: &mut App, event: AppEvent) -> Option<AppEvent> {
162162
fn build_pane_widget(frame: &mut Frame, app: &App, pane: &Pane, area: Rect, index: usize) {
163163
let block = Block::default()
164164
.borders(Borders::all())
165-
.title(match pane.component_type {
165+
.title_bottom(match pane.component_type {
166166
ComponentType::Source => match app.history.current() {
167167
Some(c) => c
168168
.source(app.session_view.stack_depth())

0 commit comments

Comments
 (0)