URI:
       fix typo in comment - sfeed_curses - sfeed curses UI (now part of sfeed, development is in sfeed)
  HTML git clone git://git.codemadness.org/sfeed_curses
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 88b210422d49f2682659c596b5edd088f55c0c78
   DIR parent 1cd5d0bd8f917614c65e1a7c9b03ba92eac94d0a
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sat, 19 Dec 2020 16:53:41 +0100
       
       fix typo in comment
       
       Diffstat:
         M sfeed_curses.c                      |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/sfeed_curses.c b/sfeed_curses.c
       @@ -27,7 +27,7 @@
        #define SCROLLBAR_SYMBOL_BAR   "\xe2\x94\x82" /* symbol: "light vertical" */
        #define SCROLLBAR_SYMBOL_TICK  " "
        
       -/* color-scheme */
       +/* color-theme */
        #ifndef SFEED_THEME
        #define SFEED_THEME "themes/mono.h"
        #endif