Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 3a5219c6d0c1a85ac3cf7a6b938f724650001a4d
      
https://github.com/tmux/tmux/commit/3a5219c6d0c1a85ac3cf7a6b938f724650001a4d
  Author: nicm <nicm>
  Date:   2020-05-25 (Mon, 25 May 2020)

  Changed paths:
    M grid.c
    M tmux.h
    M utf8.c
    M window-copy.c

  Log Message:
  -----------
  Instead of storing all UTF-8 characters in the extended cell which means
that 14 bytes are wasted for each character in the BMP, only store
characters of three bytes or less in the cell itself and store others
(outside the BMP or with combining characters) in a separate global
tree. Can reduce grid memory use for heavy Unicode users by around 30%.


  Commit: bb5a1925ab30eec3640169b0924f71fe132a2e62
      
https://github.com/tmux/tmux/commit/bb5a1925ab30eec3640169b0924f71fe132a2e62
  Author: Thomas Adam <[email protected]>
  Date:   2020-05-25 (Mon, 25 May 2020)

  Changed paths:
    M grid.c
    M tmux.h
    M utf8.c
    M window-copy.c

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


Compare: https://github.com/tmux/tmux/compare/e16191dbfc8e...bb5a1925ab30

-- 
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/e16191-bb5a19%40github.com.

Reply via email to