CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2020/04/13 10:19:37
Modified files: usr.bin/tmux : cmd-parse.y cmd.c tmux.h Log message: When parsing strings, put all commands in one group even if there are newlines. This means that for example bind q { a \n b } and bind q "a ; b" are the same. Also log commands in different groups separated by ;; rather than ; (a command list like this should never be user visible).