CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/06/17 07:22:48
Modified files:
usr.bin/tmux : screen-write.c server-client.c tmux.h
Log message:
Tidy up server_client_check_redraw. Get rid of the bitmask tracking
panes which want redraw for deferred clients - if they are deferred then
they can just have a full redraw instead. Also return earlier if no
redraw is actually needed, and improve the comments.
