CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2025/12/17 04:49:29
Modified files:
usr.bin/tmux : format.c input.c screen-redraw.c screen-write.c
tmux.1 tmux.h window.c
Log message:
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.