changeset: 2405:4baa76634d92
tag: tip
user: Kris Maglione <jg_AT_suckless.org>
date: Wed Oct 29 20:14:41 2008 -0400
files: cmd/wmii/view.c
description:
Fix column indices in the /tag/*/index
diff -r 42e0bcc3b9ed -r 4baa76634d92 cmd/wmii/view.c
--- a/cmd/wmii/view.c Tue Oct 28 17:32:08 2008 -0400
+++ b/cmd/wmii/view.c Wed Oct 29 20:14:41 2008 -0400
@@ -592,6 +592,7 @@
int i, s;
bufclear();
+ i = 0;
foreach_area(v, s, a) {
if(a->floating)
bufprint("# ~ %d %d\n", Dx(a->r), Dy(a->r));
Received on Thu Oct 30 2008 - 00:14:43 UTC
This archive was generated by hypermail 2.2.0 : Thu Oct 30 2008 - 00:24:05 UTC