updates windows after search

This commit is contained in:
Enno Rehling 2011-02-17 01:40:45 +01:00
parent 7fd2852f3b
commit 258b33e639
1 changed files with 2 additions and 0 deletions

View File

@ -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':