CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/04/22 01:10:16
Modified files:
usr.bin/tmux : 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
Log message:
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.
