diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/custom.c | 1 | ||||
-rw-r--r-- | src/utils.c | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/custom.c b/src/custom.c index d242b7f..4b8d734 100644 --- a/src/custom.c +++ b/src/custom.c @@ -879,7 +879,6 @@ print_key_incolor (WINDOW *win, char *option, int pos_y, int pos_x) custom_apply_attr (win, color); mvwprintw (win, pos_y, pos_x, "%s ", option); custom_remove_attr (win, color); - wnoutrefresh (win); } static int diff --git a/src/utils.c b/src/utils.c index 0ba3a87..e477014 100644 --- a/src/utils.c +++ b/src/utils.c @@ -181,8 +181,6 @@ erase_window_part (WINDOW *win, int first_col, int first_row, int last_col, for (c = first_col; c <= last_col; c++) mvwprintw (win, r, c, " "); } - - wnoutrefresh (win); } /* draws a popup window */ |