|
|
code-style: small white-space changes - sfeed_curses - sfeed curses UI (now part of sfeed, development is in sfeed) |
|
|
 |
git clone git://git.codemadness.org/sfeed_curses (git://git.codemadness.org) |
|
|
 |
Log |
|
|
 |
Files |
|
|
 |
Refs |
|
|
 |
README |
|
|
 |
LICENSE |
|
|
|
--- |
|
|
 |
commit 3ddbb1bdc4330f2f67b840caca055746aa91db7f |
|
|
 |
parent f41bddbceff4853de58af9935d6340fc00145288 |
|
|
 |
Author: Hiltjo Posthuma <hiltjo@codemadness.org> (mailto://) |
application/vnd.lotus-organizer |
|
|
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); SETBGCOLOR(0xff, 0xff, 0xff); } while(0) |
|
|
|
|
|
|
|
#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 left" */ |
|
|
|
+#define LINEBAR_SYMBOL_RIGHT "\xe2\x95\xa3" /* symbol: "double vertical and left" */ |
|