oops, fix rioback some more

This commit is contained in:
xfnw 2022-07-15 13:07:39 -04:00
parent 939d1fd742
commit de8181a85c
1 changed files with 2 additions and 0 deletions

View File

@ -608,6 +608,8 @@ redraw(void)
for(j=0; j<nhidden; j++)
if(w == hidden[j])
break;
memmove(w->cols, &cols[BACK], sizeof(w->cols));
frinittick(w);
incref(w);
if(j < nhidden){