From e2161d8acc07e822d473a83a26d0c1077568e1f5 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 6 Oct 2013 23:25:01 +0100 Subject: Refactor wins_refresh_current --- src/ui/windows.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/ui') diff --git a/src/ui/windows.c b/src/ui/windows.c index 87b61ab1..88c811e5 100644 --- a/src/ui/windows.c +++ b/src/ui/windows.c @@ -207,9 +207,7 @@ void wins_refresh_current(void) { ProfWin *window = wins_get_current(); - int rows, cols; - getmaxyx(stdscr, rows, cols); - prefresh(window->win, window->y_pos, 0, 1, 0, rows-3, cols-1); + win_refresh(window); } void -- cgit 1.4.1-2-gfad0 hange='this.form.submit();'> mirror of ~rjarry's aerc fork - a pretty good email clientakspecs <akspecs@tilde.institute>
summary refs log blame commit diff stats
path: root/commands/help.go
blob: b27c2f03c2d07ed50062a6e174e3d35c9c109ea7 (plain) (tree)
1
2
3
4
5
6
7
8
9
10