aboutsummaryrefslogtreecommitdiffstats
path: root/MetersPanel.h
diff options
context:
space:
mode:
authorGraham Inggs <ginggs@debian.org>2018-02-05 14:48:51 +0200
committerGraham Inggs <ginggs@debian.org>2018-02-05 14:48:51 +0200
commit2ee50d030178cede83eb9d0005fbc19f819d30fe (patch)
tree67d75c0a7c47e15bed9d0735ecf12abec4f8157b /MetersPanel.h
parent31b71b67011fa52f091df6fe536a11d6d0bfb256 (diff)
downloaddebian_htop-2ee50d030178cede83eb9d0005fbc19f819d30fe.tar.gz
debian_htop-2ee50d030178cede83eb9d0005fbc19f819d30fe.tar.bz2
debian_htop-2ee50d030178cede83eb9d0005fbc19f819d30fe.zip
Imported Upstream version 2.1.0upstream/2.1.0
Diffstat (limited to 'MetersPanel.h')
-rw-r--r--MetersPanel.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/MetersPanel.h b/MetersPanel.h
index 1736dfb..e00169c 100644
--- a/MetersPanel.h
+++ b/MetersPanel.h
@@ -27,6 +27,12 @@ struct MetersPanel_ {
};
+// Note: In code the meters are known to have bar/text/graph "Modes", but in UI
+// we call them "Styles".
+// We avoid UTF-8 arrows ← → here as they might display full-width on Chinese
+// terminals, breaking our aligning.
+// In <http://unicode.org/reports/tr11/>, arrows (U+2019..U+2199) are
+// considered "Ambiguous characters".
void MetersPanel_setMoving(MetersPanel* this, bool moving);

© 2014-2024 Faster IT GmbH | imprint | privacy policy