Mercurial > dwm-meillo
comparison tag.c @ 94:6efe82c775c9
pop on heretag
author | Anselm R. Garbe <garbeam@wmii.de> |
---|---|
date | Tue, 18 Jul 2006 11:45:32 +0200 |
parents | c498da7520c7 |
children | 5d88952cbf96 |
comparison
equal
deleted
inserted
replaced
93:c498da7520c7 | 94:6efe82c775c9 |
---|---|
134 return; | 134 return; |
135 | 135 |
136 for(i = 0; i < TLast; i++) | 136 for(i = 0; i < TLast; i++) |
137 c->tags[i] = NULL; | 137 c->tags[i] = NULL; |
138 c->tags[tsel] = tags[tsel]; | 138 c->tags[tsel] = tags[tsel]; |
139 arrange(NULL); | 139 pop(c); |
140 focus(c); | 140 focus(c); |
141 } | 141 } |
142 | 142 |
143 void | 143 void |
144 replacetag(Arg *arg) | 144 replacetag(Arg *arg) |