comparison tag.c @ 9:bc03b37b37ba

move command mode text to the left, next to the layout icon
author paulo@thepaulopc
date Wed, 15 Jun 2011 23:27:32 -0700
parents ba504f41828f
children
comparison
equal deleted inserted replaced
1:61886b0cd543 2:3139347ba300
180 break; 180 break;
181 } 181 }
182 } 182 }
183 lt->arrange(); 183 lt->arrange();
184 } 184 }
185
186 void
187 tag_n_view(Arg *arg) {
188 tag(arg);
189 view(arg);
190 }