Branch: refs/heads/sixel
Home: https://github.com/tmux/tmux
Commit: db3aabcc34464940c286d7ce3abc8f3edc94b7bc
https://github.com/tmux/tmux/commit/db3aabcc34464940c286d7ce3abc8f3edc94b7bc
Author: nicm <nicm>
Date: 2021-12-10 (Fri, 10 Dec 2021)
Changed paths:
M tmux.h
M tty.c
Log Message:
-----------
Add a NOBLOCK flag rather than adding amount to wait for when
dealing with potentially-long sequences. GitHub issue 3001.
Commit: 1f9aad2bb40fe90bec38288b08e8b152f13e04ad
https://github.com/tmux/tmux/commit/1f9aad2bb40fe90bec38288b08e8b152f13e04ad
Author: nicm <nicm>
Date: 2021-12-10 (Fri, 10 Dec 2021)
Changed paths:
M tmux.1
Log Message:
-----------
Mention XParseColor(3) for the cursor colour escape sequence.
Commit: 9c1633a8659c4045b8303eb99d5f89b4f0dcb784
https://github.com/tmux/tmux/commit/9c1633a8659c4045b8303eb99d5f89b4f0dcb784
Author: nicm <nicm>
Date: 2021-12-10 (Fri, 10 Dec 2021)
Changed paths:
M tmux.1
Log Message:
-----------
Missed unlinked control notifications, GitHub issue 2996.
Commit: 8941dbe482f68bfff7d7ea577719ab366cebf54b
https://github.com/tmux/tmux/commit/8941dbe482f68bfff7d7ea577719ab366cebf54b
Author: Thomas Adam <[email protected]>
Date: 2021-12-10 (Fri, 10 Dec 2021)
Changed paths:
M tmux.1
M tmux.h
M tty.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: 5c5712be5c2af0867118894ed411c6d7462b5b3b
https://github.com/tmux/tmux/commit/5c5712be5c2af0867118894ed411c6d7462b5b3b
Author: Thomas Adam <[email protected]>
Date: 2021-12-10 (Fri, 10 Dec 2021)
Changed paths:
M tmux.1
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: c6149adf55a1ab108a9336ba15a82bd11a809cb3
https://github.com/tmux/tmux/commit/c6149adf55a1ab108a9336ba15a82bd11a809cb3
Author: nicm <nicm>
Date: 2021-12-13 (Mon, 13 Dec 2021)
Changed paths:
M options-table.c
M screen-redraw.c
Log Message:
-----------
Make pane-border-format a pane option, GitHub issue 2999.
Commit: 70d330a353a421bf41b6d2dc9caa011f36c1ecc6
https://github.com/tmux/tmux/commit/70d330a353a421bf41b6d2dc9caa011f36c1ecc6
Author: Thomas Adam <[email protected]>
Date: 2021-12-13 (Mon, 13 Dec 2021)
Changed paths:
M options-table.c
M screen-redraw.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: e4856de8bf23108ee9d335a22d7e16dd8ad855d8
https://github.com/tmux/tmux/commit/e4856de8bf23108ee9d335a22d7e16dd8ad855d8
Author: nicm <nicm>
Date: 2021-12-20 (Mon, 20 Dec 2021)
Changed paths:
M window-copy.c
Log Message:
-----------
Do not crash on a zero size character.
Commit: ba9b9367d5e35afff5cddeddab76fbf2a6fde760
https://github.com/tmux/tmux/commit/ba9b9367d5e35afff5cddeddab76fbf2a6fde760
Author: Thomas Adam <[email protected]>
Date: 2021-12-20 (Mon, 20 Dec 2021)
Changed paths:
M window-copy.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: ff64aafeabe0c9b51b33a10313e2027ae1686bc4
https://github.com/tmux/tmux/commit/ff64aafeabe0c9b51b33a10313e2027ae1686bc4
Author: nicm <nicm>
Date: 2021-12-21 (Tue, 21 Dec 2021)
Changed paths:
M tmux.h
Log Message:
-----------
ARM's Morello CHERI architecture does not support pointers in packed
structures, so remove the packed attribute on struct grid_line and
reorder the members to eliminate unnecessary padding. From Jessica
Clarke in GitHub issue 3012.
Commit: 9c82ff177844badf47d760138d2bef0e853fab01
https://github.com/tmux/tmux/commit/9c82ff177844badf47d760138d2bef0e853fab01
Author: Thomas Adam <[email protected]>
Date: 2021-12-21 (Tue, 21 Dec 2021)
Changed paths:
M tmux.h
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: 9aad945f7e58112c3f8819f658e379d672842d73
https://github.com/tmux/tmux/commit/9aad945f7e58112c3f8819f658e379d672842d73
Author: nicm <nicm>
Date: 2021-12-21 (Tue, 21 Dec 2021)
Changed paths:
M grid.c
M tty-features.c
Log Message:
-----------
Support underscore style with capture-pane -e, GitHub issue 2928.
Commit: 47923bd5f62f49924e20f3cabcff9350968449a2
https://github.com/tmux/tmux/commit/47923bd5f62f49924e20f3cabcff9350968449a2
Author: Thomas Adam <[email protected]>
Date: 2021-12-21 (Tue, 21 Dec 2021)
Changed paths:
M grid.c
M tty-features.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: e6e3c75ed70adece8b1cf93017f6f359d022bdb0
https://github.com/tmux/tmux/commit/e6e3c75ed70adece8b1cf93017f6f359d022bdb0
Author: nicm <nicm>
Date: 2021-12-31 (Fri, 31 Dec 2021)
Changed paths:
M tty.c
Log Message:
-----------
Try to turn on less-capable mouse modes when turning on more-capable, to
increase the chances we get something even if the terminal doesn't support
the one we really want. GitHub issue 3020.
Commit: 080079c55a7f94af5ead4fad71ee2b33f54b154b
https://github.com/tmux/tmux/commit/080079c55a7f94af5ead4fad71ee2b33f54b154b
Author: Thomas Adam <[email protected]>
Date: 2021-12-31 (Fri, 31 Dec 2021)
Changed paths:
M tty.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: b2b94dcba73a62e2949fb98aee097dbaea658760
https://github.com/tmux/tmux/commit/b2b94dcba73a62e2949fb98aee097dbaea658760
Author: nicm <nicm>
Date: 2022-01-06 (Thu, 06 Jan 2022)
Changed paths:
M resize.c
Log Message:
-----------
Ignore windows without a size set (may be used for pane only), from
Anindya Mukherjee.
Commit: e5e4df7a2241298b7ea3ba77b5fe1fdef6df0e08
https://github.com/tmux/tmux/commit/e5e4df7a2241298b7ea3ba77b5fe1fdef6df0e08
Author: Nicholas Marriott <[email protected]>
Date: 2022-01-06 (Thu, 06 Jan 2022)
Changed paths:
M tmux.1
Log Message:
-----------
Mention alternate config files, from Daniel Augusto in GitHub issue 3023.
Commit: 28b6237c623f507188a782a016563c78dd0ffb85
https://github.com/tmux/tmux/commit/28b6237c623f507188a782a016563c78dd0ffb85
Author: Thomas Adam <[email protected]>
Date: 2022-01-06 (Thu, 06 Jan 2022)
Changed paths:
M resize.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: a6b361e775e0bf6301284391e75dd9af7af340da
https://github.com/tmux/tmux/commit/a6b361e775e0bf6301284391e75dd9af7af340da
Author: nicm <nicm>
Date: 2022-01-17 (Mon, 17 Jan 2022)
Changed paths:
M popup.c
Log Message:
-----------
Do not try to strdup NULL, from seL4 at disroot dot org in GitHub issue
3038.
Commit: 6c0397f49769666c836a312c292e9c67adc41058
https://github.com/tmux/tmux/commit/6c0397f49769666c836a312c292e9c67adc41058
Author: Thomas Adam <[email protected]>
Date: 2022-01-17 (Mon, 17 Jan 2022)
Changed paths:
M popup.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: 770d28b8c517fd87621ea3e8d6d7bdc4f35b3a94
https://github.com/tmux/tmux/commit/770d28b8c517fd87621ea3e8d6d7bdc4f35b3a94
Author: nicm <nicm>
Date: 2022-02-01 (Tue, 01 Feb 2022)
Changed paths:
M menu.c
Log Message:
-----------
Do not overflow width when not enough space.
Commit: 7a4ba6d4a5458f4e2450024d72f0e16905dd5c64
https://github.com/tmux/tmux/commit/7a4ba6d4a5458f4e2450024d72f0e16905dd5c64
Author: nicm <nicm>
Date: 2022-02-01 (Tue, 01 Feb 2022)
Changed paths:
M job.c
M tmux.1
Log Message:
-----------
Mention that if-shell and #() use /bin/sh.
Commit: 1b7afd51293e2e3da99d2dfed57dc1ebc4cdf5d5
https://github.com/tmux/tmux/commit/1b7afd51293e2e3da99d2dfed57dc1ebc4cdf5d5
Author: Thomas Adam <[email protected]>
Date: 2022-02-01 (Tue, 01 Feb 2022)
Changed paths:
M job.c
M menu.c
M tmux.1
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: 7e34645fcbe93984461343d67373a29e552fec20
https://github.com/tmux/tmux/commit/7e34645fcbe93984461343d67373a29e552fec20
Author: nicm <nicm>
Date: 2022-02-01 (Tue, 01 Feb 2022)
Changed paths:
M options-table.c
M screen-redraw.c
M tmux.1
M tmux.h
Log Message:
-----------
Add option to show arrows for active pane indicator, GitHub issue 3022
from Marcel Partap.
Commit: a4f336a91a4bc340111dd72abd894d75093566d7
https://github.com/tmux/tmux/commit/a4f336a91a4bc340111dd72abd894d75093566d7
Author: Thomas Adam <[email protected]>
Date: 2022-02-01 (Tue, 01 Feb 2022)
Changed paths:
M options-table.c
M screen-redraw.c
M tmux.1
M tmux.h
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: 97900d0442252aa4b76f89745718038f39717ecd
https://github.com/tmux/tmux/commit/97900d0442252aa4b76f89745718038f39717ecd
Author: nicm <nicm>
Date: 2022-02-01 (Tue, 01 Feb 2022)
Changed paths:
M menu.c
M mode-tree.c
M popup.c
Log Message:
-----------
A menu must be shown on a client, so always give the client when adding
the items. Also fix mode menus.
Commit: a5cf7a9b39b2f9737c2a9c4915274ab66b1824b9
https://github.com/tmux/tmux/commit/a5cf7a9b39b2f9737c2a9c4915274ab66b1824b9
Author: Thomas Adam <[email protected]>
Date: 2022-02-01 (Tue, 01 Feb 2022)
Changed paths:
M menu.c
M mode-tree.c
M popup.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: 5080acc12714862ef7a66286d7c3bce538c6d74f
https://github.com/tmux/tmux/commit/5080acc12714862ef7a66286d7c3bce538c6d74f
Author: nicm <nicm>
Date: 2022-02-03 (Thu, 03 Feb 2022)
Changed paths:
M key-bindings.c
M tmux.1
M window-copy.c
Log Message:
-----------
Add a key in copy mode to toggle position indicator.
Commit: c401c91ad9f1ef8ea50b11762856a458de525bf9
https://github.com/tmux/tmux/commit/c401c91ad9f1ef8ea50b11762856a458de525bf9
Author: nicm <nicm>
Date: 2022-02-03 (Thu, 03 Feb 2022)
Changed paths:
M window.c
Log Message:
-----------
Update focus when active pane changes after pane destroyed.
Commit: 57396b55a2a979925def85cf142f087c5ad340a6
https://github.com/tmux/tmux/commit/57396b55a2a979925def85cf142f087c5ad340a6
Author: Nicholas Marriott <[email protected]>
Date: 2022-02-03 (Thu, 03 Feb 2022)
Changed paths:
M CHANGES
Log Message:
-----------
Update CHANGES.
Commit: 375f6c90b034a62255f12781a3e3b17d2724172b
https://github.com/tmux/tmux/commit/375f6c90b034a62255f12781a3e3b17d2724172b
Author: Thomas Adam <[email protected]>
Date: 2022-02-03 (Thu, 03 Feb 2022)
Changed paths:
M key-bindings.c
M tmux.1
M window-copy.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: 1fdec20b0da5dc3c93214aa4b2a562b533570d66
https://github.com/tmux/tmux/commit/1fdec20b0da5dc3c93214aa4b2a562b533570d66
Author: Thomas Adam <[email protected]>
Date: 2022-02-03 (Thu, 03 Feb 2022)
Changed paths:
M window.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: 948d2fad0ae9723263554115164c412aa095fe7a
https://github.com/tmux/tmux/commit/948d2fad0ae9723263554115164c412aa095fe7a
Author: nicm <nicm>
Date: 2022-02-03 (Thu, 03 Feb 2022)
Changed paths:
M status.c
Log Message:
-----------
Use format_draw for command prompt prefix to allow styles, GitHub issue
3054.
Commit: 3276f0c18473703a734d53495202f50a2c7d6b34
https://github.com/tmux/tmux/commit/3276f0c18473703a734d53495202f50a2c7d6b34
Author: nicm <nicm>
Date: 2022-02-03 (Thu, 03 Feb 2022)
Changed paths:
M cmd-resize-pane.c
Log Message:
-----------
Adjust size given to resize-pane for pane status line, GitHub issue
3050.
Commit: c0598e2515cd051dcf9771f6edcf9eb953644227
https://github.com/tmux/tmux/commit/c0598e2515cd051dcf9771f6edcf9eb953644227
Author: Thomas Adam <[email protected]>
Date: 2022-02-03 (Thu, 03 Feb 2022)
Changed paths:
M status.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: 784d6a39299bdc6ef40e785561f2f064a7982ca0
https://github.com/tmux/tmux/commit/784d6a39299bdc6ef40e785561f2f064a7982ca0
Author: Thomas Adam <[email protected]>
Date: 2022-02-03 (Thu, 03 Feb 2022)
Changed paths:
M cmd-resize-pane.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: 07e2d88c205db5620154c6124c8ec7686b8c9028
https://github.com/tmux/tmux/commit/07e2d88c205db5620154c6124c8ec7686b8c9028
Author: nicm <nicm>
Date: 2022-02-04 (Fri, 04 Feb 2022)
Changed paths:
M screen-redraw.c
Log Message:
-----------
Use ACS for pane border indicators so they work with different line
types, from Thomas Adam.
Commit: c67abcf8182b3a4e4c1e71b370c814a65c12a46c
https://github.com/tmux/tmux/commit/c67abcf8182b3a4e4c1e71b370c814a65c12a46c
Author: Thomas Adam <[email protected]>
Date: 2022-02-04 (Fri, 04 Feb 2022)
Changed paths:
M screen-redraw.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: 040164555a0e41d23082b74a2a22ff370e8193c2
https://github.com/tmux/tmux/commit/040164555a0e41d23082b74a2a22ff370e8193c2
Author: nicm <nicm>
Date: 2022-02-14 (Mon, 14 Feb 2022)
Changed paths:
M cmd-show-options.c
Log Message:
-----------
Do not return error with -q, GitHub issue 3065.
Commit: df681390a6861b6a77d4623baf46d0a435729003
https://github.com/tmux/tmux/commit/df681390a6861b6a77d4623baf46d0a435729003
Author: Thomas Adam <[email protected]>
Date: 2022-02-14 (Mon, 14 Feb 2022)
Changed paths:
M cmd-show-options.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: f85208602ddd43ba55f29beae8d7a05cbfedefc1
https://github.com/tmux/tmux/commit/f85208602ddd43ba55f29beae8d7a05cbfedefc1
Author: nicm <nicm>
Date: 2022-02-15 (Tue, 15 Feb 2022)
Changed paths:
M cmd-refresh-client.c
M tmux.h
M tty-keys.c
M tty.c
Log Message:
-----------
Do not create a buffer from an OSC 52 response if we have not sent a
query.
Commit: 5076beb009f761999a3b218a1a8d7cbfbc80ee03
https://github.com/tmux/tmux/commit/5076beb009f761999a3b218a1a8d7cbfbc80ee03
Author: nicm <nicm>
Date: 2022-02-15 (Tue, 15 Feb 2022)
Changed paths:
M input.c
M options-table.c
M tmux.1
Log Message:
-----------
Add an option (default off) to control the passthrough escape sequence.
Like set-clipboard and allow-rename it is safer to forbid this by
default.
Commit: 85ef73591da51be51c0ead6e7ae4414e349d46d3
https://github.com/tmux/tmux/commit/85ef73591da51be51c0ead6e7ae4414e349d46d3
Author: Thomas Adam <[email protected]>
Date: 2022-02-15 (Tue, 15 Feb 2022)
Changed paths:
M cmd-refresh-client.c
M input.c
M options-table.c
M tmux.1
M tmux.h
M tty-keys.c
M tty.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: c7c7e875a0f71451564746a20db8d84c418ad7d5
https://github.com/tmux/tmux/commit/c7c7e875a0f71451564746a20db8d84c418ad7d5
Author: Nicholas Marriott <[email protected]>
Date: 2022-02-16 (Wed, 16 Feb 2022)
Changed paths:
M configure.ac
Log Message:
-----------
No not allow static linking on macOS.
Commit: 0027ee13a089efe7d1db1a4cfedb9b801635ded8
https://github.com/tmux/tmux/commit/0027ee13a089efe7d1db1a4cfedb9b801635ded8
Author: nicm <nicm>
Date: 2022-02-16 (Wed, 16 Feb 2022)
Changed paths:
M input-keys.c
M key-string.c
M menu.c
M popup.c
M server-client.c
M tmux.h
M tty-keys.c
Log Message:
-----------
Support more mouse buttons when the terminal sends them, GitHub issue
3055.
Commit: 722f395e61f1ded4d1d9506688f3240cff933435
https://github.com/tmux/tmux/commit/722f395e61f1ded4d1d9506688f3240cff933435
Author: Thomas Adam <[email protected]>
Date: 2022-02-16 (Wed, 16 Feb 2022)
Changed paths:
M input-keys.c
M key-string.c
M menu.c
M popup.c
M server-client.c
M tmux.h
M tty-keys.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: 818b2176ef52a13867905d3d3e0269dc1b4d6fb4
https://github.com/tmux/tmux/commit/818b2176ef52a13867905d3d3e0269dc1b4d6fb4
Author: nicm <nicm>
Date: 2022-02-17 (Thu, 17 Feb 2022)
Changed paths:
M options-table.c
M resize.c
Log Message:
-----------
Add a window-resized hook which is fired when the window is actually
resized which may be later than the client resize, GitHub issue 2995.
Commit: 88d9a8fc053a6653c78211690e5796c601bdba01
https://github.com/tmux/tmux/commit/88d9a8fc053a6653c78211690e5796c601bdba01
Author: Thomas Adam <[email protected]>
Date: 2022-02-17 (Thu, 17 Feb 2022)
Changed paths:
M options-table.c
M resize.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: a9b880921dce2836611873a4ec85e9425dc08b40
https://github.com/tmux/tmux/commit/a9b880921dce2836611873a4ec85e9425dc08b40
Author: nicm <nicm>
Date: 2022-02-22 (Tue, 22 Feb 2022)
Changed paths:
M popup.c
Log Message:
-----------
Use correct size for screen when popup is created without borders.
Commit: 0fd01f8873ccae655b0f997ca0dc46c42ebe399d
https://github.com/tmux/tmux/commit/0fd01f8873ccae655b0f997ca0dc46c42ebe399d
Author: nicm <nicm>
Date: 2022-02-22 (Tue, 22 Feb 2022)
Changed paths:
M format-draw.c
Log Message:
-----------
Initialize copy_width before adjusting it, GitHub issue 3079.
Commit: fa71e9a07911715da596d618fe045943337c596b
https://github.com/tmux/tmux/commit/fa71e9a07911715da596d618fe045943337c596b
Author: nicm <nicm>
Date: 2022-02-22 (Tue, 22 Feb 2022)
Changed paths:
M format.c
M session.c
M tmux.1
M tmux.h
Log Message:
-----------
Add next_session_id format with the next session ID, GitHub issue 3078.
Commit: d54b18ca2bb1383b120e920412e1a7340c4b1416
https://github.com/tmux/tmux/commit/d54b18ca2bb1383b120e920412e1a7340c4b1416
Author: nicm <nicm>
Date: 2022-02-22 (Tue, 22 Feb 2022)
Changed paths:
M session.c
Log Message:
-----------
Do not attempt to update focus (and crash) when there is no previous window.
Commit: 2be54886932e6214dfd67ba0b6d8c21fdaff4409
https://github.com/tmux/tmux/commit/2be54886932e6214dfd67ba0b6d8c21fdaff4409
Author: Thomas Adam <[email protected]>
Date: 2022-02-22 (Tue, 22 Feb 2022)
Changed paths:
M format-draw.c
M format.c
M popup.c
M session.c
M tmux.1
M tmux.h
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: dc0746946eb4f64b8512da6d981e7d71aa56e9f4
https://github.com/tmux/tmux/commit/dc0746946eb4f64b8512da6d981e7d71aa56e9f4
Author: Thomas Adam <[email protected]>
Date: 2022-02-22 (Tue, 22 Feb 2022)
Changed paths:
M session.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: e8d6d53a7b4af435806fefa5c9f6cef4387f3451
https://github.com/tmux/tmux/commit/e8d6d53a7b4af435806fefa5c9f6cef4387f3451
Author: deraadt <deraadt>
Date: 2022-02-22 (Tue, 22 Feb 2022)
Changed paths:
M procname.c
Log Message:
-----------
MAXCOMLEN is no longer needed in these programs, so remove the annotation
from sys/param.h include lines, or remove the include lines entirely if
it this was the least requirement.
ok millert
Commit: 60688afe9ce31b8ee9dc3339d4e06bf12e6391fe
https://github.com/tmux/tmux/commit/60688afe9ce31b8ee9dc3339d4e06bf12e6391fe
Author: Thomas Adam <[email protected]>
Date: 2022-02-22 (Tue, 22 Feb 2022)
Changed paths:
M osdep-openbsd.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: 2e59ff2db95d573f56237776a10314b412721491
https://github.com/tmux/tmux/commit/2e59ff2db95d573f56237776a10314b412721491
Author: nicm <nicm>
Date: 2022-02-28 (Mon, 28 Feb 2022)
Changed paths:
M input-keys.c
Log Message:
-----------
Map control keys back to an ASCII uppercase letter when passing them on
as extended keys.
Commit: 2da096d828f2b02f9d7fc329474f98aa6740328b
https://github.com/tmux/tmux/commit/2da096d828f2b02f9d7fc329474f98aa6740328b
Author: nicm <nicm>
Date: 2022-02-28 (Mon, 28 Feb 2022)
Changed paths:
M client.c
Log Message:
-----------
Exit on SIGHUP before attach also, GitHub issue 3084.
Commit: 27501957099977ebd642e17a0d5a15d10f6ab8ce
https://github.com/tmux/tmux/commit/27501957099977ebd642e17a0d5a15d10f6ab8ce
Author: Thomas Adam <[email protected]>
Date: 2022-02-28 (Mon, 28 Feb 2022)
Changed paths:
M input-keys.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: 649685ff6dde9959c1c63e30a3e0cababd5ebb67
https://github.com/tmux/tmux/commit/649685ff6dde9959c1c63e30a3e0cababd5ebb67
Author: Thomas Adam <[email protected]>
Date: 2022-02-28 (Mon, 28 Feb 2022)
Changed paths:
M client.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: 047c011a1524a2d699da098ac423ef16f8a11bd6
https://github.com/tmux/tmux/commit/047c011a1524a2d699da098ac423ef16f8a11bd6
Author: topcat001 <[email protected]>
Date: 2022-02-28 (Mon, 28 Feb 2022)
Changed paths:
M osdep-openbsd.c
Log Message:
-----------
Use PATH_MAX instead of MAXPATHLEN.
Commit: cd9a81e24239d9373723c6ea66698be2cbbc8fb1
https://github.com/tmux/tmux/commit/cd9a81e24239d9373723c6ea66698be2cbbc8fb1
Author: Anindya Mukherjee <[email protected]>
Date: 2022-02-28 (Mon, 28 Feb 2022)
Changed paths:
M osdep-openbsd.c
Log Message:
-----------
Merge pull request #3093 from topcat001/pathfix
Use PATH_MAX instead of MAXPATHLEN.
Commit: f39a71aaade384d47917349f9d0b8dd709e8262e
https://github.com/tmux/tmux/commit/f39a71aaade384d47917349f9d0b8dd709e8262e
Author: nicm <nicm>
Date: 2022-03-01 (Tue, 01 Mar 2022)
Changed paths:
M input-keys.c
Log Message:
-----------
Don't convert codes for special keys (Tab, Enter, Escape).
Commit: bf14bf6259a03d83502e281a34d88296faaa02dc
https://github.com/tmux/tmux/commit/bf14bf6259a03d83502e281a34d88296faaa02dc
Author: Thomas Adam <[email protected]>
Date: 2022-03-01 (Tue, 01 Mar 2022)
Changed paths:
M input-keys.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: 7d4224f2073ca4111968573e35997b65a0d5787a
https://github.com/tmux/tmux/commit/7d4224f2073ca4111968573e35997b65a0d5787a
Author: nicm <nicm>
Date: 2022-03-03 (Thu, 03 Mar 2022)
Changed paths:
M arguments.c
Log Message:
-----------
Allow optional arguments.
Commit: f84f1c0cfe5dcad99105e94955bdf1f104c0f14c
https://github.com/tmux/tmux/commit/f84f1c0cfe5dcad99105e94955bdf1f104c0f14c
Author: Thomas Adam <[email protected]>
Date: 2022-03-03 (Thu, 03 Mar 2022)
Changed paths:
M arguments.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: a731b1a9162bfa8157c474d411a4d0d6f131439d
https://github.com/tmux/tmux/commit/a731b1a9162bfa8157c474d411a4d0d6f131439d
Author: nicm <nicm>
Date: 2022-03-07 (Mon, 07 Mar 2022)
Changed paths:
M status.c
Log Message:
-----------
Pass client when adding menu item, GitHub issue 3103.
Commit: 7eff2fe780575e92e170bfced338d58655a4344d
https://github.com/tmux/tmux/commit/7eff2fe780575e92e170bfced338d58655a4344d
Author: Thomas Adam <[email protected]>
Date: 2022-03-07 (Mon, 07 Mar 2022)
Changed paths:
M status.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: 54d22497166de02d50b93e922d762698fb82d25b
https://github.com/tmux/tmux/commit/54d22497166de02d50b93e922d762698fb82d25b
Author: Nicholas Marriott <[email protected]>
Date: 2022-03-07 (Mon, 07 Mar 2022)
Changed paths:
M osdep-netbsd.c
Log Message:
-----------
Remove unnecessary declarations.
Commit: afd9b68d102fc4a7614885267e99299247a031d8
https://github.com/tmux/tmux/commit/afd9b68d102fc4a7614885267e99299247a031d8
Author: Nicholas Marriott <[email protected]>
Date: 2022-03-08 (Tue, 08 Mar 2022)
Changed paths:
A compat/getpeereid.c
M configure.ac
Log Message:
-----------
Add getpeerid compat.
Commit: 9ed1226a66ee7e097ef858f7bc4b992fbcda2dc7
https://github.com/tmux/tmux/commit/9ed1226a66ee7e097ef858f7bc4b992fbcda2dc7
Author: Nicholas Marriott <[email protected]>
Date: 2022-03-08 (Tue, 08 Mar 2022)
Changed paths:
M compat.h
Log Message:
-----------
Need a declaration for getpeereid also.
Commit: 98cd8e4cad3afbc542de665e9d025d12b560bc6b
https://github.com/tmux/tmux/commit/98cd8e4cad3afbc542de665e9d025d12b560bc6b
Author: nicm <nicm>
Date: 2022-03-08 (Tue, 08 Mar 2022)
Changed paths:
M cmd-list-clients.c
M format.c
M proc.c
Log Message:
-----------
Add formats for client and server UID and user (for multiuser setups).
Commit: 04952f15df1bc81d1878833533d344a6b1d1326c
https://github.com/tmux/tmux/commit/04952f15df1bc81d1878833533d344a6b1d1326c
Author: Nicholas Marriott <[email protected]>
Date: 2022-03-08 (Tue, 08 Mar 2022)
Changed paths:
M compat/getpeereid.c
M configure.ac
Log Message:
-----------
Use getpeerucred if available (not tested).
Commit: ad9b8059836d424f70a8579d28e28e0186cdbaa6
https://github.com/tmux/tmux/commit/ad9b8059836d424f70a8579d28e28e0186cdbaa6
Author: nicm <nicm>
Date: 2022-03-08 (Tue, 08 Mar 2022)
Changed paths:
M cmd-refresh-client.c
M input.c
M server-client.c
M tmux.1
M tmux.h
M tty-keys.c
M tty.c
Log Message:
-----------
Add argument to refresh-client -l to forward clipboard to a pane. GitHub
issue 3068.
Commit: 2fb6089e81e2bb9230cf802dbb1e7b24ab5e3054
https://github.com/tmux/tmux/commit/2fb6089e81e2bb9230cf802dbb1e7b24ab5e3054
Author: Thomas Adam <[email protected]>
Date: 2022-03-08 (Tue, 08 Mar 2022)
Changed paths:
M cmd-list-clients.c
M cmd-refresh-client.c
M format.c
M input.c
M proc.c
M server-client.c
M tmux.1
M tmux.h
M tty-keys.c
M tty.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: a3d920930bf77cafa5260e25584dd3ba1d26f9cb
https://github.com/tmux/tmux/commit/a3d920930bf77cafa5260e25584dd3ba1d26f9cb
Author: nicm <nicm>
Date: 2022-03-08 (Tue, 08 Mar 2022)
Changed paths:
M format.c
M options-table.c
M server-fn.c
M tmux.1
M tmux.h
Log Message:
-----------
Add remain-on-exit-format to set text shown when pane is dead.
Commit: 25337ac102b42b0cb44eb5708367345f3a8a5312
https://github.com/tmux/tmux/commit/25337ac102b42b0cb44eb5708367345f3a8a5312
Author: Thomas Adam <[email protected]>
Date: 2022-03-08 (Tue, 08 Mar 2022)
Changed paths:
M format.c
M options-table.c
M server-fn.c
M tmux.1
M tmux.h
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: cf217fa6181013bb70f77d6a50565e086205c5f4
https://github.com/tmux/tmux/commit/cf217fa6181013bb70f77d6a50565e086205c5f4
Author: nicm <nicm>
Date: 2022-03-08 (Tue, 08 Mar 2022)
Changed paths:
M notify.c
Log Message:
-----------
Fix user hooks (which are strings not arrays).
Commit: bfbe972225d10be7f6eaca22d88d90df4fae09c9
https://github.com/tmux/tmux/commit/bfbe972225d10be7f6eaca22d88d90df4fae09c9
Author: nicm <nicm>
Date: 2022-03-08 (Tue, 08 Mar 2022)
Changed paths:
M cmd-split-window.c
Log Message:
-----------
With -f use percentages of window size not pane size, GitHub issue 2866.
Commit: ee3f1d25d568a425420cf14ccba6a1b2a012f7dd
https://github.com/tmux/tmux/commit/ee3f1d25d568a425420cf14ccba6a1b2a012f7dd
Author: Thomas Adam <[email protected]>
Date: 2022-03-09 (Wed, 09 Mar 2022)
Changed paths:
M cmd-split-window.c
M notify.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: e6e737ac0bf9a5be729b5c71f3a582355432d041
https://github.com/tmux/tmux/commit/e6e737ac0bf9a5be729b5c71f3a582355432d041
Author: nicm <nicm>
Date: 2022-03-16 (Wed, 16 Mar 2022)
Changed paths:
M options-table.c
M options.c
M screen-redraw.c
M tmux.1
M tmux.h
M window.c
Log Message:
-----------
Add an option to set the character used for unused areas of the
terminal, GitHub issue 3110.
Commit: 5d4c3ef762d9073510518c24b40c1d8bf12e0b65
https://github.com/tmux/tmux/commit/5d4c3ef762d9073510518c24b40c1d8bf12e0b65
Author: Thomas Adam <[email protected]>
Date: 2022-03-16 (Wed, 16 Mar 2022)
Changed paths:
M options-table.c
M options.c
M screen-redraw.c
M tmux.1
M tmux.h
M window.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: 10d689e7354f789f951016f7f4d57a0c2d14e124
https://github.com/tmux/tmux/commit/10d689e7354f789f951016f7f4d57a0c2d14e124
Author: nicm <nicm>
Date: 2022-03-17 (Thu, 17 Mar 2022)
Changed paths:
M options-table.c
M screen-write.c
M tmux.1
Log Message:
-----------
Add an option (scroll-on-clear) to control if tmux scrolls into history
on clear, from Robert Lange in GitHub issue 3121.
Commit: 6a1706a62fb2442326cd37d84ff8b0d39bf0b7a6
https://github.com/tmux/tmux/commit/6a1706a62fb2442326cd37d84ff8b0d39bf0b7a6
Author: nicm <nicm>
Date: 2022-03-17 (Thu, 17 Mar 2022)
Changed paths:
M screen-write.c
Log Message:
-----------
Check scroll-on-clear for ED also.
Commit: 964deae422e4127a64f60fa3b54e2bf47b8e074c
https://github.com/tmux/tmux/commit/964deae422e4127a64f60fa3b54e2bf47b8e074c
Author: Thomas Adam <[email protected]>
Date: 2022-03-17 (Thu, 17 Mar 2022)
Changed paths:
M options-table.c
M screen-write.c
M tmux.1
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: 792d13af49f2550a9a8d11b0099528628957a1a0
https://github.com/tmux/tmux/commit/792d13af49f2550a9a8d11b0099528628957a1a0
Author: nicm <nicm>
Date: 2022-03-24 (Thu, 24 Mar 2022)
Changed paths:
M server-client.c
M tmux.1
M tmux.h
M tty-features.c
M tty-term.c
M tty.c
Log Message:
-----------
Add a capability for OSC 7 and use it similarly to how the title is set
(and controlled by the same set-titles option). GitHub issue 3127.
Commit: 5e491e79475425ca58316eac30a76038756a6499
https://github.com/tmux/tmux/commit/5e491e79475425ca58316eac30a76038756a6499
Author: Thomas Adam <[email protected]>
Date: 2022-03-24 (Thu, 24 Mar 2022)
Changed paths:
M server-client.c
M tmux.1
M tmux.h
M tty-features.c
M tty-term.c
M tty.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: 938130bc6925808681cbc003a392ccce2a4455c1
https://github.com/tmux/tmux/commit/938130bc6925808681cbc003a392ccce2a4455c1
Author: nicm <nicm>
Date: 2022-03-24 (Thu, 24 Mar 2022)
Changed paths:
M colour.c
M options-table.c
M window-customize.c
Log Message:
-----------
Add unit (milliseconds) to escape-time, show unset colours as "none"
rather than "invalid" and don't show the same text twice for user
options in customize mode.
Commit: b638886716bed43f081039e95aa1f38bfda83aff
https://github.com/tmux/tmux/commit/b638886716bed43f081039e95aa1f38bfda83aff
Author: Thomas Adam <[email protected]>
Date: 2022-03-24 (Thu, 24 Mar 2022)
Changed paths:
M colour.c
M options-table.c
M window-customize.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: 422fcd294a6de4ba940144ede9ebb86a9ab6e41f
https://github.com/tmux/tmux/commit/422fcd294a6de4ba940144ede9ebb86a9ab6e41f
Author: nicm <nicm>
Date: 2022-03-25 (Fri, 25 Mar 2022)
Changed paths:
M server.c
Log Message:
-----------
Fix exit message if creating socket fails.
Commit: d26a4ea463b96923bd93d95817f0fe78550c06ca
https://github.com/tmux/tmux/commit/d26a4ea463b96923bd93d95817f0fe78550c06ca
Author: Thomas Adam <[email protected]>
Date: 2022-03-25 (Fri, 25 Mar 2022)
Changed paths:
M server.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: 207b1bc385480cf453f2994a12f65706977b6c0f
https://github.com/tmux/tmux/commit/207b1bc385480cf453f2994a12f65706977b6c0f
Author: nicm <nicm>
Date: 2022-03-28 (Mon, 28 Mar 2022)
Changed paths:
M server.c
Log Message:
-----------
Report error if creating socket fails with -D.
Commit: fc7f1e7acb3539a43df46136e971f770515e0b0d
https://github.com/tmux/tmux/commit/fc7f1e7acb3539a43df46136e971f770515e0b0d
Author: Nicholas Marriott <[email protected]>
Date: 2022-03-28 (Mon, 28 Mar 2022)
Changed paths:
M Makefile.am
M compat.h
A compat/systemd.c
M configure.ac
M server.c
M tmux.h
Log Message:
-----------
Add support for systemd socket activation (where systemd creates the Unix
domain socket for tmux rather than tmux creating it). Build with
--enable-systemd. From Julien Moutinho in GitHub issue 3119.
Commit: ac16f2c641d3d16276f3a41b2aae26832ad5fd9c
https://github.com/tmux/tmux/commit/ac16f2c641d3d16276f3a41b2aae26832ad5fd9c
Author: Thomas Adam <[email protected]>
Date: 2022-03-28 (Mon, 28 Mar 2022)
Changed paths:
M server.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: ded695504faad8f5d6430731f0bcb9beb0e1430a
https://github.com/tmux/tmux/commit/ded695504faad8f5d6430731f0bcb9beb0e1430a
Author: nicm <nicm>
Date: 2022-03-30 (Wed, 30 Mar 2022)
Changed paths:
M grid.c
Log Message:
-----------
Capture up to used size not available size for each line.
Commit: fc82f2525c0c400b508a322c74de134e299ceb7b
https://github.com/tmux/tmux/commit/fc82f2525c0c400b508a322c74de134e299ceb7b
Author: Thomas Adam <[email protected]>
Date: 2022-03-30 (Wed, 30 Mar 2022)
Changed paths:
M grid.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: 2d9f4ca9a1368f47ddd6e121c9b1a7822884a31a
https://github.com/tmux/tmux/commit/2d9f4ca9a1368f47ddd6e121c9b1a7822884a31a
Author: naddy <naddy>
Date: 2022-03-31 (Thu, 31 Mar 2022)
Changed paths:
M tmux.1
Log Message:
-----------
man pages: add missing commas between subordinate and main clauses
jmc@ dislikes a comma before "then" in a conditional, so leave those
untouched.
ok jmc@
Commit: 87b248f3e86f7157baf69e5d9d458d1f2b4ceb7b
https://github.com/tmux/tmux/commit/87b248f3e86f7157baf69e5d9d458d1f2b4ceb7b
Author: Thomas Adam <[email protected]>
Date: 2022-03-31 (Thu, 31 Mar 2022)
Changed paths:
M tmux.1
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: 742c0634734e6b2840762e58b0bf27626b5ac24b
https://github.com/tmux/tmux/commit/742c0634734e6b2840762e58b0bf27626b5ac24b
Author: Nicholas Marriott <[email protected]>
Date: 2022-04-01 (Fri, 01 Apr 2022)
Changed paths:
M CHANGES
M Makefile.am
M arguments.c
M client.c
M cmd-list-clients.c
M cmd-refresh-client.c
M cmd-resize-pane.c
M cmd-show-options.c
M cmd-split-window.c
M colour.c
M compat.h
A compat/getpeereid.c
A compat/systemd.c
M configure.ac
M format-draw.c
M format.c
M grid.c
M input-keys.c
M input.c
M job.c
M key-bindings.c
M key-string.c
M menu.c
M mode-tree.c
M notify.c
M options-table.c
M options.c
M osdep-netbsd.c
M osdep-openbsd.c
M popup.c
M proc.c
M resize.c
M screen-redraw.c
M screen-write.c
M server-client.c
M server-fn.c
M server.c
M session.c
M sixel.c
M status.c
M tmux.1
M tmux.h
M tty-features.c
M tty-keys.c
M tty-term.c
M tty.c
M window-copy.c
M window-customize.c
M window.c
Log Message:
-----------
Merge branch 'master' into sixel
Compare: https://github.com/tmux/tmux/compare/906c92a5f458...742c0634734e
--
You received this message because you are subscribed to the Google Groups
"tmux-git" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web, visit
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/sixel/906c92-742c06%40github.com.