The check for a minimal new lastsel is not needed anymore.
1 files changed, 0 insertions(+), 1 deletions(-) M tabbed.c
M tabbed.c => tabbed.c +0 -1
@@ 1094,7 1094,6 @@ unmanage(int c) { } else if(lastsel > c) { lastsel--; } - lastsel = MIN(lastsel, nclients - 1); if(c == sel) { /* Note that focus() will never set lastsel == sel,