mirror of https://github.com/0intro/wmii
Fix column indices in the /tag/*/index
This commit is contained in:
parent
fce91f19d8
commit
05597b0a36
|
@ -592,6 +592,7 @@ view_index(View *v) {
|
|||
int i, s;
|
||||
|
||||
bufclear();
|
||||
i = 0;
|
||||
foreach_area(v, s, a) {
|
||||
if(a->floating)
|
||||
bufprint("# ~ %d %d\n", Dx(a->r), Dy(a->r));
|
||||
|
|
Loading…
Reference in New Issue