commit 260ffbb1e60b8d2600b3467c98e7ec24a6e0f9a2
parent e8baa8ef0f426922b49a941a18fa26f7b6bcc37e
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Wed, 31 Mar 2021 18:14:12 +0200
updategeom: small code-style, similar to vertical layout
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/sfeed_curses.c b/sfeed_curses.c
@@ -948,8 +948,9 @@ updategeom(void)
linebar.y = y;
linebar.width = win.width;
- h -= 1;
- y += 1;
+ h--;
+ y++;
+
panes[PaneFeeds].width = MAX(w - 1, 0);
break;
case LayoutMonocle: