sfeed_curses

[fork] sfeed (atom feed) reader
Log | Files | Refs | README | LICENSE

commit b4936b0a79017313823e063ca7bc26998f3ca8e8
parent e6863a49c390d100c8b0c74583af18e7bdead38f
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sat, 27 Jun 2020 23:20:07 +0200

whoops, included an unintended change: set lazyload to 0 by default again

Diffstat:
Msfeed_curses.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sfeed_curses.c b/sfeed_curses.c @@ -139,7 +139,7 @@ static int onlynew = 0; /* Allow to lazyload items when a file is specified? This saves memory but increases some latency when seeking items. It also causes issues if the feed is changed while having the UI open (and offsets are changed). */ -static int lazyload = 1; +static int lazyload = 0; static char *plumber = "xdg-open"; static char *piper = "less";