updategeom: statusbar.y: make it a bit more logical/hackable - sfeed_curses - s… | |
git clone git://git.codemadness.org/sfeed_curses | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 774fbf2d627f98e1c00bf7c0080e9586bc8e6bd0 | |
parent 464e01040330413f03c8dc575aa5ad1721cb361c | |
Author: Hiltjo Posthuma <[email protected]> | |
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(-) | |
--- | |
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(); | |
} |