https://cvsweb.openbsd.org/log/src/usr.bin/tmux/screen-write.c,v?sort=File
revision 1.242/ (Download) - annotate - Wed, 17 Dec 2025 11:49:29 UTC by nicm Changes since 1.241: +51 -2 (diff) Add support for applications to use synchronized output mode (DECSET 2026) to prevent screen tearing during rapid updates. When an application sends SM ?2026, tmux buffers output until RM ?2026 is received or a 1-second timeout expires. >From Chris Lloyd with the assistance of Claude Code, GitHub issue 4744. --- was this an oversight, or is claude code explicitly allowed in base now? sl

