aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin/ttyplay/display.rs
Commit message (Expand)AuthorAgeFilesLines
* clippyJesse Luehrs2021-12-141-1/+3
* fix cursor positionJesse Luehrs2021-12-051-2/+1
* also display the speed if it's non-defaultJesse Luehrs2021-12-051-0/+21
* allow searching backwardsJesse Luehrs2021-12-051-28/+30
* n to repeat last searchJesse Luehrs2021-12-051-26/+28
* let's just have one key binding per action for nowJesse Luehrs2021-12-051-4/+4
* add search to helpJesse Luehrs2021-12-051-11/+13
* basic search implementationJesse Luehrs2021-12-051-56/+105
* add helpJesse Luehrs2021-12-051-0/+37
* let's not rely on reading back display dataJesse Luehrs2021-12-041-8/+0
* clippyJesse Luehrs2021-12-041-1/+1
* allow hiding the ui when pausedJesse Luehrs2021-12-041-1/+7
* allow moving around in the ttyrecJesse Luehrs2021-12-041-0/+8
* only draw the ui if pausedJesse Luehrs2021-12-041-20/+19
* add a bit of uiJesse Luehrs2021-12-041-2/+58
* split stuff out into multiple filesJesse Luehrs2021-12-041-0/+21