updategeom: statusbar.y: make it a bit more logical/hackable - sfeed_curses - sfeed curses UI (now part of sfeed, development is in sfeed)
(HTM) git clone git://git.codemadness.org/sfeed_curses
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 774fbf2d627f98e1c00bf7c0080e9586bc8e6bd0
(DIR) parent 464e01040330413f03c8dc575aa5ad1721cb361c
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
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();
}