CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2019/12/19 02:22:34
Modified files: usr.bin/tmux : cfg.c cmd-queue.c cmd-source-file.c key-bindings.c notify.c tmux.h Log message: When adding a list with multiple commands to the queue, the next item to insert after needs to be the last one added, not the first. Reported by Jason Kim in GitHub issue 2023.