CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/07/17 02:29:34
Modified files:
usr.bin/tmux : cmd.c
Log message:
Change %% to escape single quotes (%1 remains with no quoting and %%
with double quotes) to avoid a single quote being able to terminate
quoted sections of commands. Fixes unexpected behaviour with session
names containing single quotes reported by Aliz Hammond.
