diff options
Diffstat (limited to 'src/custom.c')
-rw-r--r-- | src/custom.c | 1 |
1 files changed, 0 insertions, 1 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 |