Branch: refs/heads/master
Home: https://github.com/tmux/tmux
Commit: 5289d4ed13e18fa4430aba27af0d525d2f76fc30
https://github.com/tmux/tmux/commit/5289d4ed13e18fa4430aba27af0d525d2f76fc30
Author: nicm <nicm>
Date: 2020-04-18 (Sat, 18 Apr 2020)
Changed paths:
M screen-redraw.c
M server-client.c
M tmux.h
M tty.c
Log Message:
-----------
When a redraw is deferred because the terminal hasn't finished reading
the data from the last one, other panes could update while waiting, so
we set the flag to redraw them all when the new redraw actually
happened. But this means a lot of redrawing panes unnecessarily if they
haven't changed - so instead set a flag to say "at least one pane needs
to be redrawed" then look at the invidual pane flags to see which ones
need it.
Commit: d94bdf7420eb6d0ef88783a35db2c592a3fccec0
https://github.com/tmux/tmux/commit/d94bdf7420eb6d0ef88783a35db2c592a3fccec0
Author: nicm <nicm>
Date: 2020-04-18 (Sat, 18 Apr 2020)
Changed paths:
M screen-redraw.c
M server-client.c
M tmux.h
M tty.c
Log Message:
-----------
Revert previous, there is still a problem.
Commit: 1d2bd864f25a58ab85a6f9f0a448f3a69d8491cd
https://github.com/tmux/tmux/commit/1d2bd864f25a58ab85a6f9f0a448f3a69d8491cd
Author: nicm <nicm>
Date: 2020-04-18 (Sat, 18 Apr 2020)
Changed paths:
M screen-redraw.c
M server-client.c
M tmux.h
M tty.c
Log Message:
-----------
Add a flag to protect against nested syncs and add some extra logging to
redrawing.
Commit: 349617a818ec8ed0f1cdedac64f5d9126d920f87
https://github.com/tmux/tmux/commit/349617a818ec8ed0f1cdedac64f5d9126d920f87
Author: Thomas Adam <[email protected]>
Date: 2020-04-18 (Sat, 18 Apr 2020)
Changed paths:
M screen-redraw.c
M server-client.c
M tmux.h
M tty.c
Log Message:
-----------
Merge branch 'obsd-master'
Compare: https://github.com/tmux/tmux/compare/87d79e6d367f...349617a818ec
--
You received this message because you are subscribed to the Google Groups
"tmux-git" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web, visit
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/87d79e-349617%40github.com.