better buffer list

This commit is contained in:
filipriec
2025-04-14 23:35:56 +02:00
parent 20f9fae141
commit 3ad8dc6490
2 changed files with 60 additions and 28 deletions

View File

@@ -44,7 +44,7 @@ pub fn render_ui(
// Adjust layout based on whether buffer list is shown
let constraints = if app_state.ui.show_buffer_list {
vec![
Constraint::Length(2), // Buffer list
Constraint::Length(1), // Buffer list
Constraint::Min(1), // Main content
Constraint::Length(1), // Status line
Constraint::Length(1), // Command line