URI:
       Makefile: fix/uncomment SFEED_THEME - 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 eb8942d2cd37c17cfb4ca15ea10eb438edb23e4f
   DIR parent f1ef5714f4ecb5d6cdd568b7de931e771b78803f
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sat, 19 Dec 2020 17:01:14 +0100
       
       Makefile: fix/uncomment SFEED_THEME
       
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/Makefile b/Makefile
       @@ -4,7 +4,7 @@ NAME = sfeed_curses
        VERSION = 0.9.6
        
        # theme, see themes/ directory.
       -#SFEED_THEME = mono
       +SFEED_THEME = mono
        
        # paths
        PREFIX = /usr/local