Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 8f1cc0e9fa78a6200ba6bddf7c8958225d9fdd6d
      
https://github.com/tmux/tmux/commit/8f1cc0e9fa78a6200ba6bddf7c8958225d9fdd6d
  Author: kn <kn>
  Date:   2021-11-04 (Thu, 04 Nov 2021)

  Changed paths:
    M tmux.1

  Log Message:
  -----------
  Fix mandoc HTML rendering for command aliases

Replace hand-rolled parentheses with the proper mdoc(7) macro,
otherwise the closing ")" ends up inside the command description.

Reported by Josh Rickmar, thanks!


  Commit: 630c592ef8740a935ba6c12c957a359c94414219
      
https://github.com/tmux/tmux/commit/630c592ef8740a935ba6c12c957a359c94414219
  Author: nicm <nicm>
  Date:   2021-11-11 (Thu, 11 Nov 2021)

  Changed paths:
    M menu.c
    M tmux.1

  Log Message:
  -----------
  If trimming menu item text, show key if it would take up less than a
quarter of the space; from Alexis Hildebrandt.

Also new sentence, new line in tmux.1, from jmc.


  Commit: cb8a0d83fbaa2ae49c06105cb94d247ef20ed91e
      
https://github.com/tmux/tmux/commit/cb8a0d83fbaa2ae49c06105cb94d247ef20ed91e
  Author: nicm <nicm>
  Date:   2021-11-11 (Thu, 11 Nov 2021)

  Changed paths:
    M input.c

  Log Message:
  -----------
  If automatic-rename is off, allow the escape sequence to set an empty
window name, GitHub issue 2964.


  Commit: b55f0ac6b94449b3372f0d1737fcf967f4fa13a2
      
https://github.com/tmux/tmux/commit/b55f0ac6b94449b3372f0d1737fcf967f4fa13a2
  Author: nicm <nicm>
  Date:   2021-11-15 (Mon, 15 Nov 2021)

  Changed paths:
    M mode-tree.c
    M server-client.c
    M status.c
    M tmux.h

  Log Message:
  -----------
  Leave the hardware cursor at the position of the selected line in choose
modes and current editing position and at the command prompt. It is
invisible but this is helpful for people using screen readers. GitHub
issue 2970.


  Commit: add03dfb8dd4f2871b2cbc487ff5af95a63f48f4
      
https://github.com/tmux/tmux/commit/add03dfb8dd4f2871b2cbc487ff5af95a63f48f4
  Author: nicm <nicm>
  Date:   2021-11-29 (Mon, 29 Nov 2021)

  Changed paths:
    M window-customize.c

  Log Message:
  -----------
  Fix user option lookup ordering.


  Commit: 333cf6429ae16da6fb3892978ea450bc62c3e873
      
https://github.com/tmux/tmux/commit/333cf6429ae16da6fb3892978ea450bc62c3e873
  Author: nicm <nicm>
  Date:   2021-11-29 (Mon, 29 Nov 2021)

  Changed paths:
    M tty.c

  Log Message:
  -----------
  Bump response timer to three seconds, GitHub issue 2984.


  Commit: 8fccbbb02673bed71676412f1a313093a39c48ff
      
https://github.com/tmux/tmux/commit/8fccbbb02673bed71676412f1a313093a39c48ff
  Author: nicm <nicm>
  Date:   2021-12-06 (Mon, 06 Dec 2021)

  Changed paths:
    M resize.c
    M tty.c

  Log Message:
  -----------
  Do not dereference NULL window when resizing client, GitHub issue 2982.


  Commit: ecac73f66445311c58a28afc7d3f92c964eaae67
      
https://github.com/tmux/tmux/commit/ecac73f66445311c58a28afc7d3f92c964eaae67
  Author: nicm <nicm>
  Date:   2021-12-06 (Mon, 06 Dec 2021)

  Changed paths:
    M mode-tree.c

  Log Message:
  -----------
  Fix g/G keys to be in line with copy mode.


  Commit: 71c3234dc78f6f59a66757a6e272e77823a820b3
      
https://github.com/tmux/tmux/commit/71c3234dc78f6f59a66757a6e272e77823a820b3
  Author: deraadt <deraadt>
  Date:   2021-12-07 (Tue, 07 Dec 2021)

  Changed paths:
    M procname.c

  Log Message:
  -----------
  Use PATH_MAX (the standard name) rather than MAXPATHLEN (from BSD sys/param.h)


  Commit: 7532a5cf9574f8c5e102383329477e934992d2ea
      
https://github.com/tmux/tmux/commit/7532a5cf9574f8c5e102383329477e934992d2ea
  Author: deraadt <deraadt>
  Date:   2021-12-07 (Tue, 07 Dec 2021)

  Changed paths:
    M procname.c

  Log Message:
  -----------
  sys/signal.h (or some master include) must happen before sys/proc.h, which
is not standalone.
This problem is being hidden by a sys/param.h which cannot be deleted yet.


  Commit: d721fb2a9fd70c157abb8540d4c50fca654f9f4d
      
https://github.com/tmux/tmux/commit/d721fb2a9fd70c157abb8540d4c50fca654f9f4d
  Author: nicm <nicm>
  Date:   2021-12-07 (Tue, 07 Dec 2021)

  Changed paths:
    M input.c

  Log Message:
  -----------
  Respond to OSC 4 query.


  Commit: 138ffc7cb6225b8a6d54d771b0112635f0dbb42e
      
https://github.com/tmux/tmux/commit/138ffc7cb6225b8a6d54d771b0112635f0dbb42e
  Author: Thomas Adam <[email protected]>
  Date:   2021-12-07 (Tue, 07 Dec 2021)

  Changed paths:
    M input.c
    M menu.c
    M mode-tree.c
    M osdep-openbsd.c
    M resize.c
    M server-client.c
    M status.c
    M tmux.1
    M tmux.h
    M tty.c
    M window-customize.c

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


Compare: https://github.com/tmux/tmux/compare/ef676e1202a4...138ffc7cb622

-- 
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/ef676e-138ffc%40github.com.

Reply via email to