forked from github/server
updates windows after search
This commit is contained in:
parent
7fd2852f3b
commit
258b33e639
|
@ -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':
|
||||
|
|
Loading…
Reference in New Issue