Change #275106
| Category | None |
| Changed by | Thomas Adam <thomas.adam22@gmail.com> |
| Changed at | Fri 17 Jul 2026 14:24:25 |
| Repository | https://api.github.com/repos/tmux/tmux |
| Project | tmux/tmux |
| Branch | master |
| Revision | 5bd10a8c2a1dfb38f6b835121ed717003677926b |
Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Move per-client window sizes into control.c since the only user is for control mode. 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-refresh-client.c
- cmd.c
- control.c
- resize.c
- server-client.c
- tmux.h