* send all tabs in vec * works but no input filtering * add event types * add event handler for tab events * fmt fixups * update tab name in place, and escape rename works * rename handle_tab_event handle_tab_rename_keypress * handle empty new_name when renaming * fix(tabs): pad active tab name too * fix(tabs): report proper length * fix(tabs): always render active tab * style(fmt): rustfmt Co-authored-by: Aram Drevekenin <aram@poor.dev>
15 lines
263 B
YAML
15 lines
263 B
YAML
---
|
|
direction: Horizontal
|
|
parts:
|
|
- direction: Vertical
|
|
split_size:
|
|
Fixed: 1
|
|
plugin: tab-bar
|
|
events:
|
|
- Tab
|
|
- direction: Vertical
|
|
expansion_boundary: true
|
|
- direction: Vertical
|
|
split_size:
|
|
Fixed: 1
|
|
plugin: status-bar
|