From 258b33e63921577ff7345601b0adb8bd192f2880 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Thu, 17 Feb 2011 01:40:45 +0100 Subject: [PATCH] updates windows after search --- src/gmtool.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gmtool.c b/src/gmtool.c index 537766e4b..35c79a139 100644 --- a/src/gmtool.c +++ b/src/gmtool.c @@ -1074,6 +1074,8 @@ handlekey(state * st, int c) } if (r!=NULL) { region2coord(r, &st->cursor); + st->wnd_info->update |=1; + st->wnd_status->update |=1; } break; case 'Q':