sfeed_curses

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

commit ba51292f9c03e313596ecf4d4eac8a9eedfc92f9
parent c653e0d228617506fbddbaf5811fee3ea5048459
Author: hhvn <dev@haydenvh.com>
Date:   Thu,  1 Apr 2021 23:34:08 +0100

sfeed_curses.c: show only new in sidebar

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

diff --git a/sfeed_curses.c b/sfeed_curses.c @@ -154,7 +154,7 @@ static struct scrollbar scrollbars[PaneLast]; /* each pane has a scrollbar */ static struct win win; static size_t selpane; static int usemouse = 1; /* use xterm mouse tracking */ -static int onlynew = 0; /* show only new in sidebar */ +static int onlynew = 1; /* show only new in sidebar */ static struct termios tsave; /* terminal state at startup */ static struct termios tcur;