~kris/suckless

tabbed

eebaedf3da040856248a4b96276eb2aff3f9a8f3 — Christoph Lohmann 13 years ago 7cb38e8
Applying a fix for tab rotation.

Thanks "Oleg O. Chukaev" <oleg.chukaev@mail.ru>!
1 files changed, 1 insertions(+), 0 deletions(-)

M tabbed.c
M tabbed.c => tabbed.c +1 -0
@@ 1010,6 1010,7 @@ unmanage(int c) {
				focus(lastsel);
			} else {
				focus(0);
				lastsel = 1;
			}
		} else {
			if(sel > c)