mirror.osn.de :: Status

Status

Age (hh:mm:ss) of last commit: 00:56:07

Last commit message:

CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	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.