Change #275107
| Category | tmux |
| Changed by | nicm <nicm@openbsd.org> |
| Changed at | Fri 17 Jul 2026 14:15:52 |
| Repository | https://github.com/tmux/tmux.git |
| Project | tmux |
| Branch | master |
| Revision | a177d0f590e894ada7ee003b9efc976547550b35 |
Comments
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.
Changed files
- cmd.c