summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 38fdf10)
raw | patch | inline | side by side (parent: 38fdf10)
author | Max Kellermann <max@duempel.org> | |
Thu, 2 Oct 2008 13:20:18 +0000 (15:20 +0200) | ||
committer | Max Kellermann <max@duempel.org> | |
Thu, 2 Oct 2008 13:20:18 +0000 (15:20 +0200) |
artist_repaint() calls wrefresh(), don't call it again after
that.
that.
src/screen_artist.c | patch | blob | history |
diff --git a/src/screen_artist.c b/src/screen_artist.c
index ba48ce837196d40775eedb6ddc44f3e3ad2b8c4f..b15b89dbbf7221a829879304e3e02130463d5932 100644 (file)
--- a/src/screen_artist.c
+++ b/src/screen_artist.c
if (artist_lw_cmd(cmd)) {
artist_repaint();
- wrefresh(browser.lw->w);
return 1;
}