wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

commit 74a25f315800a0c57c9d3ba3d47a94cfd81a65bf
parent ddc74dea2e149834a3a113e4e83d70099a563c0f
Author: Anselm R. Garbe <garbeam@wmii.de>
Date:   Thu, 23 Mar 2006 10:06:43 +0100

fix of fix


Diffstat:
cmd/wm/fs.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/wm/fs.c b/cmd/wm/fs.c @@ -1221,7 +1221,7 @@ xwrite(IXPConn *c, Fcall *fcall) if(!strncmp(buf, "quit", 5)) srv.running = 0; else if(!strncmp(buf, "view", 5)) - select_tag(&buf[7]); + select_tag(&buf[5]); else return Enocommand; break;