Branch: refs/tags/to-merge
  Home:   https://github.com/tmux/tmux
  Commit: 4b9e76aaaa2dffc01a796fe2ee6edafdfce814a9
      
https://github.com/tmux/tmux/commit/4b9e76aaaa2dffc01a796fe2ee6edafdfce814a9
  Author: Nicholas Marriott <[email protected]>
  Date:   2018-10-08 (Mon, 08 Oct 2018)

  Changed paths:
    M attributes.c
    M grid.c
    M input.c
    M tmux.1
    M tmux.h
    M tty-term.c
    M tty.c

  Log Message:
  -----------
  Support for extended underline styles, enabled by adding the Smulx
capability with terminal-overrides (add something like
'vte*:Smulx=\E[4\:%p1%dm'). GitHub issue 1492.


  Commit: 018f1b8a803f15910781dc9894fbd168cfa50943
      
https://github.com/tmux/tmux/commit/018f1b8a803f15910781dc9894fbd168cfa50943
  Author: Nicholas Marriott <[email protected]>
  Date:   2018-10-08 (Mon, 08 Oct 2018)

  Changed paths:
    M tty-term.c

  Log Message:
  -----------
  Use :: for escaping : in terminal-overrides not \:.


  Commit: c88e945bc5e59bed8eaa41f1e66a9b03a2dad807
      
https://github.com/tmux/tmux/commit/c88e945bc5e59bed8eaa41f1e66a9b03a2dad807
  Author: Nicholas Marriott <[email protected]>
  Date:   2018-10-11 (Thu, 11 Oct 2018)

  Changed paths:
    M cmd-refresh-client.c
    M input.c
    M tmux.1
    M tty-keys.c

  Log Message:
  -----------
  Support OSC 52 ? to read the top buffer inside tmux, also add
refresh-client -l to get the clipboard outside tmux. GitHub issue
1477.


  Commit: cdd8c93f54764bfc295e967f5d776513ad17ac6a
      
https://github.com/tmux/tmux/commit/cdd8c93f54764bfc295e967f5d776513ad17ac6a
  Author: Nicholas Marriott <[email protected]>
  Date:   2018-10-15 (Mon, 15 Oct 2018)

  Changed paths:
    M TODO

  Log Message:
  -----------
  Add to TODO file.


  Commit: 407075d8c7cccad62450fbefd54edcc4ab511940
      
https://github.com/tmux/tmux/commit/407075d8c7cccad62450fbefd54edcc4ab511940
  Author: Nicholas Marriott <[email protected]>
  Date:   2018-10-16 (Tue, 16 Oct 2018)

  Changed paths:
    M TODO

  Log Message:
  -----------
  Add to TODO.


  Commit: a2c52d9f264764ceed17251911662c63d4af4f50
      
https://github.com/tmux/tmux/commit/a2c52d9f264764ceed17251911662c63d4af4f50
  Author: Nicholas Marriott <[email protected]>
  Date:   2018-10-16 (Tue, 16 Oct 2018)

  Changed paths:
    M TODO

  Log Message:
  -----------
  Add to TODO.


  Commit: 01918cb0170e07288d3aec624516e6470bf5b7fc
      
https://github.com/tmux/tmux/commit/01918cb0170e07288d3aec624516e6470bf5b7fc
  Author: Nicholas Marriott <[email protected]>
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:
    M configure.ac

  Log Message:
  -----------
  tmux 2.8.


  Commit: f54f171d5c43a22414caeecbe8a71db44f345b4e
      
https://github.com/tmux/tmux/commit/f54f171d5c43a22414caeecbe8a71db44f345b4e
  Author: Nicholas Marriott <[email protected]>
  Date:   2018-10-17 (Wed, 17 Oct 2018)

  Changed paths:

  Log Message:
  -----------
  Merge branch '2.8-rc'


  Commit: bc0e527f32642cc9eb2354d1bdc033ab6beca33b
      
https://github.com/tmux/tmux/commit/bc0e527f32642cc9eb2354d1bdc033ab6beca33b
  Author: nicm <nicm>
  Date:   2018-10-18 (Thu, 18 Oct 2018)

  Changed paths:
    M attributes.c
    M grid.c
    M input.c
    M tmux.1
    M tmux.h
    M tty-term.c
    M tty.c

  Log Message:
  -----------
  Support for extended underline styles on terminals which offer them,
enabled by adding the Smulx capability with terminal-overrides (add
something like ',vte*:Smulx=\E[4\:%p1%dm'). GitHub issue 1492.


  Commit: a51668ca0690b84762c5a2f2dd34b94fa566f559
      
https://github.com/tmux/tmux/commit/a51668ca0690b84762c5a2f2dd34b94fa566f559
  Author: nicm <nicm>
  Date:   2018-10-18 (Thu, 18 Oct 2018)

  Changed paths:
    M cmd-refresh-client.c
    M input.c
    M tmux.1
    M tty-keys.c

  Log Message:
  -----------
  Support OSC 52 ? to read the top buffer inside tmux (when set-clipboard
is changed to on), also add refresh-client -l to ask tmux to use the
same mechanism to get the clipboard from the terminal outside
tmux. GitHub issue 1477.


  Commit: 2dfdb55ace6b0beab4903db630603fef5aa44c57
      
https://github.com/tmux/tmux/commit/2dfdb55ace6b0beab4903db630603fef5aa44c57
  Author: Nicholas Marriott <[email protected]>
  Date:   2018-10-18 (Thu, 18 Oct 2018)

  Changed paths:
    M tty.c

  Log Message:
  -----------
  Handle pan correctly when the terminal is bigger than the window.


  Commit: 646995384d695eed9de1b2363fd2b315ca01785e
      
https://github.com/tmux/tmux/commit/646995384d695eed9de1b2363fd2b315ca01785e
  Author: nicm <nicm>
  Date:   2018-10-18 (Thu, 18 Oct 2018)

  Changed paths:
    M Makefile
    M cmd-attach-session.c
    M cmd-break-pane.c
    M cmd-list-sessions.c
    M cmd-new-session.c
    M cmd-refresh-client.c
    A cmd-resize-window.c
    M cmd-select-pane.c
    M cmd-set-option.c
    M cmd-split-window.c
    M cmd-swap-pane.c
    M cmd-switch-client.c
    M cmd.c
    M format.c
    M input-keys.c
    M key-bindings.c
    M key-string.c
    M layout-custom.c
    M layout-set.c
    M layout.c
    M options-table.c
    M resize.c
    M screen-redraw.c
    M screen-write.c
    M server-client.c
    M server-fn.c
    M session.c
    M status.c
    M tmux.h
    M tty.c
    M window.c

  Log Message:
  -----------
  Support for windows larger than visible on the attached client. This has
been a limitation for a long time.

There are two new options, window-size and default-size, and a new
command, resize-window. The force-width and force-height options and the
session_width and session_height formats have been removed.

The new window-size option tells tmux how to work out the size of
windows: largest means it picks the size of the largest session,
smallest the smallest session (similar to the old behaviour) and manual
means that it does not automatically resize windows. The default is
currently largest but this may change. aggressive-resize modifies the
choice of session for largest and smallest as it did before.

If a window is in a session attached to a client that is too small, only
part of the window is shown. tmux attempts to keep the cursor visible,
so the part of the window displayed is changed as the cursor moves (with
a small delay, to try and avoid excess redrawing when applications
redraw status lines or similar that are not currently visible). The
offset of the visible portion of the window is shown in status-right.

Drawing windows which are larger than the client is not as efficient as
those which fit, particularly when the cursor moves, so it is
recommended to avoid using this on slow machines or networks (set
window-size to smallest or manual).

The resize-window command can be used to resize a window manually. If it
is used, the window-size option is automatically set to manual for the
window (undo this with "setw -u window-size"). resize-window works in a
similar way to resize-pane (-U -D -L -R -x -y flags) but also has -a and
-A flags. -a sets the window to the size of the smallest client (what it
would be if window-size was smallest) and -A the largest.

For the same behaviour as force-width or force-height, use resize-window
-x or -y, and "setw -u window-size" to revert to automatic sizing..

If the global window-size option is set to manual, the default-size
option is used for new windows. If -x or -y is used with new-session,
that sets the default-size option for the new session.

The maximum size of a window is 10000x10000. But expect applications to
complain and much higher memory use if making a window excessively
big. The minimum size is the size required for the current layout
including borders.

The refresh-client command can be used to pan around a window, -U -D -L
-R moves up, down, left or right and -c returns to automatic cursor
tracking. The position is reset when the current window is changed.


  Commit: f44d02c7f5efd13263629c973486610603cd3fc3
      
https://github.com/tmux/tmux/commit/f44d02c7f5efd13263629c973486610603cd3fc3
  Author: Thomas Adam <[email protected]>
  Date:   2018-10-18 (Thu, 18 Oct 2018)

  Changed paths:
    M tmux.1

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


  Commit: 9feb35b7c4007966bf19cdb57b904e373da2d247
      
https://github.com/tmux/tmux/commit/9feb35b7c4007966bf19cdb57b904e373da2d247
  Author: nicm <nicm>
  Date:   2018-10-18 (Thu, 18 Oct 2018)

  Changed paths:
    M tmux.1

  Log Message:
  -----------
  Document new refresh-client flags.


  Commit: 164590e34c1797b735f4ecfd6fe8e406fbfbc144
      
https://github.com/tmux/tmux/commit/164590e34c1797b735f4ecfd6fe8e406fbfbc144
  Author: Thomas Adam <[email protected]>
  Date:   2018-10-18 (Thu, 18 Oct 2018)

  Changed paths:
    M tmux.1

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


  Commit: bc6211cca5b06714ea2e57f247cd98b509a441c1
      
https://github.com/tmux/tmux/commit/bc6211cca5b06714ea2e57f247cd98b509a441c1
  Author: Nicholas Marriott <[email protected]>
  Date:   2018-10-19 (Fri, 19 Oct 2018)

  Changed paths:
    M configure.ac

  Log Message:
  -----------
  Instead of "master" for the version number, use "next-X.X". It is more
useful to include the next version number.


  Commit: c234032fcf94ebc6d1926922bfadccd544ed4f9c
      
https://github.com/tmux/tmux/commit/c234032fcf94ebc6d1926922bfadccd544ed4f9c
  Author: Nicholas Marriott <[email protected]>
  Date:   2018-10-19 (Fri, 19 Oct 2018)

  Changed paths:
    M CHANGES

  Log Message:
  -----------
  Do not use master here.


  Commit: 2808f8261cb132e2faf6fe43cd8a5c7ff66b4c12
      
https://github.com/tmux/tmux/commit/2808f8261cb132e2faf6fe43cd8a5c7ff66b4c12
  Author: Nicholas Marriott <[email protected]>
  Date:   2018-10-19 (Fri, 19 Oct 2018)

  Changed paths:
    M CONTRIBUTING

  Log Message:
  -----------
  Tweak wording.


  Commit: fc41bf46acaccb3da8d0588b7e1bbcfebc6442f6
      
https://github.com/tmux/tmux/commit/fc41bf46acaccb3da8d0588b7e1bbcfebc6442f6
  Author: nicm <nicm>
  Date:   2018-10-25 (Thu, 25 Oct 2018)

  Changed paths:
    M colour.c
    M grid.c
    M options-table.c
    M screen-write.c
    M tmux.1
    M tmux.h
    M tty.c

  Log Message:
  -----------
  Add a "terminal" colour which can be used instead of "default" in style
options for the terminal default colour, bypassing any inheritance from
other options. Prompted by a discussion with abieber@.


  Commit: e771f10dc617d46f9096c90f078621a322eeb757
      
https://github.com/tmux/tmux/commit/e771f10dc617d46f9096c90f078621a322eeb757
  Author: Thomas Adam <[email protected]>
  Date:   2018-10-25 (Thu, 25 Oct 2018)

  Changed paths:
    M colour.c
    M grid.c
    M options-table.c
    M screen-write.c
    M tmux.1
    M tmux.h
    M tty.c

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


  Commit: 0cefdff1b6fec594a8f6c3b4a8fdd2342de64373
      
https://github.com/tmux/tmux/commit/0cefdff1b6fec594a8f6c3b4a8fdd2342de64373
  Author: Nicholas Marriott <[email protected]>
  Date:   2018-10-26 (Fri, 26 Oct 2018)

  Changed paths:
    M CHANGES

  Log Message:
  -----------
  Add to CHANGES.


  Commit: 65dd7345e069753c57f10f34a5efc56339ffbeb0
      
https://github.com/tmux/tmux/commit/65dd7345e069753c57f10f34a5efc56339ffbeb0
  Author: nicm <nicm>
  Date:   2018-10-28 (Sun, 28 Oct 2018)

  Changed paths:
    M tty-keys.c

  Log Message:
  -----------
  Do not check for a key again without an escape if only \033 is present.


  Commit: 0a54a07909ec1255332792fc880e73f19d3f5e53
      
https://github.com/tmux/tmux/commit/0a54a07909ec1255332792fc880e73f19d3f5e53
  Author: Thomas Adam <[email protected]>
  Date:   2018-10-28 (Sun, 28 Oct 2018)

  Changed paths:
    M tty-keys.c

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


  Commit: d5b92ac37e3b903150237ff319dc6e86517a08b1
      
https://github.com/tmux/tmux/commit/d5b92ac37e3b903150237ff319dc6e86517a08b1
  Author: nicm <nicm>
  Date:   2018-10-28 (Sun, 28 Oct 2018)

  Changed paths:
    M job.c

  Log Message:
  -----------
  Do not printf NULL.


  Commit: ddffda4da55e2d4040c981bfb5257c4f7281000f
      
https://github.com/tmux/tmux/commit/ddffda4da55e2d4040c981bfb5257c4f7281000f
  Author: Thomas Adam <[email protected]>
  Date:   2018-10-28 (Sun, 28 Oct 2018)

  Changed paths:
    M job.c

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


  Commit: ef904cfef2bbe655cba9a7455adde95814f341f4
      
https://github.com/tmux/tmux/commit/ef904cfef2bbe655cba9a7455adde95814f341f4
  Author: nicm <nicm>
  Date:   2018-10-31 (Wed, 31 Oct 2018)

  Changed paths:
    M screen-write.c

  Log Message:
  -----------
  Reset all flags in screen_write_reset, reported by Benjamin Poirier.


  Commit: b1ad075d117f32fcb6e2e81ad0b48149f3985fb5
      
https://github.com/tmux/tmux/commit/b1ad075d117f32fcb6e2e81ad0b48149f3985fb5
  Author: Thomas Adam <[email protected]>
  Date:   2018-10-31 (Wed, 31 Oct 2018)

  Changed paths:
    M screen-write.c

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


  Commit: f9881b3b5de0c5ea8ee70dc95f5a5dd095e37bea
      
https://github.com/tmux/tmux/commit/f9881b3b5de0c5ea8ee70dc95f5a5dd095e37bea
  Author: nicm <nicm>
  Date:   2018-11-06 (Tue, 06 Nov 2018)

  Changed paths:
    M cmd-switch-client.c

  Log Message:
  -----------
  Correctly unzoom and redraw panes in switch-client.


  Commit: 99072e1d815f54004cd827103b95d6cba0df48f8
      
https://github.com/tmux/tmux/commit/99072e1d815f54004cd827103b95d6cba0df48f8
  Author: Thomas Adam <[email protected]>
  Date:   2018-11-06 (Tue, 06 Nov 2018)

  Changed paths:
    M cmd-switch-client.c

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


  Commit: 7339845c01727b209b3b96e5b1d917129b2c8a83
      
https://github.com/tmux/tmux/commit/7339845c01727b209b3b96e5b1d917129b2c8a83
  Author: nicm <nicm>
  Date:   2018-11-07 (Wed, 07 Nov 2018)

  Changed paths:
    M cmd-wait-for.c
    M tmux.1

  Log Message:
  -----------
  There is no reason wait-for has to be restricted to outside tmux.


  Commit: ff77010f709da6c23475ffb2129f9d60a102218a
      
https://github.com/tmux/tmux/commit/ff77010f709da6c23475ffb2129f9d60a102218a
  Author: Nicholas Marriott <[email protected]>
  Date:   2018-11-07 (Wed, 07 Nov 2018)

  Changed paths:
    M TODO

  Log Message:
  -----------
  Add to TODO.


  Commit: 0c7f64458fe97f51373775bb0fed01c183bac45b
      
https://github.com/tmux/tmux/commit/0c7f64458fe97f51373775bb0fed01c183bac45b
  Author: nicm <nicm>
  Date:   2018-11-07 (Wed, 07 Nov 2018)

  Changed paths:
    M server-client.c

  Log Message:
  -----------
  If a non-repeating key is used when repeating, it should be treated as
an entirely new key press, not checked in root table and ignored if not
found. GitHub issue 1513.


  Commit: 4efba0bf9f387a0bce7d8b804710d3a4bf35077e
      
https://github.com/tmux/tmux/commit/4efba0bf9f387a0bce7d8b804710d3a4bf35077e
  Author: Thomas Adam <[email protected]>
  Date:   2018-11-07 (Wed, 07 Nov 2018)

  Changed paths:
    M cmd-wait-for.c
    M server-client.c
    M tmux.1

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


  Commit: 09aee537632eba2c3fa5fe4559e0073dc4c67d68
      
https://github.com/tmux/tmux/commit/09aee537632eba2c3fa5fe4559e0073dc4c67d68
  Author: nicm <nicm>
  Date:   2018-11-08 (Thu, 08 Nov 2018)

  Changed paths:
    M window-copy.c

  Log Message:
  -----------
  It isn't possible to specify buffer name to copy mode commands now, so
remove the function argument.


  Commit: 849d06c0dfadfa5d4a194fd7ce660ac8a5d9e9e7
      
https://github.com/tmux/tmux/commit/849d06c0dfadfa5d4a194fd7ce660ac8a5d9e9e7
  Author: Thomas Adam <[email protected]>
  Date:   2018-11-08 (Thu, 08 Nov 2018)

  Changed paths:
    M window-copy.c

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


  Commit: 86e648d906d84b8b0522e3d8d6ec6baa171c2423
      
https://github.com/tmux/tmux/commit/86e648d906d84b8b0522e3d8d6ec6baa171c2423
  Author: nicm <nicm>
  Date:   2018-11-12 (Mon, 12 Nov 2018)

  Changed paths:
    M mode-tree.c
    M screen-write.c

  Log Message:
  -----------
  Allow style #[] in mode formats.


  Commit: 3c6cdf0115e9dc824d6c115a498a0aedea3e88fc
      
https://github.com/tmux/tmux/commit/3c6cdf0115e9dc824d6c115a498a0aedea3e88fc
  Author: Thomas Adam <[email protected]>
  Date:   2018-11-12 (Mon, 12 Nov 2018)

  Changed paths:
    M mode-tree.c
    M screen-write.c

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


  Commit: 50cdfc06fbbfe8fd51d74ce938bde528cd2ff65a
      
https://github.com/tmux/tmux/commit/50cdfc06fbbfe8fd51d74ce938bde528cd2ff65a
  Author: nicm <nicm>
  Date:   2018-11-13 (Tue, 13 Nov 2018)

  Changed paths:
    M screen-write.c

  Log Message:
  -----------
  Initialize context property in alignment test handler function.


  Commit: 0fd73f238d235d497389e7f530945949dac6bcd2
      
https://github.com/tmux/tmux/commit/0fd73f238d235d497389e7f530945949dac6bcd2
  Author: Thomas Adam <[email protected]>
  Date:   2018-11-13 (Tue, 13 Nov 2018)

  Changed paths:
    M screen-write.c

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


  Commit: f103927a5232e0d3e8e7ad0e13aa53b4dfa2c87b
      
https://github.com/tmux/tmux/commit/f103927a5232e0d3e8e7ad0e13aa53b4dfa2c87b
  Author: kn <kn>
  Date:   2018-11-15 (Thu, 15 Nov 2018)

  Changed paths:
    M cmd-choose-tree.c
    M cmd-display-panes.c

  Log Message:
  -----------
  Add [template] to display-panes and choose-{buffer,client,tree} usage

OK nicm


  Commit: a7da2357a512d5a325aa12ca0d544df85530a4d3
      
https://github.com/tmux/tmux/commit/a7da2357a512d5a325aa12ca0d544df85530a4d3
  Author: Thomas Adam <[email protected]>
  Date:   2018-11-15 (Thu, 15 Nov 2018)

  Changed paths:
    M cmd-choose-tree.c
    M cmd-display-panes.c

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


  Commit: 749f67b7d801eed03345fef9c04206fbd079c3cb
      
https://github.com/tmux/tmux/commit/749f67b7d801eed03345fef9c04206fbd079c3cb
  Author: nicm <nicm>
  Date:   2018-11-19 (Mon, 19 Nov 2018)

  Changed paths:
    M cmd-pipe-pane.c
    M control-notify.c
    M format.c
    M input.c
    M job.c
    M server-client.c
    M tty.c
    M window.c

  Log Message:
  -----------
  evbuffer_new and bufferevent_new can both fail (when malloc fails) and
return NULL. GitHub issue 1547.


  Commit: efd01f3bfd84d4a692cfbf746517f891d4ecaa27
      
https://github.com/tmux/tmux/commit/efd01f3bfd84d4a692cfbf746517f891d4ecaa27
  Author: Thomas Adam <[email protected]>
  Date:   2018-11-19 (Mon, 19 Nov 2018)

  Changed paths:
    M cmd-pipe-pane.c
    M control-notify.c
    M format.c
    M input.c
    M job.c
    M server-client.c
    M tty.c
    M window.c

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


  Commit: c4b04b162444222cfbc0b5943c6e5db433e8d427
      
https://github.com/tmux/tmux/commit/c4b04b162444222cfbc0b5943c6e5db433e8d427
  Author: Nicholas Marriott <[email protected]>
  Date:   2018-11-21 (Wed, 21 Nov 2018)

  Changed paths:
    M configure.ac
    M osdep-freebsd.c

  Log Message:
  -----------
  Fixes for GNU/kFreeBSD from James Clarke.


  Commit: 2eca63b98e21a4e76d77dedf339da42f7291cc76
      
https://github.com/tmux/tmux/commit/2eca63b98e21a4e76d77dedf339da42f7291cc76
  Author: Nicholas Marriott <[email protected]>
  Date:   2018-11-21 (Wed, 21 Nov 2018)

  Changed paths:
    M TODO

  Log Message:
  -----------
  Add to TODO.


  Commit: 3a7b9d57355c4b2b521f05049a5c6f5eb2939b5d
      
https://github.com/tmux/tmux/commit/3a7b9d57355c4b2b521f05049a5c6f5eb2939b5d
  Author: nicm <nicm>
  Date:   2018-11-22 (Thu, 22 Nov 2018)

  Changed paths:
    M client.c
    M tmux.c
    M tmux.h

  Log Message:
  -----------
  Do not use PWD unless it actually matches the real working directory.


  Commit: 2977317243eac07f819190a38f74da24bfa1b741
      
https://github.com/tmux/tmux/commit/2977317243eac07f819190a38f74da24bfa1b741
  Author: Thomas Adam <[email protected]>
  Date:   2018-11-22 (Thu, 22 Nov 2018)

  Changed paths:
    M client.c
    M tmux.c
    M tmux.h

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


  Commit: 40d246b29c8e0ee012d7836969dc8b41d6516444
      
https://github.com/tmux/tmux/commit/40d246b29c8e0ee012d7836969dc8b41d6516444
  Author: nicm <nicm>
  Date:   2018-11-28 (Wed, 28 Nov 2018)

  Changed paths:
    M window-copy.c

  Log Message:
  -----------
  Handle UTF-8 in word-separators option, GitHub issue 1551.


  Commit: 1ed994a6c8ef1fcdfb3eb458b9a403cce5846a38
      
https://github.com/tmux/tmux/commit/1ed994a6c8ef1fcdfb3eb458b9a403cce5846a38
  Author: Thomas Adam <[email protected]>
  Date:   2018-11-28 (Wed, 28 Nov 2018)

  Changed paths:
    M window-copy.c

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


  Commit: 6cf2f74fe9fc205f4a14fc11fbe53daa7483dd19
      
https://github.com/tmux/tmux/commit/6cf2f74fe9fc205f4a14fc11fbe53daa7483dd19
  Author: Nicholas Marriott <[email protected]>
  Date:   2018-11-29 (Thu, 29 Nov 2018)

  Changed paths:
    M osdep-netbsd.c

  Log Message:
  -----------
  osdep_get_cwd for NetBSD, from Leonardo Taccari.


  Commit: 67254ed8df2434d7c974f66fbdbf3e4c58f61319
      
https://github.com/tmux/tmux/commit/67254ed8df2434d7c974f66fbdbf3e4c58f61319
  Author: nicm <nicm>
  Date:   2018-11-30 (Fri, 30 Nov 2018)

  Changed paths:
    M cmd-pipe-pane.c
    M server-fn.c
    M window.c

  Log Message:
  -----------
  Clear PANE_EXITED flag when starting new child process in case the pane
has been respawned.


  Commit: 1c5093c1c4b6fd6a8dfee398f2139606db9843b5
      
https://github.com/tmux/tmux/commit/1c5093c1c4b6fd6a8dfee398f2139606db9843b5
  Author: Thomas Adam <[email protected]>
  Date:   2018-11-30 (Fri, 30 Nov 2018)

  Changed paths:
    M cmd-pipe-pane.c
    M server-fn.c
    M window.c

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


  Commit: 4e3d6612845e190a490f40cce79c858dadaee74b
      
https://github.com/tmux/tmux/commit/4e3d6612845e190a490f40cce79c858dadaee74b
  Author: nicm <nicm>
  Date:   2018-12-17 (Mon, 17 Dec 2018)

  Changed paths:
    M input.c

  Log Message:
  -----------
  Fix parsing of empty colon-separated fields, reported by Siarhei Siniak.


  Commit: b6cdac05c7f9ab04bc304a093fe81bee7c2e40c0
      
https://github.com/tmux/tmux/commit/b6cdac05c7f9ab04bc304a093fe81bee7c2e40c0
  Author: Thomas Adam <[email protected]>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

  Changed paths:
    M input.c

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


  Commit: bde0224deb0d0ba87929d2abfb262f3bd187b889
      
https://github.com/tmux/tmux/commit/bde0224deb0d0ba87929d2abfb262f3bd187b889
  Author: nicm <nicm>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

  Changed paths:
    M cmd-send-keys.c
    M server-client.c
    M tmux.h
    M window-buffer.c
    M window-client.c
    M window-clock.c
    M window-copy.c
    M window-tree.c
    M window.c

  Log Message:
  -----------
  Pass window into mode functions.


  Commit: c9d482ab489d5d57d481858091608ee1b32e46ab
      
https://github.com/tmux/tmux/commit/c9d482ab489d5d57d481858091608ee1b32e46ab
  Author: Thomas Adam <[email protected]>
  Date:   2018-12-18 (Tue, 18 Dec 2018)

  Changed paths:
    M cmd-send-keys.c
    M server-client.c
    M tmux.h
    M window-buffer.c
    M window-client.c
    M window-clock.c
    M window-copy.c
    M window-tree.c
    M window.c

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


  Commit: 34c0807be6add421bc4624d498adf9f55d00a120
      
https://github.com/tmux/tmux/commit/34c0807be6add421bc4624d498adf9f55d00a120
  Author: nicm <nicm>
  Date:   2019-01-15 (Tue, 15 Jan 2019)

  Changed paths:
    M screen.c

  Log Message:
  -----------
  Do not highlight characters which will not be copied, reported by
Jaroslaw Rzeszotko.


  Commit: 469a9e94397b1099ee08cbf1d9ba4866a3d898b4
      
https://github.com/tmux/tmux/commit/469a9e94397b1099ee08cbf1d9ba4866a3d898b4
  Author: Thomas Adam <[email protected]>
  Date:   2019-01-15 (Tue, 15 Jan 2019)

  Changed paths:
    M screen.c

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


  Commit: cd39920abdadb065ea4651dbd0c1f692dd6d555f
      
https://github.com/tmux/tmux/commit/cd39920abdadb065ea4651dbd0c1f692dd6d555f
  Author: nicm <nicm>
  Date:   2019-01-15 (Tue, 15 Jan 2019)

  Changed paths:
    M tty.c

  Log Message:
  -----------
  Should save the bg colour when setting it to default, not the fg.


  Commit: cd8a7fb07b72ae525f3389ca4ac15eb0653d3af8
      
https://github.com/tmux/tmux/commit/cd8a7fb07b72ae525f3389ca4ac15eb0653d3af8
  Author: Thomas Adam <[email protected]>
  Date:   2019-01-15 (Tue, 15 Jan 2019)

  Changed paths:
    M tty.c

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


  Commit: 2ea22fce5e5904720220962aaef65cc3a3a94152
      
https://github.com/tmux/tmux/commit/2ea22fce5e5904720220962aaef65cc3a3a94152
  Author: nicm <nicm>
  Date:   2019-01-20 (Sun, 20 Jan 2019)

  Changed paths:
    M tty.c

  Log Message:
  -----------
  Should use DECFRA if not default, not if default. From Karl Beldan.


  Commit: 4ab3b18b36ddd361e0e0030d9d3a2c98b754e88c
      
https://github.com/tmux/tmux/commit/4ab3b18b36ddd361e0e0030d9d3a2c98b754e88c
  Author: Thomas Adam <[email protected]>
  Date:   2019-01-20 (Sun, 20 Jan 2019)

  Changed paths:
    M tty.c

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


  Commit: afd3127d8902758ae50ced1b5cccd768d48c5fad
      
https://github.com/tmux/tmux/commit/afd3127d8902758ae50ced1b5cccd768d48c5fad
  Author: nicm <nicm>
  Date:   2019-02-06 (Wed, 06 Feb 2019)

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

  Log Message:
  -----------
  Add -b to display-panes like run-shell, GitHub issue 1559.


  Commit: c42e89a598aff8fc983b2468be3277aa3dcb71bd
      
https://github.com/tmux/tmux/commit/c42e89a598aff8fc983b2468be3277aa3dcb71bd
  Author: Thomas Adam <[email protected]>
  Date:   2019-02-06 (Wed, 06 Feb 2019)

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

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


  Commit: bdb7e48cbabe70a3b6ef6c6d80be987835e6c280
      
https://github.com/tmux/tmux/commit/bdb7e48cbabe70a3b6ef6c6d80be987835e6c280
  Author: Nicholas Marriott <[email protected]>
  Date:   2019-02-06 (Wed, 06 Feb 2019)

  Changed paths:
    M tools/24-bit-color.sh

  Log Message:
  -----------
  Redirect which stderr.


  Commit: f9c396db41927cd57d7c868c1b8c173cdce95b26
      
https://github.com/tmux/tmux/commit/f9c396db41927cd57d7c868c1b8c173cdce95b26
  Author: nicm <nicm>
  Date:   2019-02-09 (Sat, 09 Feb 2019)

  Changed paths:
    M status.c

  Log Message:
  -----------
  Completion of command-alias members.


  Commit: 9768091ee448d7d3e54778a514ea89d3c809a141
      
https://github.com/tmux/tmux/commit/9768091ee448d7d3e54778a514ea89d3c809a141
  Author: Thomas Adam <[email protected]>
  Date:   2019-02-09 (Sat, 09 Feb 2019)

  Changed paths:
    M status.c

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


  Commit: 82f0c859a2bcdfac79d242793b7720b74d62d04b
      
https://github.com/tmux/tmux/commit/82f0c859a2bcdfac79d242793b7720b74d62d04b
  Author: nicm <nicm>
  Date:   2019-02-16 (Sat, 16 Feb 2019)

  Changed paths:
    M cfg.c
    M server-client.c
    M tmux.h

  Log Message:
  -----------
  Use starting client cwd in config file, GitHub issue 1606.


  Commit: fa8294436c3acf64899e4af5fc46e0f8f5b02c40
      
https://github.com/tmux/tmux/commit/fa8294436c3acf64899e4af5fc46e0f8f5b02c40
  Author: Thomas Adam <[email protected]>
  Date:   2019-02-16 (Sat, 16 Feb 2019)

  Changed paths:
    M cfg.c
    M server-client.c
    M tmux.h

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


  Commit: fa33603dc1eca5600aa5c6e0d2f4aa2291a75398
      
https://github.com/tmux/tmux/commit/fa33603dc1eca5600aa5c6e0d2f4aa2291a75398
  Author: nicm <nicm>
  Date:   2019-02-16 (Sat, 16 Feb 2019)

  Changed paths:
    M tty-keys.c

  Log Message:
  -----------
  Do not look at next key byte if the length is 0, originally from Shingo
NISHIOKA in GitHub issue 1601.


  Commit: d5c837904b3201271826c7377781a73421db09fb
      
https://github.com/tmux/tmux/commit/d5c837904b3201271826c7377781a73421db09fb
  Author: Thomas Adam <[email protected]>
  Date:   2019-02-16 (Sat, 16 Feb 2019)

  Changed paths:
    M tty-keys.c

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


  Commit: a870c255c48afc15a79c3ea5b0a205485fb949f6
      
https://github.com/tmux/tmux/commit/a870c255c48afc15a79c3ea5b0a205485fb949f6
  Author: nicm <nicm>
  Date:   2019-03-04 (Mon, 04 Mar 2019)

  Changed paths:
    M tty.c

  Log Message:
  -----------
  Don't set client offset if client is not a terminal


  Commit: 5cdd578906985c7abb9d1bba39384e201dada10e
      
https://github.com/tmux/tmux/commit/5cdd578906985c7abb9d1bba39384e201dada10e
  Author: nicm <nicm>
  Date:   2019-03-04 (Mon, 04 Mar 2019)

  Changed paths:
    M resize.c

  Log Message:
  -----------
  Fix sense of aggressive-resize flag.


  Commit: 9ebd63067534695447cb751733792eb2facd0bb6
      
https://github.com/tmux/tmux/commit/9ebd63067534695447cb751733792eb2facd0bb6
  Author: Thomas Adam <[email protected]>
  Date:   2019-03-04 (Mon, 04 Mar 2019)

  Changed paths:
    M resize.c
    M tty.c

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


  Commit: 5a564a0c1ac768d6fc02669891fdcbd2487af0e8
      
https://github.com/tmux/tmux/commit/5a564a0c1ac768d6fc02669891fdcbd2487af0e8
  Author: Nicholas Marriott <[email protected]>
  Date:   2019-03-07 (Thu, 07 Mar 2019)

  Changed paths:
    M TODO

  Log Message:
  -----------
  Add to TODO.


  Commit: 7f093fcddcf82c01b6c4d1446af2ebfac5d8a686
      
https://github.com/tmux/tmux/commit/7f093fcddcf82c01b6c4d1446af2ebfac5d8a686
  Author: nicm <nicm>
  Date:   2019-03-07 (Thu, 07 Mar 2019)

  Changed paths:
    M format.c
    M tmux.h
    M window-copy.c

  Log Message:
  -----------
  Make adding mode formats a function pointer as well.


  Commit: 3c24bc5617bfdf90f94cc088f3769397c7569649
      
https://github.com/tmux/tmux/commit/3c24bc5617bfdf90f94cc088f3769397c7569649
  Author: nicm <nicm>
  Date:   2019-03-07 (Thu, 07 Mar 2019)

  Changed paths:
    M cfg.c
    M cmd-queue.c
    M cmd-run-shell.c
    M window-copy.c

  Log Message:
  -----------
  Tidy changing the mode into window_copy_init_for_output.


  Commit: a1009e7bd3c4acd7dc4157e317013f066d1deca8
      
https://github.com/tmux/tmux/commit/a1009e7bd3c4acd7dc4157e317013f066d1deca8
  Author: Thomas Adam <[email protected]>
  Date:   2019-03-07 (Thu, 07 Mar 2019)

  Changed paths:
    M cfg.c
    M cmd-queue.c
    M cmd-run-shell.c
    M format.c
    M tmux.h
    M window-copy.c

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


  Commit: f98c66ece81953c777cd332c6bd29d707b1685e5
      
https://github.com/tmux/tmux/commit/f98c66ece81953c777cd332c6bd29d707b1685e5
  Author: nicm <nicm>
  Date:   2019-03-07 (Thu, 07 Mar 2019)

  Changed paths:
    M cmd-capture-pane.c
    M cmd-copy-mode.c
    M cmd-send-keys.c
    M format.c
    M server-client.c
    M tmux.h
    M window-buffer.c
    M window-client.c
    M window-clock.c
    M window-copy.c
    M window-tree.c
    M window.c

  Log Message:
  -----------
  Add a separate mode struct for the active window mode if any.


  Commit: 349aeb806ab02797e1d28be22802e73f75b77c1d
      
https://github.com/tmux/tmux/commit/349aeb806ab02797e1d28be22802e73f75b77c1d
  Author: Thomas Adam <[email protected]>
  Date:   2019-03-07 (Thu, 07 Mar 2019)

  Changed paths:
    M cmd-capture-pane.c
    M cmd-copy-mode.c
    M cmd-send-keys.c
    M format.c
    M server-client.c
    M tmux.h
    M window-buffer.c
    M window-client.c
    M window-clock.c
    M window-copy.c
    M window-tree.c
    M window.c

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


  Commit: 9cc04a0f9a62c5f4d9e643538f0f866115d6b16d
      
https://github.com/tmux/tmux/commit/9cc04a0f9a62c5f4d9e643538f0f866115d6b16d
  Author: nicm <nicm>
  Date:   2019-03-08 (Fri, 08 Mar 2019)

  Changed paths:
    M window-copy.c

  Log Message:
  -----------
  Do not use window mode entry after free.


  Commit: de730f68a4bc97e26f8f5dcb404ed27dc489c0fd
      
https://github.com/tmux/tmux/commit/de730f68a4bc97e26f8f5dcb404ed27dc489c0fd
  Author: nicm <nicm>
  Date:   2019-03-08 (Fri, 08 Mar 2019)

  Changed paths:
    M cfg.c
    M cmd-copy-mode.c
    M cmd-queue.c
    M cmd-run-shell.c
    M tmux.h
    M window-copy.c

  Log Message:
  -----------
  Make the mode used to view command output (a variant of copy mode) use
its own mode definition struct with a different init function rather
than calling special setup functions.


  Commit: bc72cf2f52ea7e07e58213b98fd6c4ff287274b3
      
https://github.com/tmux/tmux/commit/bc72cf2f52ea7e07e58213b98fd6c4ff287274b3
  Author: Thomas Adam <[email protected]>
  Date:   2019-03-08 (Fri, 08 Mar 2019)

  Changed paths:
    M cfg.c
    M cmd-copy-mode.c
    M cmd-queue.c
    M cmd-run-shell.c
    M tmux.h
    M window-copy.c

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


  Commit: ff4c80d53df96bb46eaa64107673e42d402f0d49
      
https://github.com/tmux/tmux/commit/ff4c80d53df96bb46eaa64107673e42d402f0d49
  Author: nicm <nicm>
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
    M input.c
    M screen-write.c
    M tmux.h

  Log Message:
  -----------
  Add support for origin mode (DECOM, SM/RM ?6), from Marc Reisner.


  Commit: 95d340cc4f3e6f03fc3ab5302c52e8b31636cc81
      
https://github.com/tmux/tmux/commit/95d340cc4f3e6f03fc3ab5302c52e8b31636cc81
  Author: Thomas Adam <[email protected]>
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
    M input.c
    M screen-write.c
    M tmux.h

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


  Commit: 3f6bfbaf2babcc7f08f628a82ff31b0b52014e58
      
https://github.com/tmux/tmux/commit/3f6bfbaf2babcc7f08f628a82ff31b0b52014e58
  Author: nicm <nicm>
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
    M cfg.c
    M cmd-capture-pane.c
    M cmd-copy-mode.c
    M cmd-queue.c
    M cmd-respawn-pane.c
    M cmd-respawn-window.c
    M cmd-run-shell.c
    M cmd-send-keys.c
    M format.c
    M input.c
    M server-client.c
    M tmux.h
    M window-clock.c
    M window-copy.c
    M window.c

  Log Message:
  -----------
  Allow multiple modes to be open in a pane. A stack of open modes is kept
and the previous restored when the top is exited. If a mode that is
already on the stack is entered, the existing instance is moved to the
top as the active mode rather than being opened new.


  Commit: f8a30e158821876e8c30d46ab2728bce739e35de
      
https://github.com/tmux/tmux/commit/f8a30e158821876e8c30d46ab2728bce739e35de
  Author: Nicholas Marriott <[email protected]>
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
    M CHANGES

  Log Message:
  -----------
  Update CHANGES.


  Commit: 3ec05e940505f1d0b4e55413f949fdfaceddedde
      
https://github.com/tmux/tmux/commit/3ec05e940505f1d0b4e55413f949fdfaceddedde
  Author: Thomas Adam <[email protected]>
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
    M cfg.c
    M cmd-capture-pane.c
    M cmd-copy-mode.c
    M cmd-queue.c
    M cmd-respawn-pane.c
    M cmd-respawn-window.c
    M cmd-run-shell.c
    M cmd-send-keys.c
    M format.c
    M input.c
    M server-client.c
    M tmux.h
    M window-clock.c
    M window-copy.c
    M window.c

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


  Commit: 595b52490e796f87ee163615b5d7f6c624f1fd89
      
https://github.com/tmux/tmux/commit/595b52490e796f87ee163615b5d7f6c624f1fd89
  Author: Nicholas Marriott <[email protected]>
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
    M TODO

  Log Message:
  -----------
  Add to TODO.


  Commit: 7b819357ff5a0f014527a94ce0abb98e472ea358
      
https://github.com/tmux/tmux/commit/7b819357ff5a0f014527a94ce0abb98e472ea358
  Author: nicm <nicm>
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
    M cmd-find.c

  Log Message:
  -----------
  Tweak target debug logging.


  Commit: 7804fa1b82b14a28a6bfe72d5ee7aebd03584333
      
https://github.com/tmux/tmux/commit/7804fa1b82b14a28a6bfe72d5ee7aebd03584333
  Author: nicm <nicm>
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
    M input.c

  Log Message:
  -----------
  Revert to not clearing history on RIS, apparently some bootloaders send
this and it doesn't really do any harm.


  Commit: 3f0efc050aabcc68115f37764d49c1c73d98437f
      
https://github.com/tmux/tmux/commit/3f0efc050aabcc68115f37764d49c1c73d98437f
  Author: nicm <nicm>
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
    M cmd-find.c

  Log Message:
  -----------
  When asked for a window index, return it even if the window exists.


  Commit: 303d20a758a2779f76854b6df10f8764e44fc407
      
https://github.com/tmux/tmux/commit/303d20a758a2779f76854b6df10f8764e44fc407
  Author: nicm <nicm>
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
    M screen-write.c

  Log Message:
  -----------
  Fix wrapping after origin mode change.


  Commit: 028f9d1d879255f9dbb80df53f44d37736b68e00
      
https://github.com/tmux/tmux/commit/028f9d1d879255f9dbb80df53f44d37736b68e00
  Author: nicm <nicm>
  Date:   2019-03-12 (Tue, 12 Mar 2019)

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

  Log Message:
  -----------
  Fix resizing of control clients, should be ignored until SIZECHANGED flag set.


  Commit: 860acecc0d0dccad41176e20026707492f0f5826
      
https://github.com/tmux/tmux/commit/860acecc0d0dccad41176e20026707492f0f5826
  Author: Nicholas Marriott <[email protected]>
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
    M regress/control-client-size.sh

  Log Message:
  -----------
  Fix up regress test for control client size.


  Commit: 7d2004a8dd372d5e165232075b42e7b019dae969
      
https://github.com/tmux/tmux/commit/7d2004a8dd372d5e165232075b42e7b019dae969
  Author: Thomas Adam <[email protected]>
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
    M cmd-find.c
    M input.c
    M screen-write.c

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


  Commit: 162d3cb1f47529606d7fb70b46fc9f61af8e8cae
      
https://github.com/tmux/tmux/commit/162d3cb1f47529606d7fb70b46fc9f61af8e8cae
  Author: Thomas Adam <[email protected]>
  Date:   2019-03-12 (Tue, 12 Mar 2019)

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

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


  Commit: 4002dbf0c1dd922704022acf717e1350488e345c
      
https://github.com/tmux/tmux/commit/4002dbf0c1dd922704022acf717e1350488e345c
  Author: Nicholas Marriott <[email protected]>
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
    M regress/new-session-size.sh

  Log Message:
  -----------
  Fix session size regress.


  Commit: 2f0ffe6adb635f28ec5005776de00d98e7fe4162
      
https://github.com/tmux/tmux/commit/2f0ffe6adb635f28ec5005776de00d98e7fe4162
  Author: Nicholas Marriott <[email protected]>
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
    M TODO

  Log Message:
  -----------
  Add to TODO.


  Commit: 6c3ee42568f3fef75f5daae890f6fb31dd378d95
      
https://github.com/tmux/tmux/commit/6c3ee42568f3fef75f5daae890f6fb31dd378d95
  Author: Nicholas Marriott <[email protected]>
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
    M TODO

  Log Message:
  -----------
  Add a couple of things.


  Commit: f3f534a3a0361ed11d0fc455f9a42ba82e6aa471
      
https://github.com/tmux/tmux/commit/f3f534a3a0361ed11d0fc455f9a42ba82e6aa471
  Author: nicm <nicm>
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
    M input.c

  Log Message:
  -----------
  Tidy up a lot of &ictx->ctx by using a local variable.


  Commit: 2796ae81d0be04df161cffdf447c2d0e5ec895e2
      
https://github.com/tmux/tmux/commit/2796ae81d0be04df161cffdf447c2d0e5ec895e2
  Author: nicm <nicm>
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
    M input.c
    M screen-write.c
    M tmux.h

  Log Message:
  -----------
  Fix HPA in origin mode.


  Commit: ba4a884d753ade5fd285ecedd7bca25c70023058
      
https://github.com/tmux/tmux/commit/ba4a884d753ade5fd285ecedd7bca25c70023058
  Author: Thomas Adam <[email protected]>
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
    M input.c
    M screen-write.c
    M tmux.h

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


  Commit: 938156d73b0cc0692c727ac9a94bf65b235cfe40
      
https://github.com/tmux/tmux/commit/938156d73b0cc0692c727ac9a94bf65b235cfe40
  Author: nicm <nicm>
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
    M input.c
    M mode-tree.c
    M screen-redraw.c
    M screen-write.c
    M server-fn.c
    M status.c
    M tmux.h
    M window-buffer.c
    M window-client.c
    M window-clock.c
    M window-copy.c
    M window-tree.c

  Log Message:
  -----------
  DECRC and DECSC apparently need to preserve origin mode as well, based
on a fix from Marc Reisner.


  Commit: 400529eea04350907b5e240d991f4d39108177c5
      
https://github.com/tmux/tmux/commit/400529eea04350907b5e240d991f4d39108177c5
  Author: Thomas Adam <[email protected]>
  Date:   2019-03-12 (Tue, 12 Mar 2019)

  Changed paths:
    M input.c
    M mode-tree.c
    M screen-redraw.c
    M screen-write.c
    M server-fn.c
    M status.c
    M tmux.h
    M window-buffer.c
    M window-client.c
    M window-clock.c
    M window-copy.c
    M window-tree.c

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


  Commit: b2bc34af12e6871faae82d1c46005e278d9cfe1d
      
https://github.com/tmux/tmux/commit/b2bc34af12e6871faae82d1c46005e278d9cfe1d
  Author: nicm <nicm>
  Date:   2019-03-12 (Tue, 12 Mar 2019)

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

  Log Message:
  -----------
  Set a flag on cells are genuinely empty (cleared and never written to)
and use tty_clear_line (which will choose the best escape sequence) to
clear any batches of cells with that flag when redrawing a line from the
stored screen.


  Commit: b03f58b977002b2f033da48b46602aa7ce3192ee
      
https://github.com/tmux/tmux/commit/b03f58b977002b2f033da48b46602aa7ce3192ee
  Author: Thomas Adam <[email protected]>
  Date:   2019-03-13 (Wed, 13 Mar 2019)

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

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


  Commit: feaa5660a3151d11bdc9da4b280b293f107061da
      
https://github.com/tmux/tmux/commit/feaa5660a3151d11bdc9da4b280b293f107061da
  Author: nicm <nicm>
  Date:   2019-03-13 (Wed, 13 Mar 2019)

  Changed paths:
    M input.c

  Log Message:
  -----------
  Do not use origin for VPA.


  Commit: 0e6eda02a6f8f8973b1bd21d6d712c81cdcf542f
      
https://github.com/tmux/tmux/commit/0e6eda02a6f8f8973b1bd21d6d712c81cdcf542f
  Author: Thomas Adam <[email protected]>
  Date:   2019-03-13 (Wed, 13 Mar 2019)

  Changed paths:
    M input.c

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


  Commit: 4f5cb88c2b16c4e651f3974d8bf651badfe92822
      
https://github.com/tmux/tmux/commit/4f5cb88c2b16c4e651f3974d8bf651badfe92822
  Author: Nicholas Marriott <[email protected]>
  Date:   2019-03-13 (Wed, 13 Mar 2019)

  Changed paths:
    M TODO

  Log Message:
  -----------
  Add to TODO.


  Commit: 7a6b21de6514736ef5f0a7cbdf429b8f38c25016
      
https://github.com/tmux/tmux/commit/7a6b21de6514736ef5f0a7cbdf429b8f38c25016
  Author: Nicholas Marriott <[email protected]>
  Date:   2019-03-13 (Wed, 13 Mar 2019)

  Changed paths:
    M TODO

  Log Message:
  -----------
  Add to TODO.


  Commit: 71e00c718ca5b573686e70c72eac8989c21b71b5
      
https://github.com/tmux/tmux/commit/71e00c718ca5b573686e70c72eac8989c21b71b5
  Author: nicm <nicm>
  Date:   2019-03-13 (Wed, 13 Mar 2019)

  Changed paths:
    M format.c

  Log Message:
  -----------
  Make format parsing build the modifiers into a list, standardize how
arguments are given and allow multiple modifiers on a format (separated
by ;).


  Commit: 9032ac2a05e0b769056a0d5a5814cc00ba065825
      
https://github.com/tmux/tmux/commit/9032ac2a05e0b769056a0d5a5814cc00ba065825
  Author: nicm <nicm>
  Date:   2019-03-13 (Wed, 13 Mar 2019)

  Changed paths:
    M format.c
    M tmux.1

  Log Message:
  -----------
  Add E: format to expand a format twice (useful to expand the value of an
option).


  Commit: 1aeac384f3838629d797113c71c3e25b187ebd4b
      
https://github.com/tmux/tmux/commit/1aeac384f3838629d797113c71c3e25b187ebd4b
  Author: Nicholas Marriott <[email protected]>
  Date:   2019-03-13 (Wed, 13 Mar 2019)

  Changed paths:
    M TODO

  Log Message:
  -----------
  Add to TODO.


  Commit: 49f04a997a578daff49e4c0b1ed32eb80e7aecfb
      
https://github.com/tmux/tmux/commit/49f04a997a578daff49e4c0b1ed32eb80e7aecfb
  Author: nicm <nicm>
  Date:   2019-03-13 (Wed, 13 Mar 2019)

  Changed paths:
    M format.c

  Log Message:
  -----------
  Apply length limits and substitution even to literal formats.


  Commit: f628afc85054014a00f4a32e12c9b04366df9603
      
https://github.com/tmux/tmux/commit/f628afc85054014a00f4a32e12c9b04366df9603
  Author: Nicholas Marriott <[email protected]>
  Date:   2019-03-13 (Wed, 13 Mar 2019)

  Changed paths:
    M TODO

  Log Message:
  -----------
  Update TODO.


  Commit: 95ab1aaaecdf834e2b66b8743da51125b3a907a5
      
https://github.com/tmux/tmux/commit/95ab1aaaecdf834e2b66b8743da51125b3a907a5
  Author: nicm <nicm>
  Date:   2019-03-13 (Wed, 13 Mar 2019)

  Changed paths:
    M format.c
    M tmux.1

  Log Message:
  -----------
  Add formats to list sessions, windows or panes.


  Commit: e6fd429d58038465f211d68b6eb0dd480eaf7d9c
      
https://github.com/tmux/tmux/commit/e6fd429d58038465f211d68b6eb0dd480eaf7d9c
  Author: Thomas Adam <[email protected]>
  Date:   2019-03-13 (Wed, 13 Mar 2019)

  Changed paths:
    M format.c
    M tmux.1

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


  Commit: 6dffbc4849e856025bc491c761e6422b996535a0
      
https://github.com/tmux/tmux/commit/6dffbc4849e856025bc491c761e6422b996535a0
  Author: nicm <nicm>
  Date:   2019-03-13 (Wed, 13 Mar 2019)

  Changed paths:
    M format.c

  Log Message:
  -----------
  Tweak format_replace logging.


  Commit: 786f5e505eedca60e605275c189fc67474d0490c
      
https://github.com/tmux/tmux/commit/786f5e505eedca60e605275c189fc67474d0490c
  Author: Thomas Adam <[email protected]>
  Date:   2019-03-13 (Wed, 13 Mar 2019)

  Changed paths:
    M format.c

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


  Commit: 10f0094be9157eba9d6dad8eace00641de960748
      
https://github.com/tmux/tmux/commit/10f0094be9157eba9d6dad8eace00641de960748
  Author: nicm <nicm>
  Date:   2019-03-13 (Wed, 13 Mar 2019)

  Changed paths:
    M cmd-select-pane.c
    M colour.c

  Log Message:
  -----------
  The pane's style should be initialized to default before parsing the
argument.


  Commit: 5755bfc619d9d638e82b53afc91cf06096f4dfd9
      
https://github.com/tmux/tmux/commit/5755bfc619d9d638e82b53afc91cf06096f4dfd9
  Author: nicm <nicm>
  Date:   2019-03-13 (Wed, 13 Mar 2019)

  Changed paths:
    M tty.c

  Log Message:
  -----------
  Need to set attributes before clearing.


  Commit: 81b393a4931037e604975682a2706f4447f06475
      
https://github.com/tmux/tmux/commit/81b393a4931037e604975682a2706f4447f06475
  Author: Thomas Adam <[email protected]>
  Date:   2019-03-14 (Thu, 14 Mar 2019)

  Changed paths:
    M cmd-select-pane.c
    M colour.c
    M tty.c

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


  Commit: 2fbd491ff0a6154ead554ae80fac647f7f8cd4f7
      
https://github.com/tmux/tmux/commit/2fbd491ff0a6154ead554ae80fac647f7f8cd4f7
  Author: nicm <nicm>
  Date:   2019-03-14 (Thu, 14 Mar 2019)

  Changed paths:
    M input.c

  Log Message:
  -----------
  Add actual HPA (\033[`), the existing one is CHA. From Marc Reisner.


  Commit: 1e9f8a3523ac93203036bd4a3740674a91fc4f1c
      
https://github.com/tmux/tmux/commit/1e9f8a3523ac93203036bd4a3740674a91fc4f1c
  Author: nicm <nicm>
  Date:   2019-03-14 (Thu, 14 Mar 2019)

  Changed paths:
    M cmd-capture-pane.c
    M tmux.1

  Log Message:
  -----------
  Missing space in capture-pane usage, from Ben Boeckel.

Also man page fixed from jmc.


  Commit: f33d2ab29ec62fc6c918f5927b9b680dc54fc3c6
      
https://github.com/tmux/tmux/commit/f33d2ab29ec62fc6c918f5927b9b680dc54fc3c6
  Author: Thomas Adam <[email protected]>
  Date:   2019-03-14 (Thu, 14 Mar 2019)

  Changed paths:
    M cmd-capture-pane.c
    M input.c
    M tmux.1

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


  Commit: 13f9a061acd966757ae2f42c3a8ac24765ac65bd
      
https://github.com/tmux/tmux/commit/13f9a061acd966757ae2f42c3a8ac24765ac65bd
  Author: nicm <nicm>
  Date:   2019-03-14 (Thu, 14 Mar 2019)

  Changed paths:
    M cmd-select-pane.c
    M input.c
    M options.c
    M screen-write.c
    M style.c
    M tmux.h
    M tty.c
    M window.c

  Log Message:
  -----------
  Add a wrapper (struct style) around styles rather than using the
grid_cell directly. There will be some non-cell members soon.


  Commit: 0425e3178d2f7cc0d33cd9aa8ed74b096b31727e
      
https://github.com/tmux/tmux/commit/0425e3178d2f7cc0d33cd9aa8ed74b096b31727e
  Author: nicm <nicm>
  Date:   2019-03-14 (Thu, 14 Mar 2019)

  Changed paths:
    M style.c

  Log Message:
  -----------
  A little tidying in style_parse.


  Commit: 0b32fa81b6eb1cec4acb3ac78ffb227e6c78e0fb
      
https://github.com/tmux/tmux/commit/0b32fa81b6eb1cec4acb3ac78ffb227e6c78e0fb
  Author: Thomas Adam <[email protected]>
  Date:   2019-03-14 (Thu, 14 Mar 2019)

  Changed paths:
    M cmd-select-pane.c
    M input.c
    M options.c
    M screen-write.c
    M style.c
    M tmux.h
    M tty.c
    M window.c

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


  Commit: 9bd4b96766cbbdc8f8e166baf726d69e8a6024ff
      
https://github.com/tmux/tmux/commit/9bd4b96766cbbdc8f8e166baf726d69e8a6024ff
  Author: nicm <nicm>
  Date:   2019-03-14 (Thu, 14 Mar 2019)

  Changed paths:
    M tty.c

  Log Message:
  -----------
  Fix ED1 (clear end of screen), reported by Marc Reisner.


  Commit: d58bccfc636fe0778fa1abefdb0a171165f27784
      
https://github.com/tmux/tmux/commit/d58bccfc636fe0778fa1abefdb0a171165f27784
  Author: Thomas Adam <[email protected]>
  Date:   2019-03-14 (Thu, 14 Mar 2019)

  Changed paths:
    M tty.c

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


  Commit: 1416ceb57589ba119a36d9f32d919d3444f7b0d0
      
https://github.com/tmux/tmux/commit/1416ceb57589ba119a36d9f32d919d3444f7b0d0
  Author: nicm <nicm>
  Date:   2019-03-14 (Thu, 14 Mar 2019)

  Changed paths:
    M cmd-display-message.c
    M cmd-pipe-pane.c
    M format.c
    M server-client.c

  Log Message:
  -----------
  Accept 0 time as a shorthand for now to format_expand_time.


  Commit: 38064e759342b38fbeea48ea716b7d29679271b1
      
https://github.com/tmux/tmux/commit/38064e759342b38fbeea48ea716b7d29679271b1
  Author: nicm <nicm>
  Date:   2019-03-14 (Thu, 14 Mar 2019)

  Changed paths:
    M format.c
    M tmux.1

  Log Message:
  -----------
  Add T format modifier like E but also do strftime(3).


  Commit: 4206bcc10ef936a34eabb32f94a58a6cdd4ec907
      
https://github.com/tmux/tmux/commit/4206bcc10ef936a34eabb32f94a58a6cdd4ec907
  Author: nicm <nicm>
  Date:   2019-03-14 (Thu, 14 Mar 2019)

  Changed paths:
    M format.c
    M tmux.1

  Log Message:
  -----------
  Add format flags for start and end window.


  Commit: bace79a5715932f093d4c17db5d49af8e6594916
      
https://github.com/tmux/tmux/commit/bace79a5715932f093d4c17db5d49af8e6594916
  Author: nicm <nicm>
  Date:   2019-03-14 (Thu, 14 Mar 2019)

  Changed paths:
    M style.c

  Log Message:
  -----------
  Remove some unnecessary temporary variables and be much less strict
about spacing in style_parse.


  Commit: 2c755e3c55a35e412d75a870005547f77418c5b3
      
https://github.com/tmux/tmux/commit/2c755e3c55a35e412d75a870005547f77418c5b3
  Author: Thomas Adam <[email protected]>
  Date:   2019-03-14 (Thu, 14 Mar 2019)

  Changed paths:
    M cmd-display-message.c
    M cmd-pipe-pane.c
    M format.c
    M server-client.c
    M tmux.1

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


  Commit: 10d60faba5d06db707a752be47dbb12abd4b8168
      
https://github.com/tmux/tmux/commit/10d60faba5d06db707a752be47dbb12abd4b8168
  Author: nicm <nicm>
  Date:   2019-03-14 (Thu, 14 Mar 2019)

  Changed paths:
    M cmd-display-message.c
    M cmd-pipe-pane.c
    M format.c
    M server-client.c
    M status.c
    M tmux.h

  Log Message:
  -----------
  Store the time in the format tree rather than passing it around.


  Commit: 25e2e227913095c79d3c043da84db254c51f9c8c
      
https://github.com/tmux/tmux/commit/25e2e227913095c79d3c043da84db254c51f9c8c
  Author: nicm <nicm>
  Date:   2019-03-14 (Thu, 14 Mar 2019)

  Changed paths:
    M format.c

  Log Message:
  -----------
  Add a limit on how far format_expand can recurse.


  Commit: 27578815dace7addeaaf15227aa102705046f843
      
https://github.com/tmux/tmux/commit/27578815dace7addeaaf15227aa102705046f843
  Author: nicm <nicm>
  Date:   2019-03-15 (Fri, 15 Mar 2019)

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

  Log Message:
  -----------
  Add a -v flag to display-message to show verbose messages as the format
is parsed, this gives the user a way to debug problems with formats
rather than just being confronted with (for example) a blank status
line.


  Commit: 672c49d5129e130c21a019f989594f02af99e967
      
https://github.com/tmux/tmux/commit/672c49d5129e130c21a019f989594f02af99e967
  Author: nicm <nicm>
  Date:   2019-03-15 (Fri, 15 Mar 2019)

  Changed paths:
    M format.c

  Log Message:
  -----------
  The pane and window loops need to pass the window and pane tags when
they build their format.


  Commit: f6d34f066cd872a981196027477a749f58849a02
      
https://github.com/tmux/tmux/commit/f6d34f066cd872a981196027477a749f58849a02
  Author: nicm <nicm>
  Date:   2019-03-15 (Fri, 15 Mar 2019)

  Changed paths:
    M format.c

  Log Message:
  -----------
  Only print format logging when the flag is set, even if also sending to 
log_debug.


  Commit: 2d71bef0ca3d0c31975f70118f632fe30393b059
      
https://github.com/tmux/tmux/commit/2d71bef0ca3d0c31975f70118f632fe30393b059
  Author: nicm <nicm>
  Date:   2019-03-15 (Fri, 15 Mar 2019)

  Changed paths:
    M tmux.h

  Log Message:
  -----------
  Remove unused member of struct client.


  Commit: 85044a634bbcd660ae4b7c9ff4aed7e3891af5d4
      
https://github.com/tmux/tmux/commit/85044a634bbcd660ae4b7c9ff4aed7e3891af5d4
  Author: nicm <nicm>
  Date:   2019-03-15 (Fri, 15 Mar 2019)

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

  Log Message:
  -----------
  Move status line free into its own function.


  Commit: 33595a255f8af5d368a1897d09cb23171aa302ef
      
https://github.com/tmux/tmux/commit/33595a255f8af5d368a1897d09cb23171aa302ef
  Author: nicm <nicm>
  Date:   2019-03-15 (Fri, 15 Mar 2019)

  Changed paths:
    M format.c

  Log Message:
  -----------
  Copy recursion counter into new formats when looping.


  Commit: 1d306e926a9f0cc6ab93f30857a8ca6d145ede83
      
https://github.com/tmux/tmux/commit/1d306e926a9f0cc6ab93f30857a8ca6d145ede83
  Author: nicm <nicm>
  Date:   2019-03-15 (Fri, 15 Mar 2019)

  Changed paths:
    M cmd-find.c

  Log Message:
  -----------
  Add a : to make error messages clearer.


  Commit: e8b33af780d8b9622de422cbcd4f82a47ccd0c6e
      
https://github.com/tmux/tmux/commit/e8b33af780d8b9622de422cbcd4f82a47ccd0c6e
  Author: nicm <nicm>
  Date:   2019-03-15 (Fri, 15 Mar 2019)

  Changed paths:
    M options.c
    M tmux.h

  Log Message:
  -----------
  Add a way to set individual defaults for an array option.


  Commit: b4f5b99e4b3c6b266e53c6c4ff748320a197011d
      
https://github.com/tmux/tmux/commit/b4f5b99e4b3c6b266e53c6c4ff748320a197011d
  Author: nicm <nicm>
  Date:   2019-03-16 (Sat, 16 Mar 2019)

  Changed paths:
    M cmd-set-option.c
    M resize.c
    M screen-redraw.c
    M server-client.c
    M session.c
    M status.c
    M tmux.h
    M window-client.c

  Log Message:
  -----------
  Tidy and rename some bits of status line code.


  Commit: 818fda03638e5001209886ddcd12b401c23dffae
      
https://github.com/tmux/tmux/commit/818fda03638e5001209886ddcd12b401c23dffae
  Author: nicm <nicm>
  Date:   2019-03-16 (Sat, 16 Mar 2019)

  Changed paths:
    M status.c

  Log Message:
  -----------
  Give status_save_old the client so it can do the reinit too.


  Commit: b588b1729ad9668a60d402d549506e56d72f1919
      
https://github.com/tmux/tmux/commit/b588b1729ad9668a60d402d549506e56d72f1919
  Author: nicm <nicm>
  Date:   2019-03-16 (Sat, 16 Mar 2019)

  Changed paths:
    M screen-redraw.c
    M status.c
    M tmux.h
    M window-client.c

  Log Message:
  -----------
  Use a pointer for the active screen in the status line instead of
copying them around all the time.


  Commit: 3a298454ced9ea282a027c3ee4eb389e96716ac5
      
https://github.com/tmux/tmux/commit/3a298454ced9ea282a027c3ee4eb389e96716ac5
  Author: Nicholas Marriott <[email protected]>
  Date:   2019-03-17 (Sun, 17 Mar 2019)

  Changed paths:
    M TODO

  Log Message:
  -----------
  Add to TODO.


  Commit: bd3332b21137ca7c1bd57b26df9482e72b0e909c
      
https://github.com/tmux/tmux/commit/bd3332b21137ca7c1bd57b26df9482e72b0e909c
  Author: nicm <nicm>
  Date:   2019-03-17 (Sun, 17 Mar 2019)

  Changed paths:
    M tmux.1

  Log Message:
  -----------
  Break description of styles into its own section.


  Commit: d2d43987d0f35af2bc012f1260fdb81c851fe390
      
https://github.com/tmux/tmux/commit/d2d43987d0f35af2bc012f1260fdb81c851fe390
  Author: nicm <nicm>
  Date:   2019-03-18 (Mon, 18 Mar 2019)

  Changed paths:
    M format.c
    M status.c

  Log Message:
  -----------
  With force, kill previous job before starting new. Fixes problem
reported by Scott Mcdermott in GitHub issue 1627.


  Commit: ce6be7afd4d10b542f9cce8634d6bdd81754f775
      
https://github.com/tmux/tmux/commit/ce6be7afd4d10b542f9cce8634d6bdd81754f775
  Author: nicm <nicm>
  Date:   2019-03-18 (Mon, 18 Mar 2019)

  Changed paths:
    M cmd-set-option.c
    M cmd-show-options.c
    M cmd.c
    M environ.c
    M options.c
    M status.c
    M tmux.h
    M tty-keys.c
    M tty-term.c

  Log Message:
  -----------
  Make array options a sparse tree instead of an array of char * and
remove the size limit.


  Commit: aa2b3472c515dd1e5f57618e17c0c612cfa3c117
      
https://github.com/tmux/tmux/commit/aa2b3472c515dd1e5f57618e17c0c612cfa3c117
  Author: Nicholas Marriott <[email protected]>
  Date:   2019-03-18 (Mon, 18 Mar 2019)

  Changed paths:
    M TODO

  Log Message:
  -----------
  Update TODO.


  Commit: 2628af573d98f7bdd4db02c7a80c860b867a45fb
      
https://github.com/tmux/tmux/commit/2628af573d98f7bdd4db02c7a80c860b867a45fb
  Author: nicm <nicm>
  Date:   2019-03-18 (Mon, 18 Mar 2019)

  Changed paths:
    M cmd-display-message.c
    M format.c
    M tmux.1
    M tmux.h
    M window-buffer.c
    M window-client.c
    M window-tree.c
    M window.c

  Log Message:
  -----------
  Add format variables for the default formats for the various modes
(tree_mode_format and so on) and add a -a flag to display-message to
list variables with values.


  Commit: acb2413852b98745b69459d0cdd0d9698cb75e2c
      
https://github.com/tmux/tmux/commit/acb2413852b98745b69459d0cdd0d9698cb75e2c
  Author: Thomas Adam <[email protected]>
  Date:   2019-03-18 (Mon, 18 Mar 2019)

  Changed paths:
    M cmd-display-message.c
    M cmd-find.c
    M cmd-pipe-pane.c
    M cmd-set-option.c
    M cmd-show-options.c
    M cmd.c
    M environ.c
    M format.c
    M options.c
    M resize.c
    M screen-redraw.c
    M server-client.c
    M session.c
    M status.c
    M style.c
    M tmux.1
    M tmux.h
    M tty-keys.c
    M tty-term.c
    M window-client.c

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


  Commit: d738d5168804405240a3f36b6f410baee39cd9e0
      
https://github.com/tmux/tmux/commit/d738d5168804405240a3f36b6f410baee39cd9e0
  Author: nicm <nicm>
  Date:   2019-03-18 (Mon, 18 Mar 2019)

  Changed paths:
    M grid.c
    M window.c

  Log Message:
  -----------
  Mode init needs to be fired with the mode on the list or it will not be
resized correctly.


  Commit: 4cbf596dc5828274b92d783aaa1da996fa481ca8
      
https://github.com/tmux/tmux/commit/4cbf596dc5828274b92d783aaa1da996fa481ca8
  Author: Thomas Adam <[email protected]>
  Date:   2019-03-18 (Mon, 18 Mar 2019)

  Changed paths:
    M cmd-display-message.c
    M format.c
    M tmux.1
    M tmux.h
    M window-buffer.c
    M window-client.c
    M window-tree.c
    M window.c

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


  Commit: 1d6fe43c7b2250f042d0113da8545d5ebb75c01e
      
https://github.com/tmux/tmux/commit/1d6fe43c7b2250f042d0113da8545d5ebb75c01e
  Author: Thomas Adam <[email protected]>
  Date:   2019-03-18 (Mon, 18 Mar 2019)

  Changed paths:
    M grid.c
    M window.c

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


  Commit: 979313832ce1d5f6cdc2c512e8524d6c517422e0
      
https://github.com/tmux/tmux/commit/979313832ce1d5f6cdc2c512e8524d6c517422e0
  Author: nicm <nicm>
  Date:   2019-03-18 (Mon, 18 Mar 2019)

  Changed paths:
    M Makefile
    A format-draw.c
    M format.c
    M mode-tree.c
    M options-table.c
    M screen-redraw.c
    M screen-write.c
    M server-client.c
    M status.c
    M style.c
    M tmux.1
    M tmux.h
    M utf8.c
    M window-client.c
    M window.c

  Log Message:
  -----------
  Extend the #[] style syntax and use that together with previous format
changes to allow the status line to be entirely configured with a single
option.

Now that it is possible to configure their content, enable the existing
code that lets the status line be multiple lines in height. The status
option can now take a value of 2, 3, 4 or 5 (as well as the previous on
or off) to configure more than one line. The new status-format array
option configures the format of each line, the default just references
the existing status-* options, although some of the more obscure status
options may be eliminated in time.

Additions to the #[] syntax are: "align" to specify alignment (left,
centre, right), "list" for the window list and "range" to configure
ranges of text for the mouse bindings.

The "align" keyword can also be used to specify alignment of entries in
tree mode and the pane status lines.


  Commit: c62404673e873c7fae7151a6e910f1b9354b7ecf
      
https://github.com/tmux/tmux/commit/c62404673e873c7fae7151a6e910f1b9354b7ecf
  Author: nicm <nicm>
  Date:   2019-03-18 (Mon, 18 Mar 2019)

  Changed paths:
    M tmux.1

  Log Message:
  -----------
  Add some bits to the STATUS LINE section about the new option.


  Commit: 962f255ee8f271920e8901824ae30fa7a0b40804
      
https://github.com/tmux/tmux/commit/962f255ee8f271920e8901824ae30fa7a0b40804
  Author: Thomas Adam <[email protected]>
  Date:   2019-03-18 (Mon, 18 Mar 2019)

  Changed paths:
    M Makefile.am
    A format-draw.c
    M format.c
    M mode-tree.c
    M options-table.c
    M screen-redraw.c
    M screen-write.c
    M server-client.c
    M status.c
    M style.c
    M tmux.1
    M tmux.h
    M utf8.c
    M window-client.c
    M window.c

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


  Commit: f34ebfed7698ce41fe7bae756c0bb0c485e8bfdb
      
https://github.com/tmux/tmux/commit/f34ebfed7698ce41fe7bae756c0bb0c485e8bfdb
  Author: nicm <nicm>
  Date:   2019-03-18 (Mon, 18 Mar 2019)

  Changed paths:
    M cmd-set-option.c
    M cmd-show-options.c
    M options-table.c
    M options.c
    M tmux.h

  Log Message:
  -----------
  The individual -fg, -bg and -attr options have been deprecated (in
favour of -style), undocumented and hidden from show-options since
2014. Remove them, except for status-fg and status-bg.


  Commit: 0406ec0ec29f6dd7b8ea663f50d766bce5904c78
      
https://github.com/tmux/tmux/commit/0406ec0ec29f6dd7b8ea663f50d766bce5904c78
  Author: nicm <nicm>
  Date:   2019-03-18 (Mon, 18 Mar 2019)

  Changed paths:
    M format-draw.c
    M window.c

  Log Message:
  -----------
  Free temporary screens when writing format.


  Commit: f956c17c09160d7c8ab68502d2d5756ff3d0a557
      
https://github.com/tmux/tmux/commit/f956c17c09160d7c8ab68502d2d5756ff3d0a557
  Author: Thomas Adam <[email protected]>
  Date:   2019-03-18 (Mon, 18 Mar 2019)

  Changed paths:
    M tmux.1

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


  Commit: 073d4399650b5716806d734d1869c7d52c6f2d61
      
https://github.com/tmux/tmux/commit/073d4399650b5716806d734d1869c7d52c6f2d61
  Author: Thomas Adam <[email protected]>
  Date:   2019-03-19 (Tue, 19 Mar 2019)

  Changed paths:
    M cmd-set-option.c
    M cmd-show-options.c
    M format-draw.c
    M options-table.c
    M options.c
    M tmux.h
    M window.c

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


  Commit: b24c9e34a9581773de7bc67da81ac25da97dcd1a
      
https://github.com/tmux/tmux/commit/b24c9e34a9581773de7bc67da81ac25da97dcd1a
  Author: nicm <nicm>
  Date:   2019-03-19 (Tue, 19 Mar 2019)

  Changed paths:
    M tmux.1

  Log Message:
  -----------
  Rename the first KEY BINDINGS section to DEFAULT KEY BINDINGS.


  Commit: b3eebdec48f64c61569d64cd8d557973d361bfe6
      
https://github.com/tmux/tmux/commit/b3eebdec48f64c61569d64cd8d557973d361bfe6
  Author: Thomas Adam <[email protected]>
  Date:   2019-03-19 (Tue, 19 Mar 2019)

  Changed paths:
    M tmux.1

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


  Commit: 92732a25405d1bf3d6fc69d9b4d6afe8c6985492
      
https://github.com/tmux/tmux/commit/92732a25405d1bf3d6fc69d9b4d6afe8c6985492
  Author: Nicholas Marriott <[email protected]>
  Date:   2019-03-19 (Tue, 19 Mar 2019)

  Changed paths:
    M TODO

  Log Message:
  -----------
  Add to TODO.


  Commit: 161b57869e12a0fd8a95965e98b4866f6055f860
      
https://github.com/tmux/tmux/commit/161b57869e12a0fd8a95965e98b4866f6055f860
  Author: nicm <nicm>
  Date:   2019-03-19 (Tue, 19 Mar 2019)

  Changed paths:
    M format.c
    M tmux.1

  Log Message:
  -----------
  Add a cursor_character format.


  Commit: 320237fdb83e18f5c2a83d89ebf043a3c516998e
      
https://github.com/tmux/tmux/commit/320237fdb83e18f5c2a83d89ebf043a3c516998e
  Author: Thomas Adam <[email protected]>
  Date:   2019-03-19 (Tue, 19 Mar 2019)

  Changed paths:
    M format.c
    M tmux.1

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


  Commit: 8b74e959efd3b60aa1283b9c1cb1ce943ee90181
      
https://github.com/tmux/tmux/commit/8b74e959efd3b60aa1283b9c1cb1ce943ee90181
  Author: nicm <nicm>
  Date:   2019-03-19 (Tue, 19 Mar 2019)

  Changed paths:
    M options-table.c

  Log Message:
  -----------
  Include window-status-style and window-status-current style in the format.


  Commit: 46f642b030e949b23de482ea1f9a27ace6f4cf92
      
https://github.com/tmux/tmux/commit/46f642b030e949b23de482ea1f9a27ace6f4cf92
  Author: Thomas Adam <[email protected]>
  Date:   2019-03-19 (Tue, 19 Mar 2019)

  Changed paths:
    M options-table.c

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


  Commit: 3b959c05ffe2173bf0fb22ca0d3dd6461d12f173
      
https://github.com/tmux/tmux/commit/3b959c05ffe2173bf0fb22ca0d3dd6461d12f173
  Author: nicm <nicm>
  Date:   2019-03-20 (Wed, 20 Mar 2019)

  Changed paths:
    M format-draw.c

  Log Message:
  -----------
  Bit more logging to show drawing errors.


  Commit: ae46a19b8e2bafd7c3fc5cba99b9f430c8cf9b1c
      
https://github.com/tmux/tmux/commit/ae46a19b8e2bafd7c3fc5cba99b9f430c8cf9b1c
  Author: nicm <nicm>
  Date:   2019-03-20 (Wed, 20 Mar 2019)

  Changed paths:
    M format-draw.c

  Log Message:
  -----------
  Ignore invalid styles rather than throwing away the whole format, this
matches what we used to do.


  Commit: 458b87150b3fe989bb3d5d611f1d010a71839117
      
https://github.com/tmux/tmux/commit/458b87150b3fe989bb3d5d611f1d010a71839117
  Author: nicm <nicm>
  Date:   2019-03-20 (Wed, 20 Mar 2019)

  Changed paths:
    M format-draw.c

  Log Message:
  -----------
  Do not leak ranges on error.


  Commit: ed962e76129d499012bee92617620d3703245482
      
https://github.com/tmux/tmux/commit/ed962e76129d499012bee92617620d3703245482
  Author: nicm <nicm>
  Date:   2019-03-20 (Wed, 20 Mar 2019)

  Changed paths:
    M format-draw.c

  Log Message:
  -----------
  Include function name in logging.


  Commit: bff957a475fdfc3b06615e388471499d8387a41e
      
https://github.com/tmux/tmux/commit/bff957a475fdfc3b06615e388471499d8387a41e
  Author: Thomas Adam <[email protected]>
  Date:   2019-03-20 (Wed, 20 Mar 2019)

  Changed paths:
    M format-draw.c

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


  Commit: 0e0f2f765b762e5be7353c20fb408941116d3247
      
https://github.com/tmux/tmux/commit/0e0f2f765b762e5be7353c20fb408941116d3247
  Author: Nicholas Marriott <[email protected]>
  Date:   2019-03-20 (Wed, 20 Mar 2019)

  Changed paths:
    M CHANGES

  Log Message:
  -----------
  Update CHANGES.


  Commit: 9ee1a8f7014dedaa701594ea847a4da98a07073d
      
https://github.com/tmux/tmux/commit/9ee1a8f7014dedaa701594ea847a4da98a07073d
  Author: nicm <nicm>
  Date:   2019-03-20 (Wed, 20 Mar 2019)

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

  Log Message:
  -----------
  Improve cursor positioning after reflow by storing the position as an
offset into the entire history before reflow and restoring it aftewards.


  Commit: 7536d57b163952a3c5b8ca492ab269790d8c42ae
      
https://github.com/tmux/tmux/commit/7536d57b163952a3c5b8ca492ab269790d8c42ae
  Author: Nicholas Marriott <[email protected]>
  Date:   2019-03-20 (Wed, 20 Mar 2019)

  Changed paths:
    M TODO

  Log Message:
  -----------
  Update TODO.


  Commit: ef38a420b219b22b230d656c2a49961c9f422152
      
https://github.com/tmux/tmux/commit/ef38a420b219b22b230d656c2a49961c9f422152
  Author: Nicholas Marriott <[email protected]>
  Date:   2019-03-20 (Wed, 20 Mar 2019)

  Changed paths:
    M TODO

  Log Message:
  -----------
  Update TODO.


  Commit: 0292243b296b40de6c4b010cc89c6a89b97e37c5
      
https://github.com/tmux/tmux/commit/0292243b296b40de6c4b010cc89c6a89b97e37c5
  Author: Thomas Adam <[email protected]>
  Date:   2019-03-20 (Wed, 20 Mar 2019)

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

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


  Commit: 04a1fc9d36d78fed7a67a180cc7feb3551a5b851
      
https://github.com/tmux/tmux/commit/04a1fc9d36d78fed7a67a180cc7feb3551a5b851
  Author: nicm <nicm>
  Date:   2019-03-22 (Fri, 22 Mar 2019)

  Changed paths:
    M tmux.1

  Log Message:
  -----------
  I forgot to document resize-window, window-size and default-size;
reminded by okan@.


  Commit: b4a301f8feef6f2fef99988688b27e2aec898bae
      
https://github.com/tmux/tmux/commit/b4a301f8feef6f2fef99988688b27e2aec898bae
  Author: nicm <nicm>
  Date:   2019-03-22 (Fri, 22 Mar 2019)

  Changed paths:
    M tmux.1

  Log Message:
  -----------
  Clarify that styles can be space or comma separated, from Stephen Zapatka.


  Commit: 517d673dbe4b7b5ab290203868d871a712624446
      
https://github.com/tmux/tmux/commit/517d673dbe4b7b5ab290203868d871a712624446
  Author: nicm <nicm>
  Date:   2019-03-25 (Mon, 25 Mar 2019)

  Changed paths:
    M server-client.c

  Log Message:
  -----------
  Ignore mouse on status line which are not part of a range, GitHub issue 1649.


  Commit: a084f2dcb74c93348b1fd55ddf2f85d29c714fce
      
https://github.com/tmux/tmux/commit/a084f2dcb74c93348b1fd55ddf2f85d29c714fce
  Author: Nicholas Marriott <[email protected]>
  Date:   2019-03-25 (Mon, 25 Mar 2019)

  Changed paths:
    M TODO

  Log Message:
  -----------
  Add to TODO.


  Commit: e8f4ca6a52bdfb7d8e2b8c39b867f2e2528a7631
      
https://github.com/tmux/tmux/commit/e8f4ca6a52bdfb7d8e2b8c39b867f2e2528a7631
  Author: Nicholas Marriott <[email protected]>
  Date:   2019-03-25 (Mon, 25 Mar 2019)

  Changed paths:
    M example_tmux.conf

  Log Message:
  -----------
  Tweaks to example config.


  Commit: ff4d7d541f50b30203de2f4fa288882e298a930f
      
https://github.com/tmux/tmux/commit/ff4d7d541f50b30203de2f4fa288882e298a930f
  Author: nicm <nicm>
  Date:   2019-03-25 (Mon, 25 Mar 2019)

  Changed paths:
    M tmux.1

  Log Message:
  -----------
  Fix columns of cursor_character format in list.


  Commit: a07ad6b5a3cab6ef376797421306baf1991dc912
      
https://github.com/tmux/tmux/commit/a07ad6b5a3cab6ef376797421306baf1991dc912
  Author: Thomas Adam <[email protected]>
  Date:   2019-03-25 (Mon, 25 Mar 2019)

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

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


  Commit: 5e2150cf185e89a167dd1c64d7ddd0b055021400
      
https://github.com/tmux/tmux/commit/5e2150cf185e89a167dd1c64d7ddd0b055021400
  Author: Thomas Adam <[email protected]>
  Date:   2019-03-25 (Mon, 25 Mar 2019)

  Changed paths:
    M tmux.1

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


  Commit: d21f8ecc1356916fab43cfd9668c66f1e8b4bc26
      
https://github.com/tmux/tmux/commit/d21f8ecc1356916fab43cfd9668c66f1e8b4bc26
  Author: nicm <nicm>
  Date:   2019-03-25 (Mon, 25 Mar 2019)

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

  Log Message:
  -----------
  Add StatusDefault binding for the mouse on any otherwise unassigned
parts of the status line, from Avi Halachmi.


  Commit: 6ac84585e6ffb94e157eeb9f0ea8748a3cffa839
      
https://github.com/tmux/tmux/commit/6ac84585e6ffb94e157eeb9f0ea8748a3cffa839
  Author: Thomas Adam <[email protected]>
  Date:   2019-03-25 (Mon, 25 Mar 2019)

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

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


  Commit: 4f7a5d1e4000970c1baeda8460ef64195962747d
      
https://github.com/tmux/tmux/commit/4f7a5d1e4000970c1baeda8460ef64195962747d
  Author: Nicholas Marriott <[email protected]>
  Date:   2019-03-26 (Tue, 26 Mar 2019)

  Changed paths:
    M CHANGES
    M configure.ac

  Log Message:
  -----------
  2.9 bits.


  Commit: 0a913b09cfa9ab35c872ebea3e05ab8eb5de6ae0
      
https://github.com/tmux/tmux/commit/0a913b09cfa9ab35c872ebea3e05ab8eb5de6ae0
  Author: Nicholas Marriott <[email protected]>
  Date:   2019-03-26 (Tue, 26 Mar 2019)

  Changed paths:
    M CHANGES
    M configure.ac

  Log Message:
  -----------
  For 3.0.


  Commit: e0e08fcd2d52b1d47aefe6b839b39ef2e4f374c7
      
https://github.com/tmux/tmux/commit/e0e08fcd2d52b1d47aefe6b839b39ef2e4f374c7
  Author: Nicholas Marriott <[email protected]>
  Date:   2019-03-26 (Tue, 26 Mar 2019)

  Changed paths:
    M CHANGES
    M TODO

  Log Message:
  -----------
  Update CHANGES & TODO.


  Commit: b1dc2b5353584494fd78e1ef3936713f127e0bd1
      
https://github.com/tmux/tmux/commit/b1dc2b5353584494fd78e1ef3936713f127e0bd1
  Author: Nicholas Marriott <[email protected]>
  Date:   2019-03-26 (Tue, 26 Mar 2019)

  Changed paths:
    M CHANGES
    M TODO

  Log Message:
  -----------
  Merge branch '2.9-rc'


  Commit: e722ba38e3133cb01b4cd17bf5fe7c56e42a4962
      
https://github.com/tmux/tmux/commit/e722ba38e3133cb01b4cd17bf5fe7c56e42a4962
  Author: Nicholas Marriott <[email protected]>
  Date:   2019-03-26 (Tue, 26 Mar 2019)

  Changed paths:
    M CHANGES
    M COPYING

  Log Message:
  -----------
  There is no examples directory anymore.


  Commit: a13e57f70134994b59a77e7ab377d95ebf78f0ac
      
https://github.com/tmux/tmux/commit/a13e57f70134994b59a77e7ab377d95ebf78f0ac
  Author: Nicholas Marriott <[email protected]>
  Date:   2019-03-26 (Tue, 26 Mar 2019)

  Changed paths:
    M TODO

  Log Message:
  -----------
  Update TODO.


Compare: https://github.com/tmux/tmux/compare/46847e9b2e04...a13e57f70134

-- 
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to