code-style: small white-space changes - sfeed_curses - sfeed curses UI (now par… | |
git clone git://git.codemadness.org/sfeed_curses | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 3ddbb1bdc4330f2f67b840caca055746aa91db7f | |
parent f41bddbceff4853de58af9935d6340fc00145288 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Thu, 11 Mar 2021 17:54:22 +0100 | |
code-style: small white-space changes | |
Diffstat: | |
M themes/templeos.h | 6 +++--- | |
1 file changed, 3 insertions(+), 3 deletions(-) | |
--- | |
diff --git a/themes/templeos.h b/themes/templeos.h | |
@@ -17,8 +17,8 @@ | |
#define THEME_INPUT_NORMAL() do { SETFGCOLOR(0x00, 0x00, 0xaa); SETBG… | |
#undef SCROLLBAR_SYMBOL_BAR | |
-#define SCROLLBAR_SYMBOL_BAR "\xe2\x95\x91" /* symbol: "double vertical" */ | |
+#define SCROLLBAR_SYMBOL_BAR "\xe2\x95\x91" /* symbol: "double vertical" */ | |
#undef LINEBAR_SYMBOL_BAR | |
-#define LINEBAR_SYMBOL_BAR "\xe2\x95\x90" /* symbol: "double horizontal" */ | |
+#define LINEBAR_SYMBOL_BAR "\xe2\x95\x90" /* symbol: "double horizontal" */ | |
#undef LINEBAR_SYMBOL_RIGHT | |
-#define LINEBAR_SYMBOL_RIGHT "\xe2\x95\xa3" /* symbol: "double vertical and … | |
+#define LINEBAR_SYMBOL_RIGHT "\xe2\x95\xa3" /* symbol: "double vertical and le… |