diff options
author | Anselm R. Garbe <arg@10kloc.org> | 2006-08-23 18:50:46 +0200 |
---|---|---|
committer | Anselm R. Garbe <arg@10kloc.org> | 2006-08-23 18:50:46 +0200 |
commit | 7e597ae204ce94398f8c722e335f20d5a4a30c8a (patch) | |
tree | 0a5d9733e2fb01279f6da2abfd2b4a22fc202f19 /tag.c | |
parent | c39df91ab9826ef134bc1484b0d19186790132f3 (diff) |
updated man page
Diffstat (limited to 'tag.c')
-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(); } |