From 2ee50d030178cede83eb9d0005fbc19f819d30fe Mon Sep 17 00:00:00 2001 From: Graham Inggs Date: Mon, 5 Feb 2018 14:48:51 +0200 Subject: Imported Upstream version 2.1.0 --- MetersPanel.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MetersPanel.h') 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 , arrows (U+2019..U+2199) are +// considered "Ambiguous characters". void MetersPanel_setMoving(MetersPanel* this, bool moving); -- cgit v1.2.3