diff options
Diffstat (limited to 'tabbed.c')
-rw-r--r-- | tabbed.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1094,6 +1094,7 @@ unmanage(int c) { } else if(lastsel > c) { lastsel--; } + lastsel = MIN(lastsel, nclients - 1); if(c == sel) { /* Note that focus() will never set lastsel == sel, |