more tweaks

This commit is contained in:
rsc 2006-01-12 05:43:26 +00:00
parent 77c5c852e4
commit cd1d0ab0b5
4 changed files with 27 additions and 8 deletions

View file

@ -287,6 +287,7 @@ readfile(Column *c, char *s)
w->body.file->mod = FALSE;
w->dirty = FALSE;
winsettag(w);
winresize(w, w->r, FALSE, TRUE);
textscrdraw(&w->body);
textsetselect(&w->tag, w->tag.file->b.nc, w->tag.file->b.nc);
}