month old bug fix from rob

This commit is contained in:
rsc 2005-03-18 18:05:48 +00:00
parent c1fca1adb0
commit 2a373ea419
2 changed files with 30 additions and 16 deletions

View file

@ -80,9 +80,9 @@ wininit(Window *w, Window *clone, Rectangle r)
//assert(w->body.w == w);
if(clone){
w->dirty = clone->dirty;
w->autoindent = clone->autoindent;
textsetselect(&w->body, clone->body.q0, clone->body.q1);
winsettag(w);
w->autoindent = clone->autoindent;
}
}