mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-08-01 09:36:20 +00:00
Refactor wins_refresh_current
This commit is contained in:
@@ -207,9 +207,7 @@ void
|
|||||||
wins_refresh_current(void)
|
wins_refresh_current(void)
|
||||||
{
|
{
|
||||||
ProfWin *window = wins_get_current();
|
ProfWin *window = wins_get_current();
|
||||||
int rows, cols;
|
win_refresh(window);
|
||||||
getmaxyx(stdscr, rows, cols);
|
|
||||||
prefresh(window->win, window->y_pos, 0, 1, 0, rows-3, cols-1);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|||||||
Reference in New Issue
Block a user