summaryrefslogtreecommitdiffstats
path: root/src/process/help.rs
AgeCommit message (Expand)Author
2021-03-23Componentize the help systemTim Oram
2021-03-07Add support for multiple key bindingsTim Oram
2021-02-24Adding missing semicolons at end of linesTim Oram
2021-02-04Update rustfmt configuration with new optionsTim Oram
2021-01-27Rewrite display and input to use CrosstermTim Oram
2021-01-27Add mutable to cursesTim Oram
2021-01-27Add Size struct and refactorTim Oram
2020-12-22Improve test render of paddingTim Oram
2020-11-22Use TestContext functions in testsTim Oram
2020-11-18Add tests for process::help and fix some issuesTim Oram
2020-11-13Replace ViewData::setContent with view linesTim Oram
2020-10-29Move git interactive to todo file moduleTim Oram
2020-10-22Use ViewLine::from trait instead of ViewLine::newTim Oram
2020-10-01Convert activate to use ProcessResultTim Oram
2020-09-25Greatly improve input handling and missing keysTim Oram
2020-09-21Use anyhow in process module traitTim Oram
2020-09-19DRY up process moduleTim Oram
2020-09-17Move error handling to process moduleTim Oram
2020-09-17Fix some reference/bindings to be more clearTim Oram
2020-09-02Refactor help to not be a process moduleTim Oram