mirror of
https://github.com/tmux/tmux.git
synced 2025-11-05 01:56:07 +00:00
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).
This commit is contained in:
Reference in New Issue
Block a user