Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: e5106bfb9660d5c9470acf9defa1084c61a070d4
      
https://github.com/tmux/tmux/commit/e5106bfb9660d5c9470acf9defa1084c61a070d4
  Author: nicm <nicm>
  Date:   2021-06-10 (Thu, 10 Jun 2021)

  Changed paths:
    M key-bindings.c
    M key-string.c
    M tty-keys.c

  Log Message:
  -----------
  Add another couple of keys needed for extended keys, GitHub issue 2658.

Handle modifier 9 as Meta, GitHub issue 2647.


  Commit: c46a607dc10606047f685f29a71213501de819d1
      
https://github.com/tmux/tmux/commit/c46a607dc10606047f685f29a71213501de819d1
  Author: nicm <nicm>
  Date:   2021-06-10 (Thu, 10 Jun 2021)

  Changed paths:
    M server-client.c

  Log Message:
  -----------
  Adjust latest client when a client detaches, GitHub issue 2657.


  Commit: 788f56b40a695b21d5ee861d2789f354608cda81
      
https://github.com/tmux/tmux/commit/788f56b40a695b21d5ee861d2789f354608cda81
  Author: nicm <nicm>
  Date:   2021-06-10 (Thu, 10 Jun 2021)

  Changed paths:
    M cmd-display-menu.c

  Log Message:
  -----------
  Fix display-menu -xR, from Alexis Hildebrandt.


  Commit: 1ee231956ca9d1436e101350f4246abc1f157224
      
https://github.com/tmux/tmux/commit/1ee231956ca9d1436e101350f4246abc1f157224
  Author: nicm <nicm>
  Date:   2021-06-10 (Thu, 10 Jun 2021)

  Changed paths:
    M grid-reader.c

  Log Message:
  -----------
  back-to-indentation fixes, from Anindya Mukherjee.


  Commit: 64c276c23bd729c03c2a3ff00c6f9e6ac4c644c6
      
https://github.com/tmux/tmux/commit/64c276c23bd729c03c2a3ff00c6f9e6ac4c644c6
  Author: nicm <nicm>
  Date:   2021-06-10 (Thu, 10 Jun 2021)

  Changed paths:
    M input.c
    M options-table.c
    M screen.c
    M tmux.1

  Log Message:
  -----------
  Add an "always" value to the extended-keys option to always forward
these keys to applications inside tmux.


  Commit: 9f38a8807c6c6b3b7596f06c2bb662242337ac48
      
https://github.com/tmux/tmux/commit/9f38a8807c6c6b3b7596f06c2bb662242337ac48
  Author: nicm <nicm>
  Date:   2021-06-10 (Thu, 10 Jun 2021)

  Changed paths:
    M cmd-new-session.c
    M resize.c
    M status.c
    M window.c

  Log Message:
  -----------
  Include current client in size calculation for new sessions, GitHub
issue 2662.


  Commit: 0c5cbbbf5cd09598ff2f3d6d1ae99fa353ec5b40
      
https://github.com/tmux/tmux/commit/0c5cbbbf5cd09598ff2f3d6d1ae99fa353ec5b40
  Author: nicm <nicm>
  Date:   2021-06-10 (Thu, 10 Jun 2021)

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

  Log Message:
  -----------
  Three changes to fix problems with xterm in VT340 mode, reported by
Thomas Sattler.

1) Do not include the DECSLRM or DECFRA features for xterm; they will be
   added instead if secondary DA responds as VT420 (this happens
   already).

2) Set or reset the individual flags after terminal-overrides is
   applied, so the user can properly disable them.

3) Add a capability for DECFRA ("Rect").


  Commit: b573dbba9062fa9db3b60310cdb4d8776a0be3fd
      
https://github.com/tmux/tmux/commit/b573dbba9062fa9db3b60310cdb4d8776a0be3fd
  Author: nicm <nicm>
  Date:   2021-06-10 (Thu, 10 Jun 2021)

  Changed paths:
    M resize.c

  Log Message:
  -----------
  Do not count client (and crash) if no window.


  Commit: 84e22168a52f8fe0fa0ef0431d1752273f53e8bd
      
https://github.com/tmux/tmux/commit/84e22168a52f8fe0fa0ef0431d1752273f53e8bd
  Author: nicm <nicm>
  Date:   2021-06-10 (Thu, 10 Jun 2021)

  Changed paths:
    M server-client.c
    M tmux.1
    M tmux.h
    M window.c

  Log Message:
  -----------
  Change resize timers and flags into one timer and a queue which is
simpler and fixes problems with vim when resized multiple times. GitHub
issue 2677.


  Commit: f9f97c8145e97b0295f0792a643286126fe2d3f8
      
https://github.com/tmux/tmux/commit/f9f97c8145e97b0295f0792a643286126fe2d3f8
  Author: nicm <nicm>
  Date:   2021-06-10 (Thu, 10 Jun 2021)

  Changed paths:
    M screen.c
    M tmux.h
    M tty.c

  Log Message:
  -----------
  Change cursor style handling so tmux understands which sequences contain
blinking and sets the flag appropriately, means that it works whether
cnorm disables blinking or not. GitHub issue 2682.


  Commit: f02a6c34e0e8bf2c50ee1dfe9cfacf54370a1405
      
https://github.com/tmux/tmux/commit/f02a6c34e0e8bf2c50ee1dfe9cfacf54370a1405
  Author: nicm <nicm>
  Date:   2021-06-10 (Thu, 10 Jun 2021)

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

  Log Message:
  -----------
  Move "special" keys into the Unicode PUA rather than making them top bit
set, some compilers do not allow enums that are larger than int. GitHub
issue 2673.


  Commit: 02a6b39db73e55f9f30d46106c378ed4c70cb02b
      
https://github.com/tmux/tmux/commit/02a6b39db73e55f9f30d46106c378ed4c70cb02b
  Author: nicm <nicm>
  Date:   2021-06-10 (Thu, 10 Jun 2021)

  Changed paths:
    M screen-write.c
    M screen.c
    M server-client.c
    M tmux.h
    M tty.c

  Log Message:
  -----------
  Improve logging of screen mode changes.


  Commit: 6c659494f5591ebba2ef91e6cfa6a24761c14915
      
https://github.com/tmux/tmux/commit/6c659494f5591ebba2ef91e6cfa6a24761c14915
  Author: nicm <nicm>
  Date:   2021-06-10 (Thu, 10 Jun 2021)

  Changed paths:
    M format.c
    M server.c
    M tty-term.c
    M window-buffer.c

  Log Message:
  -----------
  Fix warnings, from Jan Tache in GitHub issue 2692.


  Commit: 866117636e47c9a5d961df2ac40456b7c910a932
      
https://github.com/tmux/tmux/commit/866117636e47c9a5d961df2ac40456b7c910a932
  Author: nicm <nicm>
  Date:   2021-06-10 (Thu, 10 Jun 2021)

  Changed paths:
    M Makefile
    M cmd-command-prompt.c
    M cmd-confirm-before.c
    A cmd-show-prompt-history.c
    M cmd.c
    M key-bindings.c
    M mode-tree.c
    M options-table.c
    M status.c
    M tmux.1
    M tmux.h
    M window-customize.c
    M window-tree.c

  Log Message:
  -----------
  Add different command historys for different types of prompts
("command", "search" etc). From Anindya Mukherjee.


  Commit: cfc7c9cf2403f9975421c634d09ed2dd1e04661d
      
https://github.com/tmux/tmux/commit/cfc7c9cf2403f9975421c634d09ed2dd1e04661d
  Author: nicm <nicm>
  Date:   2021-06-10 (Thu, 10 Jun 2021)

  Changed paths:
    M file.c

  Log Message:
  -----------
  Fire check callback after cleaning up event so it does not get stuck,
from Jeongho Jang in GitHub issue 2695.


  Commit: f706a7e2366ba19bb06265a331fa22a3c7546d90
      
https://github.com/tmux/tmux/commit/f706a7e2366ba19bb06265a331fa22a3c7546d90
  Author: nicm <nicm>
  Date:   2021-06-10 (Thu, 10 Jun 2021)

  Changed paths:
    M input-keys.c

  Log Message:
  -----------
  Remove old shift function keys which interfere with xterm keys now.
GitHub issue 2696.


  Commit: 73bf358f6da9ce8b6c2dd51849ab88a22bb883ad
      
https://github.com/tmux/tmux/commit/73bf358f6da9ce8b6c2dd51849ab88a22bb883ad
  Author: nicm <nicm>
  Date:   2021-06-10 (Thu, 10 Jun 2021)

  Changed paths:
    M tmux.c

  Log Message:
  -----------
  Do not expand the file given with -f so it can contain :s.


  Commit: 1bbdd2aba27057363134fa8c20c10e56ce095dea
      
https://github.com/tmux/tmux/commit/1bbdd2aba27057363134fa8c20c10e56ce095dea
  Author: nicm <nicm>
  Date:   2021-06-10 (Thu, 10 Jun 2021)

  Changed paths:
    M cmd-command-prompt.c
    M key-bindings.c
    M tmux.1

  Log Message:
  -----------
  Add -F for command-prompt and use it to fix "Rename" on the window menu,
GitHub issue 2699.


  Commit: 77bd6b9ec32bfbc7fbf4de09cae1ce7ea7f3ac35
      
https://github.com/tmux/tmux/commit/77bd6b9ec32bfbc7fbf4de09cae1ce7ea7f3ac35
  Author: nicm <nicm>
  Date:   2021-06-10 (Thu, 10 Jun 2021)

  Changed paths:
    M cmd-source-file.c

  Log Message:
  -----------
  Do not use NULL client when source-file finishes, GitHub issue 2707.


  Commit: 77b1290698e3bc3ea8edeadb96fd483af26efdfe
      
https://github.com/tmux/tmux/commit/77b1290698e3bc3ea8edeadb96fd483af26efdfe
  Author: nicm <nicm>
  Date:   2021-06-10 (Thu, 10 Jun 2021)

  Changed paths:
    M grid-reader.c
    M options-table.c
    M status.c
    M tmux.1
    M tmux.h
    M utf8.c
    M window-copy.c

  Log Message:
  -----------
  More accurate vi(1) word navigation in copy mode and on the status line.
This changes the meaning of the word-separators option - setting it to
the empty string is equivalent to the previous behavior. From Will Noble
in GitHub issue 2693.


  Commit: 3a5b576399e5f4dff4a975cadb9ef741de8e2011
      
https://github.com/tmux/tmux/commit/3a5b576399e5f4dff4a975cadb9ef741de8e2011
  Author: nicm <nicm>
  Date:   2021-06-10 (Thu, 10 Jun 2021)

  Changed paths:
    M format.c

  Log Message:
  -----------
  Fix <= operator.


  Commit: 8d75542986a54fdedda9d8ad1fc37dd83f7f05c9
      
https://github.com/tmux/tmux/commit/8d75542986a54fdedda9d8ad1fc37dd83f7f05c9
  Author: nicm <nicm>
  Date:   2021-06-10 (Thu, 10 Jun 2021)

  Changed paths:
    M format.c

  Log Message:
  -----------
  Bump FORMAT_LOOOP_LIMIT and add a log message when hit, GitHub issue 2715.


  Commit: 43514f4af612405c0dc07abfdee54bae0889989e
      
https://github.com/tmux/tmux/commit/43514f4af612405c0dc07abfdee54bae0889989e
  Author: nicm <nicm>
  Date:   2021-06-10 (Thu, 10 Jun 2021)

  Changed paths:
    M window-copy.c

  Log Message:
  -----------
  Fix rectangle selection, from Anindya Mukherjee, GitHub issue 2709.


  Commit: 1e879ef458a21ea4dd266761757537fbbf567eee
      
https://github.com/tmux/tmux/commit/1e879ef458a21ea4dd266761757537fbbf567eee
  Author: nicm <nicm>
  Date:   2021-06-10 (Thu, 10 Jun 2021)

  Changed paths:
    M tmux.1
    M tty-features.c

  Log Message:
  -----------
  Feature for the mouse since FreeBSD termcap does not have kmous.


  Commit: a35c897f0f16a9dc578c9ebfe4c4c4b0d73002aa
      
https://github.com/tmux/tmux/commit/a35c897f0f16a9dc578c9ebfe4c4c4b0d73002aa
  Author: nicm <nicm>
  Date:   2021-06-10 (Thu, 10 Jun 2021)

  Changed paths:
    M tty.c

  Log Message:
  -----------
  Do not clear region based on current cursor position, this is not
necessary anymore and causes problems, GitHub issue 2735.


  Commit: 0d0683c28aa467d30c50ac7cc99b95ae829f61a5
      
https://github.com/tmux/tmux/commit/0d0683c28aa467d30c50ac7cc99b95ae829f61a5
  Author: jmc <jmc>
  Date:   2021-06-10 (Thu, 10 Jun 2021)

  Changed paths:
    M tmux.1

  Log Message:
  -----------
  fix some formatting errors;


  Commit: 9f3874e5c74f5d2c990c44ab0e1369d3876eb57b
      
https://github.com/tmux/tmux/commit/9f3874e5c74f5d2c990c44ab0e1369d3876eb57b
  Author: nicm <nicm>
  Date:   2021-06-16 (Wed, 16 Jun 2021)

  Changed paths:
    M key-string.c

  Log Message:
  -----------
  Pass Ctrl keys through as is when given as hex, GitHub issue 2724.


  Commit: a83fb8127a6995a92b1f4954e397be9e5ee3c9a0
      
https://github.com/tmux/tmux/commit/a83fb8127a6995a92b1f4954e397be9e5ee3c9a0
  Author: nicm <nicm>
  Date:   2021-06-16 (Wed, 16 Jun 2021)

  Changed paths:
    M options-table.c

  Log Message:
  -----------
  Minor fixes to option descriptions.


  Commit: 1d4296f17fde47186e2d09752a912559af034e37
      
https://github.com/tmux/tmux/commit/1d4296f17fde47186e2d09752a912559af034e37
  Author: nicm <nicm>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M tmux.1

  Log Message:
  -----------
  Mention %1 under choose-tree also.


  Commit: 3dfb77416ffd832061b1b6d40259595ea5e21778
      
https://github.com/tmux/tmux/commit/3dfb77416ffd832061b1b6d40259595ea5e21778
  Author: Thomas Adam <[email protected]>
  Date:   2021-06-18 (Fri, 18 Jun 2021)

  Changed paths:
    M key-string.c
    M options-table.c
    M tmux.1

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


Compare: https://github.com/tmux/tmux/compare/87521214d3b6...3dfb77416ffd

-- 
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/875212-3dfb77%40github.com.

Reply via email to