summaryrefslogtreecommitdiffstats
path: root/src/constants.rs
AgeCommit message (Expand)Author
2020-02-18Add default windows path.ClementTsang
2020-02-17Sanity checks as we approach release... bug patching:ClementTsang
2020-02-17Add ctrl-u, update in-program docsClementTsang
2020-02-16Update some documentation to reflect filter feature in CPUClementTsang
2020-02-12Added maximizing mode to allow users to zoom into a particular widget. Not 1...ClementTsang
2020-02-10Update documentation and help menu for HJKLClementTsang
2020-02-10Major refactoring to appease clippy; potential reintroduction of hjkl keys to...ClementTsang
2020-02-09Made dialog screens affected by colour choice.ClementTsang
2020-02-07Update documentation again, also change temp a bitClementTsang
2020-02-07[skip travis] Update documentation for config.ClementTsang
2020-02-07Add config optionsClementTsang
2020-02-03Fixed network chart to make it a bit more like before my changesClementTsang
2020-01-28Lowered stale timing againClementTsang
2020-01-28Added cleaning event loopClementTsang
2020-01-28Moved temp and drives over...ClementTsang
2019-12-30Quick error change for processes to be a bit more graceful, fix testsClement Tsang
2019-12-26Add random colour generation to allow for dealing with large multicore system...ClementTsang
2019-12-16Add double tap key timeout to prevent accidental dd'sClementTsang
2019-12-06Update tui version... legends aren't showing up yet, will have to fork again.ClementTsang
2019-10-12Separated stale and display constants.ClementTsang
2019-10-09Added help screen.ClementTsang
2019-10-09Fix for cleaning times, as well as made it not run every loop.ClementTsang
2019-09-25Added const to make rate switching in the future easier.0.1.0-alpha-3ClementTsang
2019-09-15Added scrolling event, need to implement across processes now.ClementTsang