Introduction
Introduction Statistics Contact Development Disclaimer Help
Applying a fix for tab rotation. - tabbed - tab interface for application suppo…
git clone git://git.suckless.org/tabbed
Log
Files
Refs
README
LICENSE
---
commit eebaedf3da040856248a4b96276eb2aff3f9a8f3
parent 7cb38e81b5256496acf4dcd97fc01081efc8fc1f
Author: Christoph Lohmann <[email protected]>
Date: Tue, 28 May 2013 23:07:26 +0200
Applying a fix for tab rotation.
Thanks "Oleg O. Chukaev" <[email protected]>!
Diffstat:
M 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)
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.