Change #271425
| Category | None |
| Changed by | nicm <nicm> |
| Changed at | Wed 17 Jun 2026 10:10:55 |
| Repository | https://api.github.com/repos/tmux/tmux |
| Project | tmux/tmux |
| Branch | 3.7-rc |
| Revision | 64e83caf04944f9a45113c32ecaff588a951fb99 |
Comments
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.
Changed files
- 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