summaryrefslogtreecommitdiff
path: root/sfeed_curses.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2023-02-03 16:15:35 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2023-02-04 12:15:08 +0100
commitdbb7f7b66d2d10a4bf14a404b66fa20cbf8a02ca (patch)
tree80680f20fe02029f972061deb216771a074b793d /sfeed_curses.c
parentf83f6cd4dc21664721602ceb449631957e941215 (diff)
fix comment for ASCII symbols for dumb terminals
This was a copy-pasta.
Diffstat (limited to 'sfeed_curses.c')
-rw-r--r--sfeed_curses.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sfeed_curses.c b/sfeed_curses.c
index 4d2b698..abfa95b 100644
--- a/sfeed_curses.c
+++ b/sfeed_curses.c
@@ -37,10 +37,10 @@
#define LINEBAR_SYMBOL_BAR "\xe2\x94\x80" /* symbol: "light horizontal" */
#define LINEBAR_SYMBOL_RIGHT "\xe2\x94\xa4" /* symbol: "light vertical and left" */
#else
-#define SCROLLBAR_SYMBOL_BAR "|" /* symbol: "light vertical" */
+#define SCROLLBAR_SYMBOL_BAR "|"
#define SCROLLBAR_SYMBOL_TICK " "
-#define LINEBAR_SYMBOL_BAR "-" /* symbol: "light horizontal" */
-#define LINEBAR_SYMBOL_RIGHT "|" /* symbol: "light vertical and left" */
+#define LINEBAR_SYMBOL_BAR "-"
+#define LINEBAR_SYMBOL_RIGHT "|"
#endif
/* color-theme */