SMOLNET PORTAL home about changes
updategeom: statusbar.y: make it a bit more logical/hackable - sfeed_curses - sfeed curses UI (now part of sfeed, development is in sfeed)
(URL) git clone git://git.codemadness.org/sfeed_curses (git://git.codemadness.org)
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 774fbf2d627f98e1c00bf7c0080e9586bc8e6bd0
(DIR) parent 464e01040330413f03c8dc575aa5ad1721cb361c
(URL) Author: Hiltjo Posthuma <hiltjo@codemadness.org> (mailto://) application/vnd.lotus-organizer
Date: Mon, 1 Feb 2021 14:48:32 +0100
updategeom: statusbar.y: make it a bit more logical/hackable
No intended behaviour change.
Diffstat:
M sfeed_curses.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/sfeed_curses.c b/sfeed_curses.c
@@ -890,7 +890,7 @@ updategeom(void)
/* statusbar below */
statusbar.width = win.width;
statusbar.x = 0;
- statusbar.y = panes[PaneFeeds].height;
+ statusbar.y = panes[PaneItems].y + panes[PaneItems].height;
alldirty();
}
Response: application/gopher-menu
Original URLgopher://codemadness.org/1/git/sfeed_curses/commit/774fbf...
Content-Typeapplication/gopher-menu; charset=utf-8