tag.c
changeset 94 6efe82c775c9
parent 93 c498da7520c7
child 95 5d88952cbf96
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)