Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 320abba341311a0271e32f393afd89f1e82fc14c
      
https://github.com/tmux/tmux/commit/320abba341311a0271e32f393afd89f1e82fc14c
  Author: nicm <nicm>
  Date:   2018-02-16 (Fri, 16 Feb 2018)

  Changed paths:
    M grid.c
    M tmux.h

  Log Message:
  -----------
  Reflowing the grid in-place involved way too much memmove() for a big
performance cost with a large history. Instead change back to using a
second grid and copying modified lines over which is much faster (this
doesn't revert to the old code however which didn't support UTF-8
properly). GitHub issue 1249.


  Commit: 968296bb07052b5ffeb840f180be247a26feee51
      
https://github.com/tmux/tmux/commit/968296bb07052b5ffeb840f180be247a26feee51
  Author: Thomas Adam <[email protected]>
  Date:   2018-02-16 (Fri, 16 Feb 2018)

  Changed paths:
    M grid.c
    M tmux.h

  Log Message:
  -----------
  Merge branch 'obsd-master'


Compare: https://github.com/tmux/tmux/compare/88711e885eea...968296bb0705

-- 
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.

Reply via email to