Branch: refs/heads/floating_panes
  Home:   https://github.com/tmux/tmux
  Commit: d7a2b52da8187204de8f8b3c18b770da5205b115
      
https://github.com/tmux/tmux/commit/d7a2b52da8187204de8f8b3c18b770da5205b115
  Author: nicm <nicm>
  Date:   2026-06-05 (Fri, 05 Jun 2026)

  Changed paths:
    M cmd-list-keys.c
    M format.c
    M tmux.1

  Log Message:
  -----------
  Add a way to quote for command arguments and use for key in list-keys,
GitHub issue 5153.


  Commit: f9a683cf39d49242df26113d510cab188b52ba16
      
https://github.com/tmux/tmux/commit/f9a683cf39d49242df26113d510cab188b52ba16
  Author: Thomas Adam <[email protected]>
  Date:   2026-06-05 (Fri, 05 Jun 2026)

  Changed paths:
    M cmd-list-keys.c
    M format.c
    M tmux.1

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


  Commit: 35709a30ee7ff18b7cb4092ec52d063be8724c51
      
https://github.com/tmux/tmux/commit/35709a30ee7ff18b7cb4092ec52d063be8724c51
  Author: nicm <nicm>
  Date:   2026-06-06 (Sat, 06 Jun 2026)

  Changed paths:
    M cmd-split-window.c
    M layout.c
    M tmux.h

  Log Message:
  -----------
  Change so that floating panes are always part of the root layout. From
Dane Jensen.


  Commit: 3a72f3beb838edcb910c94f19d3d8ce4a1df89d3
      
https://github.com/tmux/tmux/commit/3a72f3beb838edcb910c94f19d3d8ce4a1df89d3
  Author: nicm <nicm>
  Date:   2026-06-06 (Sat, 06 Jun 2026)

  Changed paths:
    M screen-write.c

  Log Message:
  -----------
  Use correct X position for visible range checks in
screen_write_fast_copy, GitHub issue 5164 from Barrett Ruth.


  Commit: 8388c53a4731ea92e4865adb12c096d29a39a579
      
https://github.com/tmux/tmux/commit/8388c53a4731ea92e4865adb12c096d29a39a579
  Author: Thomas Adam <[email protected]>
  Date:   2026-06-06 (Sat, 06 Jun 2026)

  Changed paths:
    M cmd-split-window.c
    M layout.c
    M screen-write.c
    M tmux.h

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


  Commit: 4063f968c620079f62892f8b76d53fdfd1af8c0d
      
https://github.com/tmux/tmux/commit/4063f968c620079f62892f8b76d53fdfd1af8c0d
  Author: nicm <nicm>
  Date:   2026-06-07 (Sun, 07 Jun 2026)

  Changed paths:
    M cmd-swap-pane.c

  Log Message:
  -----------
  Do not allow swapping floating panes for the moment.


  Commit: c9e22ab67bd7fe89ebb767215f2e671e72573e00
      
https://github.com/tmux/tmux/commit/c9e22ab67bd7fe89ebb767215f2e671e72573e00
  Author: nicm <nicm>
  Date:   2026-06-07 (Sun, 07 Jun 2026)

  Changed paths:
    M cmd-split-window.c
    M key-bindings.c
    M tmux.1

  Log Message:
  -----------
  Enable floating panes. These are panes which sit above the layout
("tiled panes") like popups but unlike popups are not modal and behave
like panes (so the same escape sequence support). Floating panes are
created with the "new-pane" command, bound to * by default.

Currently floating panes can only be moved and resized using the mouse.
The default second status line (if "status-format" is set to 2) has
changed to show a list of panes.

This is the first step and many obvious features are not yet complete
(notably the ability to swap floating panes, resize them using
resize-pane, change them between floating and tiles, and restore custom
layouts with floating panes).

Mostly written by Michael Grant with help from Dane Jensen.


  Commit: 54be05e5e4b96e38cb0d5fdb62a7c0bbcc9d351f
      
https://github.com/tmux/tmux/commit/54be05e5e4b96e38cb0d5fdb62a7c0bbcc9d351f
  Author: Thomas Adam <[email protected]>
  Date:   2026-06-07 (Sun, 07 Jun 2026)

  Changed paths:
    M cmd-split-window.c
    M cmd-swap-pane.c
    M key-bindings.c
    M tmux.1

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


  Commit: 5744021ac96b14ec4dc92753973a1c34b8870649
      
https://github.com/tmux/tmux/commit/5744021ac96b14ec4dc92753973a1c34b8870649
  Author: nicm <nicm>
  Date:   2026-06-07 (Sun, 07 Jun 2026)

  Changed paths:
    M cmd-join-pane.c
    M cmd-split-window.c
    M layout.c

  Log Message:
  -----------
  Allow floating panes to be created partially off the window, based on a
change from Michael Grant.


  Commit: 0fc6cb4099e9a2129e7b605b50dc2c9b6ae84a9b
      
https://github.com/tmux/tmux/commit/0fc6cb4099e9a2129e7b605b50dc2c9b6ae84a9b
  Author: Thomas Adam <[email protected]>
  Date:   2026-06-07 (Sun, 07 Jun 2026)

  Changed paths:
    M cmd-join-pane.c
    M cmd-split-window.c
    M layout.c

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


  Commit: 3d9e6bf454bc1904d94f26937fad6164571fd3a9
      
https://github.com/tmux/tmux/commit/3d9e6bf454bc1904d94f26937fad6164571fd3a9
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-06-07 (Sun, 07 Jun 2026)

  Changed paths:
    M CHANGES

  Log Message:
  -----------
  Update CHANGES for 3.7.


  Commit: 306ee0eddb7403ce6cbb475905951067ea6ac7f8
      
https://github.com/tmux/tmux/commit/306ee0eddb7403ce6cbb475905951067ea6ac7f8
  Author: nicm <nicm>
  Date:   2026-06-07 (Sun, 07 Jun 2026)

  Changed paths:
    M cmd-split-window.c
    M tmux.1

  Log Message:
  -----------
  Add -E to split-window to explicitly make an empty pane rather than
requiring an empty command.


  Commit: ef8e9df02f666acac7934262587bc69cb83cc10b
      
https://github.com/tmux/tmux/commit/ef8e9df02f666acac7934262587bc69cb83cc10b
  Author: nicm <nicm>
  Date:   2026-06-07 (Sun, 07 Jun 2026)

  Changed paths:
    M cmd-split-window.c

  Log Message:
  -----------
  Tweak previous.


  Commit: 72f5415fc8610cd8edc87ffecd50011daaa746a6
      
https://github.com/tmux/tmux/commit/72f5415fc8610cd8edc87ffecd50011daaa746a6
  Author: Thomas Adam <[email protected]>
  Date:   2026-06-07 (Sun, 07 Jun 2026)

  Changed paths:
    M cmd-split-window.c
    M tmux.1

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


  Commit: 0256ee77c2d3e7a1a7aec0890e8951fadb0835df
      
https://github.com/tmux/tmux/commit/0256ee77c2d3e7a1a7aec0890e8951fadb0835df
  Author: nicm <nicm>
  Date:   2026-06-07 (Sun, 07 Jun 2026)

  Changed paths:
    M options-table.c

  Log Message:
  -----------
  Add some additional environment variables needed for Wayland, from
shbernal dot 01 at gmail dot com.


  Commit: 343ee5ece1581a6d0e408d635004ecb485765d9e
      
https://github.com/tmux/tmux/commit/343ee5ece1581a6d0e408d635004ecb485765d9e
  Author: nicm <nicm>
  Date:   2026-06-07 (Sun, 07 Jun 2026)

  Changed paths:
    M cmd-kill-session.c
    M tmux.1

  Log Message:
  -----------
  Add -g flag to kill-session to kill all sessions in a group, GitHub
issue 5157 from github at jiku dot jp.


  Commit: 59151704b4df5694c4e291241c16c515dbe8531b
      
https://github.com/tmux/tmux/commit/59151704b4df5694c4e291241c16c515dbe8531b
  Author: Thomas Adam <[email protected]>
  Date:   2026-06-07 (Sun, 07 Jun 2026)

  Changed paths:
    M cmd-split-window.c
    M options-table.c

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


  Commit: 3acd247f5d0c4372c001f5c023d0edc1ad4cb322
      
https://github.com/tmux/tmux/commit/3acd247f5d0c4372c001f5c023d0edc1ad4cb322
  Author: nicm <nicm>
  Date:   2026-06-07 (Sun, 07 Jun 2026)

  Changed paths:
    M cmd-split-window.c

  Log Message:
  -----------
  Redraw entire session when making a new pane.


  Commit: 55421ede70ae404b62e791e3c46126a03ab39d6a
      
https://github.com/tmux/tmux/commit/55421ede70ae404b62e791e3c46126a03ab39d6a
  Author: Thomas Adam <[email protected]>
  Date:   2026-06-07 (Sun, 07 Jun 2026)

  Changed paths:
    M cmd-kill-session.c
    M tmux.1

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


  Commit: 0ec6870902e04c1970ec8d41d71a463e4e5d945d
      
https://github.com/tmux/tmux/commit/0ec6870902e04c1970ec8d41d71a463e4e5d945d
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-06-07 (Sun, 07 Jun 2026)

  Changed paths:
    M CHANGES

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


  Commit: e163cbaceca56527dcfa3a11cf2c07f41c4ca5c4
      
https://github.com/tmux/tmux/commit/e163cbaceca56527dcfa3a11cf2c07f41c4ca5c4
  Author: Thomas Adam <[email protected]>
  Date:   2026-06-07 (Sun, 07 Jun 2026)

  Changed paths:
    M cmd-split-window.c

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


  Commit: 42f3e7f7ce3b8ef480cc168eb7177f6282c1e626
      
https://github.com/tmux/tmux/commit/42f3e7f7ce3b8ef480cc168eb7177f6282c1e626
  Author: nicm <nicm>
  Date:   2026-06-07 (Sun, 07 Jun 2026)

  Changed paths:
    M grid.c

  Log Message:
  -----------
  Clear entire lines when removing from history or freeing.


  Commit: 1fbc51b69f8f2285676e35df586d49ea01fb3822
      
https://github.com/tmux/tmux/commit/1fbc51b69f8f2285676e35df586d49ea01fb3822
  Author: Thomas Adam <[email protected]>
  Date:   2026-06-07 (Sun, 07 Jun 2026)

  Changed paths:
    M grid.c

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


  Commit: e0ebae448192dfca959057697e83b3d29a03269e
      
https://github.com/tmux/tmux/commit/e0ebae448192dfca959057697e83b3d29a03269e
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-06-07 (Sun, 07 Jun 2026)

  Changed paths:
    M regress/am-terminal.sh
    M regress/border-arrows.sh
    M regress/capture-pane-hyperlink.sh
    M regress/capture-pane-sgr0.sh
    M regress/combine-test.sh
    M regress/command-order.sh
    M regress/conf-syntax.sh
    M regress/control-client-sanity.sh
    M regress/control-client-size.sh
    M regress/copy-mode-test-emacs.sh
    M regress/cursor-test1.sh
    M regress/cursor-test2.sh
    M regress/cursor-test3.sh
    M regress/cursor-test4.sh
    M regress/decrqm-sync.sh
    M regress/format-strings.sh
    M regress/has-session-return.sh
    M regress/if-shell-TERM.sh
    M regress/if-shell-error.sh
    M regress/if-shell-nested.sh
    M regress/input-keys.sh
    M regress/kill-session-process-exit.sh
    M regress/new-session-base-index.sh
    M regress/new-session-command.sh
    M regress/new-session-environment.sh
    M regress/new-session-no-client.sh
    M regress/new-session-size.sh
    M regress/new-window-command.sh
    M regress/osc-11colours.sh
    M regress/run-shell-output.sh
    M regress/session-group-resize.sh
    M regress/style-trim.sh
    M regress/tty-keys.sh
    M regress/utf8-test.sh

  Log Message:
  -----------
  Fix a couple of tests and add -f/dev/null to them all.


  Commit: a134c43f4df1ec5f14382b8d46556406473b0359
      
https://github.com/tmux/tmux/commit/a134c43f4df1ec5f14382b8d46556406473b0359
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-06-07 (Sun, 07 Jun 2026)

  Changed paths:
    M regress/utf8-test.result

  Log Message:
  -----------
  Update test result.


  Commit: bbea0ef439e2191d62760fb5810119c377d53e3a
      
https://github.com/tmux/tmux/commit/bbea0ef439e2191d62760fb5810119c377d53e3a
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-06-07 (Sun, 07 Jun 2026)

  Changed paths:
    M regress/copy-mode-test-vi.sh

  Log Message:
  -----------
  Update copy mode vi test, from Max Vim.


  Commit: ae5e0e8c050cc7bf3ab9b8cd8a373f1eab5ff053
      
https://github.com/tmux/tmux/commit/ae5e0e8c050cc7bf3ab9b8cd8a373f1eab5ff053
  Author: nicm <nicm>
  Date:   2026-06-07 (Sun, 07 Jun 2026)

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

  Log Message:
  -----------
  Add -L to show line numbers with capture-pane and -F to show line flags.


  Commit: e1d37c37b5473c15d95835029d190c3e5b53c5ca
      
https://github.com/tmux/tmux/commit/e1d37c37b5473c15d95835029d190c3e5b53c5ca
  Author: Thomas Adam <[email protected]>
  Date:   2026-06-07 (Sun, 07 Jun 2026)

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

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


  Commit: a532f4868f63b3197e4e28a4563ad022b1a8b497
      
https://github.com/tmux/tmux/commit/a532f4868f63b3197e4e28a4563ad022b1a8b497
  Author: nicm <nicm>
  Date:   2026-06-07 (Sun, 07 Jun 2026)

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

  Log Message:
  -----------
  Add -H flag to capture-pane to show hyperlinks.


  Commit: 529afada822a72887a94f17146460809134697d0
      
https://github.com/tmux/tmux/commit/529afada822a72887a94f17146460809134697d0
  Author: nicm <nicm>
  Date:   2026-06-07 (Sun, 07 Jun 2026)

  Changed paths:
    M server-client.c

  Log Message:
  -----------
  Move checking of whether the cursor is visible inside the if so that it
always hits the calculation of the oy offset when the status line is at
the top. From Michael Grant.


  Commit: a04c33c42d258cacf6de309c166da11caec64300
      
https://github.com/tmux/tmux/commit/a04c33c42d258cacf6de309c166da11caec64300
  Author: Thomas Adam <[email protected]>
  Date:   2026-06-07 (Sun, 07 Jun 2026)

  Changed paths:
    M cmd-capture-pane.c
    M grid.c
    M server-client.c
    M tmux.1
    M tmux.h

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


  Commit: 85d72b9952ba49cf796d2e464c9adef0540b00b5
      
https://github.com/tmux/tmux/commit/85d72b9952ba49cf796d2e464c9adef0540b00b5
  Author: nicm <nicm>
  Date:   2026-06-08 (Mon, 08 Jun 2026)

  Changed paths:
    M mode-tree.c

  Log Message:
  -----------
  Return immediately if the list is empty in mode_tree_key instead of
crashing, from Bryce Miller in GitHub issue 5170.


  Commit: cb237b5193fd6aa201faf2de58ec4b9b66542809
      
https://github.com/tmux/tmux/commit/cb237b5193fd6aa201faf2de58ec4b9b66542809
  Author: Thomas Adam <[email protected]>
  Date:   2026-06-08 (Mon, 08 Jun 2026)

  Changed paths:
    M mode-tree.c

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


  Commit: 34fd261a4f777250a0fe66652c2049f6a51d6988
      
https://github.com/tmux/tmux/commit/34fd261a4f777250a0fe66652c2049f6a51d6988
  Author: nicm <nicm>
  Date:   2026-06-08 (Mon, 08 Jun 2026)

  Changed paths:
    M cmd-choose-tree.c
    M window.c

  Log Message:
  -----------
  Add a -k flag to choose commands to kill the pane when the mode is
exited (useful with floating panes).


  Commit: fe986a52d6bc9f11b90e52f677d679b839fa4643
      
https://github.com/tmux/tmux/commit/fe986a52d6bc9f11b90e52f677d679b839fa4643
  Author: nicm <nicm>
  Date:   2026-06-08 (Mon, 08 Jun 2026)

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

  Log Message:
  -----------
  When entering or leaving the alternate screen, discard any pending
resizes. Improves flicking with scrollbars and programs that leave and
enter the alternate screen on every WINCH like nano. GitHub issue 4772.

Cvs: ----------------------------------------------------------------------


  Commit: ea51cdb3f2c946da8ef9d9fb36fe6208c29724b8
      
https://github.com/tmux/tmux/commit/ea51cdb3f2c946da8ef9d9fb36fe6208c29724b8
  Author: nicm <nicm>
  Date:   2026-06-08 (Mon, 08 Jun 2026)

  Changed paths:
    M cmd-display-panes.c
    M options-table.c

  Log Message:
  -----------
  Add display-panes-format to change the top-of-pane text shown with
display-panes.


  Commit: df7c2e605be8918cd663959b96a98125b120c021
      
https://github.com/tmux/tmux/commit/df7c2e605be8918cd663959b96a98125b120c021
  Author: nicm <nicm>
  Date:   2026-06-08 (Mon, 08 Jun 2026)

  Changed paths:
    M cmd-split-window.c
    M tmux.1

  Log Message:
  -----------
  Add -T to new-pane to set the title; GitHub issue 5176 from Michael Grant.


  Commit: 7d8c1ae29583679855531f1c46829493e34c1063
      
https://github.com/tmux/tmux/commit/7d8c1ae29583679855531f1c46829493e34c1063
  Author: Thomas Adam <[email protected]>
  Date:   2026-06-08 (Mon, 08 Jun 2026)

  Changed paths:
    M cmd-choose-tree.c
    M cmd-display-panes.c
    M cmd-split-window.c
    M options-table.c
    M screen-write.c
    M screen.c
    M server-client.c
    M tmux.1
    M tmux.h
    M window.c

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


  Commit: a0f4038df2f61fa0b096a5d4463ddc2e6f98874d
      
https://github.com/tmux/tmux/commit/a0f4038df2f61fa0b096a5d4463ddc2e6f98874d
  Author: nicm <nicm>
  Date:   2026-06-08 (Mon, 08 Jun 2026)

  Changed paths:
    M cmd-choose-tree.c
    M tmux.1
    M window-client.c
    M window-tree.c

  Log Message:
  -----------
  Add a -h flag to choose-tree and choose-client to hide the pane
containing the mode, intended for use with floating panes. From Michael
Grant, GitHub issue 5177.


  Commit: a25ce36925b5c0d0c467a16cdafb9b7c59784d59
      
https://github.com/tmux/tmux/commit/a25ce36925b5c0d0c467a16cdafb9b7c59784d59
  Author: Thomas Adam <[email protected]>
  Date:   2026-06-08 (Mon, 08 Jun 2026)

  Changed paths:
    M cmd-choose-tree.c
    M tmux.1
    M window-client.c
    M window-tree.c

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


  Commit: bf2e078ecf88746ee4e2a739185fc20d2d932654
      
https://github.com/tmux/tmux/commit/bf2e078ecf88746ee4e2a739185fc20d2d932654
  Author: nicm <nicm>
  Date:   2026-06-08 (Mon, 08 Jun 2026)

  Changed paths:
    M format.c
    M tmux.1

  Log Message:
  -----------
  Add a relative time option for time formatting, GitHub issue 5009.


  Commit: d7a6a8e35b6cbad5cdb9c0f087cd57617ecba7da
      
https://github.com/tmux/tmux/commit/d7a6a8e35b6cbad5cdb9c0f087cd57617ecba7da
  Author: Thomas Adam <[email protected]>
  Date:   2026-06-08 (Mon, 08 Jun 2026)

  Changed paths:
    M format.c
    M tmux.1

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


  Commit: a7952492c172ded8717f2c6161673f3b4f416ebc
      
https://github.com/tmux/tmux/commit/a7952492c172ded8717f2c6161673f3b4f416ebc
  Author: Dane Jensen <[email protected]>
  Date:   2026-06-08 (Mon, 08 Jun 2026)

  Changed paths:
    M CHANGES
    M cmd-capture-pane.c
    M cmd-choose-tree.c
    M cmd-display-panes.c
    M cmd-join-pane.c
    M cmd-kill-session.c
    M cmd-list-keys.c
    M cmd-split-window.c
    M cmd-swap-pane.c
    M format.c
    M grid.c
    M layout.c
    M mode-tree.c
    M options-table.c
    M regress/am-terminal.sh
    M regress/border-arrows.sh
    M regress/capture-pane-hyperlink.sh
    M regress/capture-pane-sgr0.sh
    M regress/combine-test.sh
    M regress/command-order.sh
    M regress/conf-syntax.sh
    M regress/control-client-sanity.sh
    M regress/control-client-size.sh
    M regress/copy-mode-test-emacs.sh
    M regress/copy-mode-test-vi.sh
    M regress/cursor-test1.sh
    M regress/cursor-test2.sh
    M regress/cursor-test3.sh
    M regress/cursor-test4.sh
    M regress/decrqm-sync.sh
    M regress/format-strings.sh
    M regress/has-session-return.sh
    M regress/if-shell-TERM.sh
    M regress/if-shell-error.sh
    M regress/if-shell-nested.sh
    M regress/input-keys.sh
    M regress/kill-session-process-exit.sh
    M regress/new-session-base-index.sh
    M regress/new-session-command.sh
    M regress/new-session-environment.sh
    M regress/new-session-no-client.sh
    M regress/new-session-size.sh
    M regress/new-window-command.sh
    M regress/osc-11colours.sh
    M regress/run-shell-output.sh
    M regress/session-group-resize.sh
    M regress/style-trim.sh
    M regress/tty-keys.sh
    M regress/utf8-test.result
    M regress/utf8-test.sh
    M screen-write.c
    M screen.c
    M server-client.c
    M tmux.1
    M tmux.h
    M window-client.c
    M window-tree.c
    M window.c

  Log Message:
  -----------
  Merged master into floating_panes


  Commit: b2ac4475cc7abe20eb8eebe7d95d4feb183230ea
      
https://github.com/tmux/tmux/commit/b2ac4475cc7abe20eb8eebe7d95d4feb183230ea
  Author: Dane Jensen <[email protected]>
  Date:   2026-06-08 (Mon, 08 Jun 2026)

  Changed paths:
    M CHANGES
    M cmd-capture-pane.c
    M cmd-choose-tree.c
    M cmd-display-panes.c
    M cmd-join-pane.c
    M cmd-kill-session.c
    M cmd-list-keys.c
    M cmd-split-window.c
    M cmd-swap-pane.c
    M format.c
    M grid.c
    M layout.c
    M mode-tree.c
    M options-table.c
    M regress/am-terminal.sh
    M regress/border-arrows.sh
    M regress/capture-pane-hyperlink.sh
    M regress/capture-pane-sgr0.sh
    M regress/combine-test.sh
    M regress/command-order.sh
    M regress/conf-syntax.sh
    M regress/control-client-sanity.sh
    M regress/control-client-size.sh
    M regress/copy-mode-test-emacs.sh
    M regress/copy-mode-test-vi.sh
    M regress/cursor-test1.sh
    M regress/cursor-test2.sh
    M regress/cursor-test3.sh
    M regress/cursor-test4.sh
    M regress/decrqm-sync.sh
    M regress/format-strings.sh
    M regress/has-session-return.sh
    M regress/if-shell-TERM.sh
    M regress/if-shell-error.sh
    M regress/if-shell-nested.sh
    M regress/input-keys.sh
    M regress/kill-session-process-exit.sh
    M regress/new-session-base-index.sh
    M regress/new-session-command.sh
    M regress/new-session-environment.sh
    M regress/new-session-no-client.sh
    M regress/new-session-size.sh
    M regress/new-window-command.sh
    M regress/osc-11colours.sh
    M regress/run-shell-output.sh
    M regress/session-group-resize.sh
    M regress/style-trim.sh
    M regress/tty-keys.sh
    M regress/utf8-test.result
    M regress/utf8-test.sh
    M screen-write.c
    M screen.c
    M server-client.c
    M tmux.1
    M tmux.h
    M window-client.c
    M window-tree.c
    M window.c

  Log Message:
  -----------
  Merge pull request #5182 from daneofmanythings/fp-merge

Merging master into floating panes.


Compare: https://github.com/tmux/tmux/compare/0b1089e105dc...b2ac4475cc7a

To unsubscribe from these emails, change your notification settings at 
https://github.com/tmux/tmux/settings/notifications

-- 
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, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/floating_panes/0b1089-b2ac44%40github.com.

Reply via email to