CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2024/08/04 02:53:43
Modified files: usr.bin/tmux : mode-tree.c tmux.h window-buffer.c Log message: Adjust the logic when deleting last buffer to better preserve the selection: if selecting the element below the deleted one fails (because as the last one), select the one above it instead. From Daniel Mueller, GitHub issue 4043.