zellij/zellij-tile
Jonah Caplan 44b0246e91
feat(tabs): add ability to set tab name (#212)
* 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>
2021-03-08 10:06:23 +01:00
..
src feat(tabs): add ability to set tab name (#212) 2021-03-08 10:06:23 +01:00
Cargo.toml Work towards a functional build 2021-02-09 19:06:47 +00:00
LICENSE.md Rough outline of the final structure 2021-02-09 18:01:50 +00:00