added viewall to mainstream (only Ross Mohns version, not the toggle)
This commit is contained in:
parent
05fbbbd8dc
commit
daae3bba50
5 changed files with 17 additions and 0 deletions
10
view.c
10
view.c
|
@ -273,6 +273,16 @@ view(Arg *arg)
|
|||
arrange(NULL);
|
||||
}
|
||||
|
||||
void
|
||||
viewall(Arg *arg)
|
||||
{
|
||||
unsigned int i;
|
||||
|
||||
for(i = 0; i < ntags; i++)
|
||||
seltag[i] = True;
|
||||
arrange(NULL);
|
||||
}
|
||||
|
||||
void
|
||||
zoom(Arg *arg)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue