SMOLNET PORTAL home about changes
sfeed_curses: move one line down when marking an item as read or unread - sfeed - RSS and Atom parser
(URL) git clone git://git.codemadness.org/sfeed (git://git.codemadness.org)
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 7afd4987e578631e41333867aa702e326cab87f1
(DIR) parent 4601a1d688d05d300308d2bd861e16c1c81787a3
(URL) Author: Hiltjo Posthuma <hiltjo@codemadness.org> (mailto://) application/vnd.lotus-organizer
Date: Fri, 7 Jul 2023 11:10:01 +0200
sfeed_curses: move one line down when marking an item as read or unread
I don't mind either behaviour, but it has been suggested by a few people.
For example the mutt mail client also has this behaviour.
Diffstat:
M sfeed_curses.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
(DIR) diff --git a/sfeed_curses.c b/sfeed_curses.c
@@ -2337,6 +2337,7 @@ nextpage:
if (selpane == PaneItems && panes[selpane].nrows) {
p = &panes[selpane];
markread(p, p->pos, p->pos, ch == 'r');
+ pane_scrolln(&panes[selpane], +1);
}
break;
case 's': /* toggle layout between monocle or non-monocle */
Response: application/gopher-menu
Original URLgopher://codemadness.org/1/git/sfeed/commit/7afd4987e5786...
Content-Typeapplication/gopher-menu; charset=utf-8