diff options
| author | Anselm R. Garbe <arg@10kloc.org> | 2006-08-23 12:50:46 -0400 |
|---|---|---|
| committer | Anselm R. Garbe <arg@10kloc.org> | 2006-08-23 12:50:46 -0400 |
| commit | 7e597ae204ce94398f8c722e335f20d5a4a30c8a (patch) | |
| tree | 0a5d9733e2fb01279f6da2abfd2b4a22fc202f19 /tag.c | |
| parent | applied tag drawing change to man page (diff) | |
| download | dwm-7e597ae204ce94398f8c722e335f20d5a4a30c8a.tar.gz dwm-7e597ae204ce94398f8c722e335f20d5a4a30c8a.tar.bz2 dwm-7e597ae204ce94398f8c722e335f20d5a4a30c8a.zip | |
updated man page
Diffstat (limited to '')
| -rw-r--r-- | tag.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -141,4 +141,6 @@ toggletag(Arg *arg) settitle(sel); if(!isvisible(sel)) arrange(NULL); + else + drawstatus(); } |
