Hi,
sorry for posting here, but I can't find his email and I'm almost sure
he read this mail list ;)
in tag.c function viewlast:
===
void
viewlast(void) {
char buf[32];
snprintf(buf, sizeof buf, "%d", lasttag);
view(buf);
lt->arrange();
}
===
the lastline: lt->arrange();
is not needed, because the same is caled in function view()
small detail, I know
-Ph
Received on Mon Mar 12 2007 - 23:30:49 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:38:59 UTC