summaryrefslogtreecommitdiffstats
path: root/src/app
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2021-06-20 22:40:58 -0700
committerGitHub <noreply@github.com>2021-06-21 01:40:58 -0400
commit06071d5abfb8b6715768e8bbb1236be49c02cf46 (patch)
tree9a53c083eeabfce6d9f934598de97f787acf7123 /src/app
parenta6f6df9ff833c0763e1ba191ff9d22a74bdb1fae (diff)
docs: migrate documentation over to mkdocs (#506)
A large migration of documentation over to mkdocs, and some rewrites. Some stuff (install information, basic supported systems, contributors, thanks) are still staying in README.md, and CONTRIBUTING.md is essentially duplicated right now. However, stuff like configuration and key/mouse bindings are now moved to mkdocs. Some parts are still a bit WIP - it is definitely not done (documentation never seems to be...). However, it should be "good enough" for now, and I'm much happier working with the documentation in this form than trying to scroll through a giant endless README.md file. It also works much better for adding new documentation.
Diffstat (limited to 'src/app')
-rw-r--r--src/app/states.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/app/states.rs b/src/app/states.rs
index c596f038..28d1323b 100644
--- a/src/app/states.rs
+++ b/src/app/states.rs
@@ -333,7 +333,6 @@ impl Default for ProcColumn {
}
}
-// TODO: [SORTING] Sort by clicking on column header (ie: click on cpu, sort/invert cpu sort)?
impl ProcColumn {
/// Returns its new status.
pub fn toggle(&mut self, column: &ProcessSorting) -> Option<bool> {