Change so that window_flags escapes # automatically which means configs
authornicm <nicm@openbsd.org>
Wed, 20 Jan 2021 07:16:54 +0000 (07:16 +0000)
committernicm <nicm@openbsd.org>
Wed, 20 Jan 2021 07:16:54 +0000 (07:16 +0000)
commitb1a381546f9dc2215d80971fa40bd4aad7153408
tree6e38fdfd3284967cbc6e00abd14535c9c6d6cfd3
parent679f355aa8bcbc3c7b8e90a70f23352c47bd32c0
Change so that window_flags escapes # automatically which means configs
will not have to change. A new format window_raw_flags contains the old
unescaped version.
usr.bin/tmux/cmd-list-windows.c
usr.bin/tmux/control-notify.c
usr.bin/tmux/format.c
usr.bin/tmux/options-table.c
usr.bin/tmux/tmux.1
usr.bin/tmux/tmux.h
usr.bin/tmux/window.c