Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 8986c8dfcd0083e5c767b8a247c119a25e1f8093
      
https://github.com/tmux/tmux/commit/8986c8dfcd0083e5c767b8a247c119a25e1f8093
  Author: nicm <nicm>
  Date:   2021-02-22 (Mon, 22 Feb 2021)

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

  Log Message:
  -----------
  Move jump commands to grid reader, make them UTF-8 aware, and tidy up,
from Anindya Mukherjee.


  Commit: e858270006a9041b9016ed9e6cc12d622ac8fe31
      
https://github.com/tmux/tmux/commit/e858270006a9041b9016ed9e6cc12d622ac8fe31
  Author: nicm <nicm>
  Date:   2021-02-22 (Mon, 22 Feb 2021)

  Changed paths:
    M format.c
    M tmux.h
    M window-copy.c
    M window.c

  Log Message:
  -----------
  There are many format variables now so allocating all the default ones
each time a tree is created is too expensive. Instead, convert them all
into callbacks and put them in a static table so they only allocate on
demand. The tree remains for the moment for extra (non-default)
variables added by for example copy mode or popups. Also reduce
expensive calls to localtime_r/strftime. GitHub issue 2253.


  Commit: cb7e6698f3241cecfac31a045b907988a4c286f1
      
https://github.com/tmux/tmux/commit/cb7e6698f3241cecfac31a045b907988a4c286f1
  Author: Thomas Adam <[email protected]>
  Date:   2021-02-22 (Mon, 22 Feb 2021)

  Changed paths:
    M format.c
    M grid-reader.c
    M status.c
    M tmux.h
    M window-copy.c
    M window.c

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


Compare: https://github.com/tmux/tmux/compare/742e67080586...cb7e6698f324

-- 
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/742e67-cb7e66%40github.com.

Reply via email to