CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2013/07/05 08:52:33
Modified files: usr.bin/tmux : server-fn.c Log message: When the session option renumber-window is used, ensure we iterate over all sessions in that group when the winlinks are reordered, otherwise the winlink lists are out of sync with one another. From Thomas Adam.