CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2019/06/12 03:10:29
Modified files: usr.bin/tmux : cmd-find.c Log message: Do not use $TMUX to find the session because for windows in multiple sessions it is wrong as often as it is right, and for windows in one session it is pointless. Instead check TMUX_PANE to find the pane and look for the MRU session as usual. GitHub issue 1793.