Branch: refs/heads/master
Home: https://github.com/tmux/tmux
Commit: 1fd6ca2260bc738f1e467e7e32d03cc225327ebf
https://github.com/tmux/tmux/commit/1fd6ca2260bc738f1e467e7e32d03cc225327ebf
Author: nicm <nicm>
Date: 2016-07-15 (Fri, 15 Jul 2016)
Changed paths:
M colour.c
M input.c
M screen-redraw.c
M style.c
M window-clock.c
Log Message:
-----------
Instead of representing colours in several different forms with various
cell flags, convert to use an int with flags marking 256 or RGB colours
in the top byte (except in cells, which we don't want to make any
bigger). From Brad Town.
Commit: 0f73af876f1222000a9eea76c70ae9a51ecb95e1
https://github.com/tmux/tmux/commit/0f73af876f1222000a9eea76c70ae9a51ecb95e1
Author: nicm <nicm>
Date: 2016-07-15 (Fri, 15 Jul 2016)
Changed paths:
M grid.c
M screen-write.c
M screen.c
M tmux.h
M tty.c
Log Message:
-----------
Don't update cells in each block of data read from a pane immediately,
instead track them as change (dirty) and update them once at the end,
saves much time if repeatedly writing the same cell. Also fix comparison
of cells being equal in a few places (memcmp is not enough).
Commit: d4eeeb5498822d4330f19534f5b25b70589aec1f
https://github.com/tmux/tmux/commit/d4eeeb5498822d4330f19534f5b25b70589aec1f
Author: Thomas Adam <[email protected]>
Date: 2016-07-15 (Fri, 15 Jul 2016)
Changed paths:
M colour.c
M grid.c
M input.c
M screen-redraw.c
M screen-write.c
M screen.c
M style.c
M tmux.h
M tty.c
M window-clock.c
Log Message:
-----------
Merge branch 'obsd-master'
Compare: https://github.com/tmux/tmux/compare/2d843b50217b...d4eeeb549882
--
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].
For more options, visit https://groups.google.com/d/optout.