Branch: refs/heads/sixel
  Home:   https://github.com/tmux/tmux
  Commit: d73078838dc9cadb42e0f4762847806076684cc8
      
https://github.com/tmux/tmux/commit/d73078838dc9cadb42e0f4762847806076684cc8
  Author: nicm <nicm>
  Date:   2023-03-27 (Mon, 27 Mar 2023)

  Changed paths:
    M screen-write.c
    M tty.c

  Log Message:
  -----------
  For passthrough, don't write to clients attached to different sessions,
based on a fix from Sergei Grechanik.


  Commit: c21af7e446beafd27a7a0384186bc480fd2e126d
      
https://github.com/tmux/tmux/commit/c21af7e446beafd27a7a0384186bc480fd2e126d
  Author: nicm <nicm>
  Date:   2023-03-27 (Mon, 27 Mar 2023)

  Changed paths:
    M format.c
    M input.c
    M tmux.1
    M tmux.h
    M window.c

  Log Message:
  -----------
  Add a format to show if there are unseen changes while in a mode, from
Dan Aloni in GitHub issue 3498.


  Commit: a2018b2c3ffd488824c599c340c2c67095f04919
      
https://github.com/tmux/tmux/commit/a2018b2c3ffd488824c599c340c2c67095f04919
  Author: nicm <nicm>
  Date:   2023-04-03 (Mon, 03 Apr 2023)

  Changed paths:
    M tmux.1

  Log Message:
  -----------
  Clarify text for new -A slightly, GitHub issue 3508.


  Commit: b9524f5b72d16bd634fc47ad1a4a9d3240bd4370
      
https://github.com/tmux/tmux/commit/b9524f5b72d16bd634fc47ad1a4a9d3240bd4370
  Author: Nicholas Marriott <nicholas.marri...@gmail.com>
  Date:   2023-04-03 (Mon, 03 Apr 2023)

  Changed paths:
    M compat.h
    M compat/systemd.c
    M configure.ac
    M spawn.c

  Log Message:
  -----------
  Add support for spawning panes in separate cgroups with systemd and a 
configure
flag to disable. From Eric T Johnson yut23 AT gvljohnsons DOT com in GitHub
issue 3514.


  Commit: 280fe77eddc877f3d0a58ad3195a1e5856ac91c4
      
https://github.com/tmux/tmux/commit/280fe77eddc877f3d0a58ad3195a1e5856ac91c4
  Author: nicm <nicm>
  Date:   2023-04-17 (Mon, 17 Apr 2023)

  Changed paths:
    M tty-keys.c

  Log Message:
  -----------
  Discard mouse sequences that have the right form but actually are
invalid (for example have column zero rather than one).


  Commit: bcafe51378b1b16a9a9429d9ad074d5a5d700144
      
https://github.com/tmux/tmux/commit/bcafe51378b1b16a9a9429d9ad074d5a5d700144
  Author: nicm <nicm>
  Date:   2023-04-17 (Mon, 17 Apr 2023)

  Changed paths:
    M file.c

  Log Message:
  -----------
  Make the check if printing is allowed the same as writing which is less
confusing.


  Commit: 9f605178c375b3722408c241a93f6d18090eead1
      
https://github.com/tmux/tmux/commit/9f605178c375b3722408c241a93f6d18090eead1
  Author: nicm <nicm>
  Date:   2023-04-17 (Mon, 17 Apr 2023)

  Changed paths:
    M tmux.c

  Log Message:
  -----------
  It seems silly to use progname for version, just always say tmux.


  Commit: 48eba4c195165fb0f51afeb8b1eb56739b31431d
      
https://github.com/tmux/tmux/commit/48eba4c195165fb0f51afeb8b1eb56739b31431d
  Author: nicm <nicm>
  Date:   2023-04-17 (Mon, 17 Apr 2023)

  Changed paths:
    M status.c
    M tmux.h

  Log Message:
  -----------
  Ignore the user keys range when checking if a key is Unicode.


  Commit: 551e0c36d95b1a9de1febf8f062fdc9d64b682df
      
https://github.com/tmux/tmux/commit/551e0c36d95b1a9de1febf8f062fdc9d64b682df
  Author: nicm <nicm>
  Date:   2023-04-25 (Tue, 25 Apr 2023)

  Changed paths:
    M tty.c

  Log Message:
  -----------
  Invalidate cached tty state after changing features since they may
change what the terminal can do and need mouse sequences or similar to
be sent again, GitHub issue 3513.


  Commit: 8f34504736cf3547992c4ba948c1e65f3813715c
      
https://github.com/tmux/tmux/commit/8f34504736cf3547992c4ba948c1e65f3813715c
  Author: nicm <nicm>
  Date:   2023-04-25 (Tue, 25 Apr 2023)

  Changed paths:
    M tmux.h
    M tty-term.c
    M tty.c

  Log Message:
  -----------
  Tidy tparm wrapper functions to have more obvious names and check tparm
return value.


  Commit: 15c70e562c4967a6085ac2296e9f649e1c277fb9
      
https://github.com/tmux/tmux/commit/15c70e562c4967a6085ac2296e9f649e1c277fb9
  Author: Nicholas Marriott <nicholas.marri...@gmail.com>
  Date:   2023-04-25 (Tue, 25 Apr 2023)

  Changed paths:
    M proc.c

  Log Message:
  -----------
  Include NCURSES_VERSION_PATCH in the log.


  Commit: 0ff991b25faf6a88edb356e2ea0ba80151eecb79
      
https://github.com/tmux/tmux/commit/0ff991b25faf6a88edb356e2ea0ba80151eecb79
  Author: Nicholas Marriott <nicholas.marri...@gmail.com>
  Date:   2023-04-25 (Tue, 25 Apr 2023)

  Changed paths:
    M Makefile.am
    M configure.ac
    M options-table.c
    M tmux.h

  Log Message:
  -----------
  Set default lock command to vlock on Linux if present at build time, from Josh
Boyer in GitHub issue 3527.


  Commit: 9d8131c190908bcbf19de55b377f587aa5cd4cdd
      
https://github.com/tmux/tmux/commit/9d8131c190908bcbf19de55b377f587aa5cd4cdd
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2023-04-27 (Thu, 27 Apr 2023)

  Changed paths:
    M file.c
    M format.c
    M input.c
    M screen-write.c
    M status.c
    M tmux.1
    M tmux.c
    M tmux.h
    M tty-keys.c
    M tty-term.c
    M tty.c
    M window.c

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


  Commit: 39d41d0810d4e8ae6ce8d27776dfbb96722d9319
      
https://github.com/tmux/tmux/commit/39d41d0810d4e8ae6ce8d27776dfbb96722d9319
  Author: Nicholas Marriott <nicholas.marri...@gmail.com>
  Date:   2023-04-28 (Fri, 28 Apr 2023)

  Changed paths:
    M configure.ac
    M tty-term.c

  Log Message:
  -----------
  Use ncurses' new tparm_s function (added in 6.4-20230424) instead of tparm so
it does not object to string arguments in capabilities it doesn't already know.


  Commit: bf636d9575806134ca7efd917ee0d54e9330ae86
      
https://github.com/tmux/tmux/commit/bf636d9575806134ca7efd917ee0d54e9330ae86
  Author: nicm <nicm>
  Date:   2023-04-28 (Fri, 28 Apr 2023)

  Changed paths:
    M tty-term.c

  Log Message:
  -----------
  Do not fatal if tparm fails, instead just log it (not working sequences
are better than exiting).


  Commit: 41b318ac7c881fc4cdf834ea5e14a7e8646605aa
      
https://github.com/tmux/tmux/commit/41b318ac7c881fc4cdf834ea5e14a7e8646605aa
  Author: nicm <nicm>
  Date:   2023-04-28 (Fri, 28 Apr 2023)

  Changed paths:
    M cmd-confirm-before.c
    M tmux.1

  Log Message:
  -----------
  Add options to change the confirm key and default behaviour of
confirm-before. From Elias Assaf in GitHub issue 3548; prompted by an
earlier change from Yutaro Yoshii in GitHub issue 3496.


  Commit: 168eab11a7cef7ecd8a42ffec160fe2314442b73
      
https://github.com/tmux/tmux/commit/168eab11a7cef7ecd8a42ffec160fe2314442b73
  Author: Nicholas Marriott <nicholas.marri...@gmail.com>
  Date:   2023-04-28 (Fri, 28 Apr 2023)

  Changed paths:
    M tty-term.c

  Log Message:
  -----------
  Cast both strings for tparm.


  Commit: fbe6fe7f55cfc2a32f9cee4cb50502a53d3ce8bb
      
https://github.com/tmux/tmux/commit/fbe6fe7f55cfc2a32f9cee4cb50502a53d3ce8bb
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2023-04-28 (Fri, 28 Apr 2023)

  Changed paths:
    M cmd-confirm-before.c
    M tmux.1
    M tty-term.c

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


  Commit: 0d71e5853ffe797f90b815ac3af25ac0ad92ab07
      
https://github.com/tmux/tmux/commit/0d71e5853ffe797f90b815ac3af25ac0ad92ab07
  Author: topcat001 <anindy...@hotmail.com>
  Date:   2023-04-29 (Sat, 29 Apr 2023)

  Changed paths:
    M Makefile.am
    M cmd-confirm-before.c
    M compat.h
    M compat/systemd.c
    M configure.ac
    M file.c
    M format.c
    M input.c
    M options-table.c
    M proc.c
    M screen-write.c
    M spawn.c
    M status.c
    M tmux.1
    M tmux.c
    M tmux.h
    M tty-keys.c
    M tty-term.c
    M tty.c
    M window.c

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


Compare: https://github.com/tmux/tmux/compare/64368a1a63f0...0d71e5853ffe

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/sixel/64368a-0d71e5%40github.com.

Reply via email to