completion, pageup/pagedown

This commit is contained in:
rsc 2004-02-09 19:32:18 +00:00
parent 97fdda4e86
commit c197370550
5 changed files with 139 additions and 7 deletions

View file

@ -102,6 +102,7 @@ coladd(Column *c, Window *w, Window *clone, int y)
w->col = c;
winresize(w, r, FALSE);
}
//assert(w->body.w == w);
w->tag.col = c;
w->tag.row = c->row;
w->body.col = c;