Branch: refs/heads/sixel
  Home:   https://github.com/tmux/tmux
  Commit: 8edece2cdb7b4425526bae904506a246edbb6409
      
https://github.com/tmux/tmux/commit/8edece2cdb7b4425526bae904506a246edbb6409
  Author: nicm <nicm>
  Date:   2022-10-28 (Fri, 28 Oct 2022)

  Changed paths:
    M control-notify.c
    M input.c
    M notify.c
    M paste.c
    M tmux.1
    M tmux.h

  Log Message:
  -----------
  Add paste-buffer-deleted notification and fix name of paste-buffer-changed.


  Commit: 9dd1f442c5a7f1d8d480476f11bc62cceab2019a
      
https://github.com/tmux/tmux/commit/9dd1f442c5a7f1d8d480476f11bc62cceab2019a
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2022-10-28 (Fri, 28 Oct 2022)

  Changed paths:
    M control-notify.c
    M input.c
    M notify.c
    M paste.c
    M tmux.1
    M tmux.h

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


  Commit: 22910451162c5c1ffe5505ca7c9b1b8cc99ba187
      
https://github.com/tmux/tmux/commit/22910451162c5c1ffe5505ca7c9b1b8cc99ba187
  Author: nicm <nicm>
  Date:   2022-11-01 (Tue, 01 Nov 2022)

  Changed paths:
    M cmd-find.c

  Log Message:
  -----------
  Use active pane in target window not current window for +/-. GitHub
issue 3370.


  Commit: 2d08235987efa1e2f9c932c4a5c8a0200b4804c1
      
https://github.com/tmux/tmux/commit/2d08235987efa1e2f9c932c4a5c8a0200b4804c1
  Author: nicm <nicm>
  Date:   2022-11-01 (Tue, 01 Nov 2022)

  Changed paths:
    M input-keys.c
    M key-string.c
    M tmux.h
    M tty-keys.c

  Log Message:
  -----------
  Add modified Tab key sequences, from Aaron Jensen, GitHub issue 3368.


  Commit: 36896f6dd0d49d91bcc9c398c68a33818626532c
      
https://github.com/tmux/tmux/commit/36896f6dd0d49d91bcc9c398c68a33818626532c
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2022-11-01 (Tue, 01 Nov 2022)

  Changed paths:
    M cmd-find.c
    M input-keys.c
    M key-string.c
    M tmux.h
    M tty-keys.c

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


  Commit: 9614f5156079773b338a13e95ec932cc7c95b031
      
https://github.com/tmux/tmux/commit/9614f5156079773b338a13e95ec932cc7c95b031
  Author: nicm <nicm>
  Date:   2022-11-02 (Wed, 02 Nov 2022)

  Changed paths:
    M input-keys.c
    M tty-keys.c

  Log Message:
  -----------
  Instead of always setting the extended flag, set it only when searching.
Allows send-keys to work. From Aaron Jensen.


  Commit: dbfbd8a195707a8550d59f9576fbbafe1045556c
      
https://github.com/tmux/tmux/commit/dbfbd8a195707a8550d59f9576fbbafe1045556c
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2022-11-02 (Wed, 02 Nov 2022)

  Changed paths:
    M input-keys.c
    M tty-keys.c

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


  Commit: 3be369522b6de38ba08ee50a86a49a9a86af490b
      
https://github.com/tmux/tmux/commit/3be369522b6de38ba08ee50a86a49a9a86af490b
  Author: nicm <nicm>
  Date:   2022-11-03 (Thu, 03 Nov 2022)

  Changed paths:
    M cmd-display-message.c
    M tmux.1

  Log Message:
  -----------
  Add a -l flag to display-message to disable format expansion, from Aaron
Jensen. GitHub issue 3372.


  Commit: 17290b912116c4397620526d43dcf6ddcf0044b7
      
https://github.com/tmux/tmux/commit/17290b912116c4397620526d43dcf6ddcf0044b7
  Author: nicm <nicm>
  Date:   2022-11-03 (Thu, 03 Nov 2022)

  Changed paths:
    M window-buffer.c

  Log Message:
  -----------
  If there are no buffers, reset mode as soon as any key pressed. Fixes
crash reported by Gaoyang Zhang in GitHub issue 3373.


  Commit: c449512be41f0d4442bc0f2a7cd652c9784423b8
      
https://github.com/tmux/tmux/commit/c449512be41f0d4442bc0f2a7cd652c9784423b8
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2022-11-03 (Thu, 03 Nov 2022)

  Changed paths:
    M cmd-display-message.c
    M tmux.1
    M window-buffer.c

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


  Commit: 77c135349aaaa026c3fbb24d291877ce926d682e
      
https://github.com/tmux/tmux/commit/77c135349aaaa026c3fbb24d291877ce926d682e
  Author: nicm <nicm>
  Date:   2022-11-04 (Fri, 04 Nov 2022)

  Changed paths:
    M format.c

  Log Message:
  -----------
  Unescape the string for the literal operator (l:) so special characters
work.


  Commit: 50f4e0fac93799da5b172bed51ca7e4a61ad7ed4
      
https://github.com/tmux/tmux/commit/50f4e0fac93799da5b172bed51ca7e4a61ad7ed4
  Author: Thomas Adam <tho...@xteddy.org>
  Date:   2022-11-04 (Fri, 04 Nov 2022)

  Changed paths:
    M format.c

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


  Commit: 34c96c4c4a33f86b49c8a53dc48b2b817db24e95
      
https://github.com/tmux/tmux/commit/34c96c4c4a33f86b49c8a53dc48b2b817db24e95
  Author: topcat001 <anindy...@hotmail.com>
  Date:   2022-11-05 (Sat, 05 Nov 2022)

  Changed paths:
    M cmd-display-message.c
    M cmd-find.c
    M control-notify.c
    M format.c
    M input-keys.c
    M input.c
    M key-string.c
    M notify.c
    M paste.c
    M tmux.1
    M tmux.h
    M tty-keys.c
    M window-buffer.c

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


Compare: https://github.com/tmux/tmux/compare/2a1e16a24dc7...34c96c4c4a33

-- 
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/2a1e16-34c96c%40github.com.

Reply via email to