index
:
tabbed-renametab-mod.git
master
patch for suckless 'tabbed' utility with rename functionality (see the 'renametab' branch). a nice replacement of urxvt tabbed plugins (if you use urxvt + tabbed)
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
tabbed.c
1
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)