diff options
author | Christoph Lohmann <20h@r-36.net> | 2013-05-28 23:07:26 +0200 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2013-05-28 23:07:26 +0200 |
commit | eebaedf3da040856248a4b96276eb2aff3f9a8f3 (patch) | |
tree | 30b623e05405fb9e0fe9f66b67d5fbeddf60dd55 | |
parent | 7cb38e81b5256496acf4dcd97fc01081efc8fc1f (diff) |
Applying a fix for tab rotation.
Thanks "Oleg O. Chukaev" <oleg.chukaev@mail.ru>!
-rw-r--r-- | tabbed.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1010,6 +1010,7 @@ unmanage(int c) { focus(lastsel); } else { focus(0); + lastsel = 1; } } else { if(sel > c) |