feat: Implement scrollbar

This commit is contained in:
Dheepak Krishnamurthy 2021-12-31 16:38:05 -07:00
parent 94bab20adc
commit f4a48fad90
5 changed files with 103 additions and 6 deletions

View file

@ -13,6 +13,7 @@ mod help;
mod history;
mod keyconfig;
mod pane;
mod scrollbar;
mod table;
mod task_report;