aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2013-05-28 23:07:26 +0200
committerChristoph Lohmann <20h@r-36.net>2013-05-28 23:07:26 +0200
commiteebaedf3da040856248a4b96276eb2aff3f9a8f3 (patch)
tree30b623e05405fb9e0fe9f66b67d5fbeddf60dd55
parent7cb38e81b5256496acf4dcd97fc01081efc8fc1f (diff)
Applying a fix for tab rotation.
Thanks "Oleg O. Chukaev" <oleg.chukaev@mail.ru>!
-rw-r--r--tabbed.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tabbed.c b/tabbed.c
index 3d85f03..a76c2a8 100644
--- a/tabbed.c
+++ b/tabbed.c
@@ -1010,6 +1010,7 @@ unmanage(int c) {
focus(lastsel);
} else {
focus(0);
+ lastsel = 1;
}
} else {
if(sel > c)