CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/06/15 15:41:39
Modified files:
usr.bin/tmux : cmd-break-pane.c cmd-new-session.c
cmd-new-window.c cmd-rename-session.c
cmd-rename-window.c cmd-select-pane.c
cmd-split-window.c input.c names.c paste.c
popup.c screen.c session.c spawn.c tmux.c
tmux.h window.c
Log message:
Be more strict about what names and titles we allow and reject them
immediately when possible, but allow # again for those directly set by
commands (but not escape sequences). From Barrett Ruth in GitHub issue
5175.