buffer working

This commit is contained in:
filipriec
2025-04-14 22:34:22 +02:00
parent ec062bbf24
commit 20f9fae141
5 changed files with 64 additions and 56 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(1), // Buffer list
Constraint::Length(2), // Buffer list
Constraint::Min(1), // Main content
Constraint::Length(1), // Status line
Constraint::Length(1), // Command line