add bigtags

This commit is contained in:
rsc 2005-12-16 15:14:14 +00:00
parent 20ae0b0fc2
commit f8dea3c178
5 changed files with 96 additions and 2 deletions

View file

@ -467,6 +467,9 @@ coldragwin(Column *c, Window *w, int but)
error("can't find window");
Found:
/* TAG - force recompute tag size (if in auto-expand mode) on mouse op. */
w->taglines = 1;
/* END TAG */
p = mouse->xy;
if(abs(p.x-op.x)<5 && abs(p.y-op.y)<5){
colgrow(c, w, but);