aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/screen_utils.c')
-rw-r--r--src/screen_utils.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/screen_utils.c b/src/screen_utils.c
index 6ee1eba68..6029596bd 100644
--- a/src/screen_utils.c
+++ b/src/screen_utils.c
@@ -198,9 +198,7 @@ screen_find(screen_t *screen,
screen->findbuf,
options.find_wrap);
- if (retval == 0)
- lw->repaint = 1;
- else {
+ if (retval != 0) {
screen_status_printf(_("Unable to find \'%s\'"), screen->findbuf);
screen_bell();
}