Fix column indices in the /tag/*/index

This commit is contained in:
Kris Maglione 2008-10-29 20:14:41 -04:00
parent fce91f19d8
commit 05597b0a36
1 changed files with 1 additions and 0 deletions

View File

@ -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));