Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: c91b4b2e142b5b3fc9ca88afec6bfa9b2711e01b
      
https://github.com/tmux/tmux/commit/c91b4b2e142b5b3fc9ca88afec6bfa9b2711e01b
  Author: nicm <nicm>
  Date:   2020-04-20 (Mon, 20 Apr 2020)

  Changed paths:
    M Makefile
    M client.c
    M cmd-show-messages.c
    M format.c
    M options-table.c
    M server-client.c
    M tmux.1
    M tmux.c
    M tmux.h
    M tty-acs.c
    A tty-features.c
    M tty-keys.c
    M tty-term.c
    M tty.c

  Log Message:
  -----------
  Tidy up the terminal detection and feature code and add named sets of
terminal features, each of which are defined in one place and map to a
builtin set of terminfo(5) capabilities. Features can be specified based
on TERM with a new terminal-features option or with the -T flag when
running tmux. tmux will also detect a few common terminals from the DA
and DSR responses.

This is intended to make it easier to configure tmux's use of
terminfo(5) even in the presence of outdated ncurses(3) or terminfo(5)
databases or for features which do not yet have a terminfo(5) entry.
Instead of having to grok terminfo(5) capability names and what they
should be set to in the terminal-overrides option, the user can
hopefully just give tmux a feature name and let it do the right thing.

The terminal-overrides option remains both for backwards compatibility
and to allow tweaks of individual capabilities.

tmux already did much of this already, this makes it tidier and simpler
to configure.


  Commit: 135bb1edeeab3faae8001100aa7c173be9aa91e1
      
https://github.com/tmux/tmux/commit/135bb1edeeab3faae8001100aa7c173be9aa91e1
  Author: nicm <nicm>
  Date:   2020-04-20 (Mon, 20 Apr 2020)

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

  Log Message:
  -----------
  Change the Sync capability to be a string instead of a flag.


  Commit: 2083a6ea2050fb211eab3da0df0ff5a40b4973b4
      
https://github.com/tmux/tmux/commit/2083a6ea2050fb211eab3da0df0ff5a40b4973b4
  Author: nicm <nicm>
  Date:   2020-04-20 (Mon, 20 Apr 2020)

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

  Log Message:
  -----------
  Change how sync works to always send the end sequence after all output
is done when we are returning to the event loop (since we always move
the cursor at that point). Also a man fix from jmc.


  Commit: 117ec1b2e603c2692ab564947b099ec79a20150f
      
https://github.com/tmux/tmux/commit/117ec1b2e603c2692ab564947b099ec79a20150f
  Author: nicm <nicm>
  Date:   2020-04-20 (Mon, 20 Apr 2020)

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

  Log Message:
  -----------
  Apply terminal-overrides after terminal detection, it always takes
precedence.


  Commit: 4a5182e6658907f876581fbcf4c774bf86d0d953
      
https://github.com/tmux/tmux/commit/4a5182e6658907f876581fbcf4c774bf86d0d953
  Author: nicm <nicm>
  Date:   2020-04-20 (Mon, 20 Apr 2020)

  Changed paths:
    M screen-write.c

  Log Message:
  -----------
  Always start sync for output in panes that are not the active pane.


  Commit: c706aadf52f746b695aed34297ad0a910d74eb1b
      
https://github.com/tmux/tmux/commit/c706aadf52f746b695aed34297ad0a910d74eb1b
  Author: Thomas Adam <[email protected]>
  Date:   2020-04-20 (Mon, 20 Apr 2020)

  Changed paths:
    M Makefile.am
    M client.c
    M cmd-show-messages.c
    M format.c
    M options-table.c
    M server-client.c
    M tmux.1
    M tmux.c
    M tmux.h
    M tty-acs.c
    A tty-features.c
    M tty-keys.c
    M tty-term.c
    M tty.c

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


  Commit: 32c3fe40ebbc35285c2b0121dfb3dc5623f9fb73
      
https://github.com/tmux/tmux/commit/32c3fe40ebbc35285c2b0121dfb3dc5623f9fb73
  Author: Thomas Adam <[email protected]>
  Date:   2020-04-20 (Mon, 20 Apr 2020)

  Changed paths:
    M screen-redraw.c
    M screen-write.c
    M server-client.c
    M tmux.1
    M tmux.h
    M tty-features.c
    M tty-keys.c
    M tty-term.c
    M tty.c

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


Compare: https://github.com/tmux/tmux/compare/3898d4e7c872...32c3fe40ebbc

-- 
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/3898d4-32c3fe%40github.com.

Reply via email to