aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorGravatar Tim Segers <tsegers@pm.me>2022-10-09 15:03:44 +0200
committerGravatar Tim Segers <tsegers@pm.me>2022-10-09 15:03:44 +0200
commit3a360a7dc3f3f992b69f8d2f418da15efdbbac7f (patch)
treea9c34be4d3e1b0ae00bbf960dae2c15461c2a89d
parentdb698a50a443388de1ad86d539d8b59aadd71bc9 (diff)
downloadopendeco-3a360a7dc3f3f992b69f8d2f418da15efdbbac7f.tar.gz
Replace gas switch icon
-rw-r--r--output.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/output.h b/output.h
index 829e23a..640b457 100644
--- a/output.h
+++ b/output.h
@@ -10,7 +10,7 @@
#define ASC 0x2197 /* Unicode North East Arrow */
#define LVL 0x2192 /* Unicode Rightwards Arrow */
#define DEC 0x2198 /* Unicode South East Arrow */
-#define SWI 0x1F5D8 /* Clockwise Right and Left Semicircle Arrows */
+#define SWI 0x21BB /* Clockwise Open Circle Arrow */
void print_planhead();
void print_planline(const wchar_t sign, const double depth, const double time, const double runtime, const gas_t *gas);