Applying a fix for tab rotation. - ttabbed - Simple tabbing application for X11.
       
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit eebaedf3da040856248a4b96276eb2aff3f9a8f3
 (DIR) parent 7cb38e81b5256496acf4dcd97fc01081efc8fc1f
 (HTM) 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(-)
       ---
 (DIR) 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)