Change #271239
| Category | tmux |
| Changed by | nicm <nicm> |
| Changed at | Mon 15 Jun 2026 23:41:39 |
| Repository | https://github.com/tmux/tmux.git |
| Project | tmux |
| Branch | master |
| Revision | eb65331403e5226cc737255db2d2d71ee257b519 |
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