aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/ui/info.rs
Commit message (Collapse)AuthorAge
* Fix info panic on small terminalIvan Tham2021-07-04
|
* Reduce calculation and improve pattern in infoboxIvan Tham2021-07-04
| | | | | | - switch to use static OnceCell to calculate Info once - pass Vec<(&[KeyEvent], &str)> rather than Vec<(Vec<KeyEvent>, &str)> - expr -> tt to allow using | as separator, make it more like match
* Fix rendering issues for infoboxIvan Tham2021-07-04
|
* Apply suggestions from blaz for infoboxIvan Tham2021-07-04
|
* Add infoboxIvan Tham2021-07-04