aboutsummaryrefslogtreecommitdiffstats
path: root/MetersPanel.h
diff options
context:
space:
mode:
authorGraham Inggs <ginggs@debian.org>2018-02-05 14:48:53 +0200
committerGraham Inggs <ginggs@debian.org>2018-02-05 14:48:53 +0200
commit0bffedf65c053726a3a09be93c5eabfc113550fc (patch)
tree8c14970f1890c710df6f72aaa85781d62cee11e5 /MetersPanel.h
parentba3d665468e9752a81a50bb2df7639950e0a3c77 (diff)
parent2ee50d030178cede83eb9d0005fbc19f819d30fe (diff)
downloaddebian_htop-0bffedf65c053726a3a09be93c5eabfc113550fc.tar.gz
debian_htop-0bffedf65c053726a3a09be93c5eabfc113550fc.tar.bz2
debian_htop-0bffedf65c053726a3a09be93c5eabfc113550fc.zip
Merge tag 'upstream/2.1.0'
Upstream version 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