aboutsummaryrefslogtreecommitdiff
path: root/helix-view/src/info.rs
Commit message (Collapse)AuthorAge
* Info box add horizontal paddingIvan 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
* Apply suggestions from blaz for infoboxIvan Tham2021-07-04
|
* Add infoboxIvan Tham2021-07-04