Introduction
Introduction Statistics Contact Development Disclaimer Help
updategeom: small code-style, similar to vertical layout - sfeed_curses - sfeed…
git clone git://git.codemadness.org/sfeed_curses
Log
Files
Refs
README
LICENSE
---
commit 260ffbb1e60b8d2600b3467c98e7ec24a6e0f9a2
parent e8baa8ef0f426922b49a941a18fa26f7b6bcc37e
Author: Hiltjo Posthuma <[email protected]>
Date: Wed, 31 Mar 2021 18:14:12 +0200
updategeom: small code-style, similar to vertical layout
Diffstat:
M sfeed_curses.c | 5 +++--
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:
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.