tabbed

Simple tabbing application for X11.
git clone git://r-36.net/tabbed
Log | Files | Refs | README | LICENSE

commit eebaedf3da040856248a4b96276eb2aff3f9a8f3
parent 7cb38e81b5256496acf4dcd97fc01081efc8fc1f
Author: Christoph Lohmann <20h@r-36.net>
Date:   Tue, 28 May 2013 23:07:26 +0200

Applying a fix for tab rotation.

Thanks "Oleg O. Chukaev" <oleg.chukaev@mail.ru>!

Diffstat:
tabbed.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

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