Change #265252
| Category | None |
| Changed by | nicm <nicm> |
| Changed at | Wed 22 Apr 2026 09:10:16 |
| Repository | https://api.github.com/repos/tmux/tmux |
| Project | tmux/tmux |
| Branch | master |
| Revision | d339ab51eb1b535362d58b4a8112e5921499399e |
Comments
Sanitize pane titles and window and session names more consistently and strictly, prevents C0 characters and other nonvisible characters causing problems. Reported (with a different fix) by Chris Monardo in GitHub issue 4999.
Changed files
- cmd-new-session.c
- cmd-rename-session.c
- format.c
- input.c
- names.c
- screen.c
- session.c
- spawn.c
- tmux.c
- tmux.h
- window.c