diff options
author | Tim Segers <tsegers@pm.me> | 2022-10-09 15:03:44 +0200 |
---|---|---|
committer | Tim Segers <tsegers@pm.me> | 2022-10-09 15:03:44 +0200 |
commit | 3a360a7dc3f3f992b69f8d2f418da15efdbbac7f (patch) | |
tree | a9c34be4d3e1b0ae00bbf960dae2c15461c2a89d | |
parent | db698a50a443388de1ad86d539d8b59aadd71bc9 (diff) | |
download | opendeco-3a360a7dc3f3f992b69f8d2f418da15efdbbac7f.tar.gz |
Replace gas switch icon
-rw-r--r-- | output.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |