Branch: refs/heads/sixel-passthrough
Home: https://github.com/tmux/tmux
Commit: 08e426033ea255da65e81aaaee46d37ad1d0ff90
https://github.com/tmux/tmux/commit/08e426033ea255da65e81aaaee46d37ad1d0ff90
Author: kn <kn>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M tmux.1
Log Message:
-----------
Add tags for command aliases
Make ":tnew" work, i.e. bring the reader to the definition of the full
"new-window" command aliased as "new" just like ":tnew-window" would.
OK nicm
Commit: d411956a50f800da5d703906f76732997f61c532
https://github.com/tmux/tmux/commit/d411956a50f800da5d703906f76732997f61c532
Author: jmc <jmc>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M tmux.1
Log Message:
-----------
remove extra .El;
Commit: 5aa266356af57fc1da244b6faf4a5657cd70636c
https://github.com/tmux/tmux/commit/5aa266356af57fc1da244b6faf4a5657cd70636c
Author: nicm <nicm>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M cmd-display-menu.c
M cmd-if-shell.c
M cmd-run-shell.c
M format.c
M job.c
M popup.c
M tmux.1
M tmux.h
M window-copy.c
Log Message:
-----------
Add -e flag to set environment for popup, from Alexis Hildebrandt in
GitHub issue 2924.
Commit: ec0f67403417e584ca5adaabadefe1c14d883687
https://github.com/tmux/tmux/commit/ec0f67403417e584ca5adaabadefe1c14d883687
Author: nicm <nicm>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M menu.c
M popup.c
M screen-redraw.c
M server-client.c
M tmux.h
M tty.c
Log Message:
-----------
Make positions hidden by overlays range-based rather than character-based,
from Anindya Mukherjee.
Commit: 852036c99647d0468e9c630a12019c21646db779
https://github.com/tmux/tmux/commit/852036c99647d0468e9c630a12019c21646db779
Author: nicm <nicm>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M mode-tree.c
M options-table.c
M popup.c
M screen-write.c
M tmux.1
M tmux.h
M window-tree.c
Log Message:
-----------
Add popup-style and popup-border-style options, from Alexis Hildebrandt
in GitHub issue 2927.
Commit: 278090ef1194a6c357ed5a71bed26dda5ce5b1e4
https://github.com/tmux/tmux/commit/278090ef1194a6c357ed5a71bed26dda5ce5b1e4
Author: nicm <nicm>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M tty.c
Log Message:
-----------
When checking ranges in tty_cmd_cells, cannot use the tty cursor
position and tty_cursor because it may be at the final invisible cursor
position on automargin terminals. The text to be drawn is confined to
the pane, so use the pane cursor position for the checks instead. Fix
from Anindya Mukherjee, redraw problem reported by naddy@.
Commit: ef1abf82b71cd5b3d452b349b9d809e57b5d8d50
https://github.com/tmux/tmux/commit/ef1abf82b71cd5b3d452b349b9d809e57b5d8d50
Author: nicm <nicm>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M cmd-display-menu.c
M mode-tree.c
M options-table.c
M options.c
M popup.c
M screen-redraw.c
M screen-write.c
M tmux.1
M tmux.h
M tty-acs.c
M window-tree.c
Log Message:
-----------
Add popup-border-lines option to set popup line style, from Alexis
Hildebrandt, GitHub issue 2930.
Commit: fb4b02130ed703a4e66bcb48f69d596cd7804209
https://github.com/tmux/tmux/commit/fb4b02130ed703a4e66bcb48f69d596cd7804209
Author: nicm <nicm>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M cmd-send-keys.c
Log Message:
-----------
Do not send any key if -N flag is given even if no other arguments,
fixes problem with repeat in copy mode reported by tb@.
Commit: bfd9b5becf93e0615d661667785b655d618d1d72
https://github.com/tmux/tmux/commit/bfd9b5becf93e0615d661667785b655d618d1d72
Author: nicm <nicm>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M tmux.1
Log Message:
-----------
Remove duplicate options, spotted by Ricky Cintron.
Commit: 5ac66959cbb93c38013559a71b703dcee1828ab5
https://github.com/tmux/tmux/commit/5ac66959cbb93c38013559a71b703dcee1828ab5
Author: nicm <nicm>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M tty-acs.c
Log Message:
-----------
Spacing fixes from Alexis Hildebrandt.
Commit: 09ea8bcf5f40c43e3e46ecd63600354a356f6c3a
https://github.com/tmux/tmux/commit/09ea8bcf5f40c43e3e46ecd63600354a356f6c3a
Author: nicm <nicm>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M menu.c
Log Message:
-----------
Fix menu width containing disabled items, from Alexis Hildebrandt in
GitHub issue 2935.
Commit: 8164b850291d7fcc4c22185807f0eed940d82567
https://github.com/tmux/tmux/commit/8164b850291d7fcc4c22185807f0eed940d82567
Author: nicm <nicm>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M cmd-send-keys.c
Log Message:
-----------
Same as -N, don't send if 0 arguments and -R.
Commit: eda770e5c8e8b63401affab82f7293153a7ece0f
https://github.com/tmux/tmux/commit/eda770e5c8e8b63401affab82f7293153a7ece0f
Author: nicm <nicm>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M cmd-display-menu.c
M mode-tree.c
M screen-write.c
M tmux.1
M tmux.h
M window-tree.c
Log Message:
-----------
Add -T to set a popup title, from Alexis Hildebrandt in GitHub issue 2941.
Commit: 09601e5575c15062521ebf61bcf4d5439be44d7b
https://github.com/tmux/tmux/commit/09601e5575c15062521ebf61bcf4d5439be44d7b
Author: nicm <nicm>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M popup.c
Log Message:
-----------
Remove a TODO comment.
Commit: 58695422b655ec38510ffd6a92b49362ab49bdbf
https://github.com/tmux/tmux/commit/58695422b655ec38510ffd6a92b49362ab49bdbf
Author: nicm <nicm>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M cmd-show-options.c
Log Message:
-----------
Show error if user option doesn't exist, GitHub issue 2938.
Commit: e2c17d1cdf31986a941807951395674825348cc0
https://github.com/tmux/tmux/commit/e2c17d1cdf31986a941807951395674825348cc0
Author: nicm <nicm>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M tty-keys.c
Log Message:
-----------
Correctly adjust the end pointer for a two character terminator before
decoding OSC 52 response, from Daniel Ekloef in GitHub issue 2942.
Commit: 3af2dfaa796da764c30638185eea618c5a4f70bd
https://github.com/tmux/tmux/commit/3af2dfaa796da764c30638185eea618c5a4f70bd
Author: nicm <nicm>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M menu.c
Log Message:
-----------
Remove key and trim text if menu cannot fit in available space, based on
a change from Alexis Hildebrandt.
Commit: fd6260b595f70a12694497834c1a7eb36866569f
https://github.com/tmux/tmux/commit/fd6260b595f70a12694497834c1a7eb36866569f
Author: deraadt <deraadt>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M cmd-pipe-pane.c
M job.c
Log Message:
-----------
For open/openat, if the flags parameter does not contain O_CREAT, the
3rd (variadic) mode_t parameter is irrelevant. Many developers in the past
have passed mode_t (0, 044, 0644, or such), which might lead future people
to copy this broken idiom, and perhaps even believe this parameter has some
meaning or implication or application. Delete them all.
This comes out of a conversation where tb@ noticed that a strange (but
intentional) pledge behaviour is to always knock-out high-bits from
mode_t on a number of system calls as a safety factor, and his bewilderment
that this appeared to be happening against valid modes (at least visually),
but no sorry, they are all irrelevant junk. They could all be 0xdeafbeef.
ok millert
Commit: e29154a04713689fdc9a87cc83eaa616231a1190
https://github.com/tmux/tmux/commit/e29154a04713689fdc9a87cc83eaa616231a1190
Author: nicm <nicm>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M popup.c
M screen-write.c
M tty.c
Log Message:
-----------
Instead of setting the popup default colours in the draw callback, set
it up in popup_display and follow the same routine as panes in the draw
and init_ctx callbacks - use the palette if the option value is default.
Allows application-set fg and bg to work in panes again.
Commit: 182e31e83d7411e534f30361a0475be832625be3
https://github.com/tmux/tmux/commit/182e31e83d7411e534f30361a0475be832625be3
Author: nicm <nicm>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M cmd-display-menu.c
M popup.c
M screen-write.c
M tmux.1
M tmux.h
Log Message:
-----------
Add -s and -S to display-popup to set popup and border style, from
Alexis Hildebrandt in GitHub issue 2931.
Commit: d1c2c3b4c616e094140f02c7d14aab5fae61b6ad
https://github.com/tmux/tmux/commit/d1c2c3b4c616e094140f02c7d14aab5fae61b6ad
Author: nicm <nicm>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M tmux.1
Log Message:
-----------
Missing Pp, from Alexis Hildebrandt.
Commit: 01f16c7e3014c51101dc104abc2bd3f09eedd420
https://github.com/tmux/tmux/commit/01f16c7e3014c51101dc104abc2bd3f09eedd420
Author: nicm <nicm>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M colour.c
M format.c
M tmux.1
M tmux.h
Log Message:
-----------
Add a way to force a colour to RGB and a format to display it.
Commit: 19ef80820554731cb16f368b8872a4543b804b7f
https://github.com/tmux/tmux/commit/19ef80820554731cb16f368b8872a4543b804b7f
Author: nicm <nicm>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M format-draw.c
M mode-tree.c
M screen-redraw.c
M screen-write.c
M tmux.h
Log Message:
-----------
Do not allow inline styles to replace mode-style for the selected item,
from Alexis Hildebrandt in GitHub issue 2946.
Commit: 8dc0619b83cb79e1e9b867261cd34799d44c7a64
https://github.com/tmux/tmux/commit/8dc0619b83cb79e1e9b867261cd34799d44c7a64
Author: nicm <nicm>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M status.c
Log Message:
-----------
Accept some emacs control keys in vi normal mode, from Alexis
Hildebrandt in GitHub issue 2922.
Commit: f2bf7017ecb7e966561555bb6861a57746d489fd
https://github.com/tmux/tmux/commit/f2bf7017ecb7e966561555bb6861a57746d489fd
Author: nicm <nicm>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M cmd-confirm-before.c
Log Message:
-----------
Expand command as a format, GitHub issue 2920.
Commit: 80e5421d903db1f5040fd54762aeec9d8d6a1ff4
https://github.com/tmux/tmux/commit/80e5421d903db1f5040fd54762aeec9d8d6a1ff4
Author: nicm <nicm>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M server-client.c
M tmux.h
Log Message:
-----------
Allow detach even if suspend flag set, GitHub issue 2932.
Commit: c18f529cbf7843024a2451ec511b584e8236c709
https://github.com/tmux/tmux/commit/c18f529cbf7843024a2451ec511b584e8236c709
Author: nicm <nicm>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M tty.c
Log Message:
-----------
Do not force the cursor to move if it is in the automargin space at EOL
and that is where we want it to be, GitHub issue 2956.
Commit: 83c0d10bdd37c60caa7c76cc2c2e74a757bcdd94
https://github.com/tmux/tmux/commit/83c0d10bdd37c60caa7c76cc2c2e74a757bcdd94
Author: Nicholas Marriott <[email protected]>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M tools/ansicode.txt
Log Message:
-----------
Spelling, from someone in GitHub issue 2958.
Commit: bee5ece8d28749531944bb6397a7c9e4556c6015
https://github.com/tmux/tmux/commit/bee5ece8d28749531944bb6397a7c9e4556c6015
Author: nicm <nicm>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M colour.c
M status.c
Log Message:
-----------
Fix a comparison, from Ben Boeckel, and a crash when opening completion
menu, from Anindya Mukherjee.
Commit: 0cbb61f528e29bce5249753bfc50d88b83bc60ba
https://github.com/tmux/tmux/commit/0cbb61f528e29bce5249753bfc50d88b83bc60ba
Author: nicm <nicm>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M input.c
M options-table.c
M options.c
M screen.c
M tmux.1
M tmux.h
M tty.c
Log Message:
-----------
Add a cursor-colour option, from Alexis Hildebrandt in GitHub issue
2959.
Commit: 3bbfc5e68c22b6f65528598972ad3c17dca3be5f
https://github.com/tmux/tmux/commit/3bbfc5e68c22b6f65528598972ad3c17dca3be5f
Author: nicm <nicm>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M arguments.c
Log Message:
-----------
fatalx on unknown enum members in a couple of places, from Ben Boeckel.
Commit: 03e97389ba3478a403901ee10c1a0a42a68de12a
https://github.com/tmux/tmux/commit/03e97389ba3478a403901ee10c1a0a42a68de12a
Author: nicm <nicm>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M input.c
M options-table.c
M options.c
M screen.c
M tmux.1
M tmux.h
M tty.c
Log Message:
-----------
Add a cursor-style option, from Alexis Hildebrandt in GitHub issue 2960.
Commit: cb9bc03dfc06acd48de0d554a3c503be6e4cbd0c
https://github.com/tmux/tmux/commit/cb9bc03dfc06acd48de0d554a3c503be6e4cbd0c
Author: Nicholas Marriott <[email protected]>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M .github/CONTRIBUTING.md
M .github/README.md
M README
M README.ja
Log Message:
-----------
OS X -> macOS, from J Lewis Muir.
Commit: ec5c362a2d08f28b89b002a3225030e6ae1d0864
https://github.com/tmux/tmux/commit/ec5c362a2d08f28b89b002a3225030e6ae1d0864
Author: Nicholas Marriott <[email protected]>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M utf8.c
Log Message:
-----------
Remove fallback for wcwidth failure, GitHub issue 3003.
Commit: 1dd23258ca55d9fac2977266b077c6b92fc7ed87
https://github.com/tmux/tmux/commit/1dd23258ca55d9fac2977266b077c6b92fc7ed87
Author: kn <kn>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M tmux.1
Log Message:
-----------
Fix mandoc HTML rendering for command aliases
Replace hand-rolled parentheses with the proper mdoc(7) macro,
otherwise the closing ")" ends up inside the command description.
Reported by Josh Rickmar, thanks!
Commit: 538fb73eee1ea58816ec05d395d4c6706befcb10
https://github.com/tmux/tmux/commit/538fb73eee1ea58816ec05d395d4c6706befcb10
Author: nicm <nicm>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M menu.c
M tmux.1
Log Message:
-----------
If trimming menu item text, show key if it would take up less than a
quarter of the space; from Alexis Hildebrandt.
Also new sentence, new line in tmux.1, from jmc.
Commit: 0c2864aeae41f2ae6fa941cbbc8f6bb2b266f6d5
https://github.com/tmux/tmux/commit/0c2864aeae41f2ae6fa941cbbc8f6bb2b266f6d5
Author: nicm <nicm>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M input.c
Log Message:
-----------
If automatic-rename is off, allow the escape sequence to set an empty
window name, GitHub issue 2964.
Commit: 41f169363e8e84e4169cbf67f26cc3a91eacfb41
https://github.com/tmux/tmux/commit/41f169363e8e84e4169cbf67f26cc3a91eacfb41
Author: nicm <nicm>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M mode-tree.c
M server-client.c
M status.c
M tmux.h
Log Message:
-----------
Leave the hardware cursor at the position of the selected line in choose
modes and current editing position and at the command prompt. It is
invisible but this is helpful for people using screen readers. GitHub
issue 2970.
Commit: c184d24a406922ab3b4fddd266b4bfffcf4d881e
https://github.com/tmux/tmux/commit/c184d24a406922ab3b4fddd266b4bfffcf4d881e
Author: nicm <nicm>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M window-customize.c
Log Message:
-----------
Fix user option lookup ordering.
Commit: dbcd4acacdd63bf4964795ae04069c2983201220
https://github.com/tmux/tmux/commit/dbcd4acacdd63bf4964795ae04069c2983201220
Author: nicm <nicm>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M tty.c
Log Message:
-----------
Bump response timer to three seconds, GitHub issue 2984.
Commit: b3dd51df05f3dde15be709719b5a58963c761cd0
https://github.com/tmux/tmux/commit/b3dd51df05f3dde15be709719b5a58963c761cd0
Author: nicm <nicm>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M resize.c
M tty.c
Log Message:
-----------
Do not dereference NULL window when resizing client, GitHub issue 2982.
Commit: eeb5a8d5f22e65ef8386d6fc6460a12aaa0e2e35
https://github.com/tmux/tmux/commit/eeb5a8d5f22e65ef8386d6fc6460a12aaa0e2e35
Author: nicm <nicm>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M mode-tree.c
Log Message:
-----------
Fix g/G keys to be in line with copy mode.
Commit: c255526a68ef8d764888d1ec7eb6ac3a7873579e
https://github.com/tmux/tmux/commit/c255526a68ef8d764888d1ec7eb6ac3a7873579e
Author: deraadt <deraadt>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M osdep-openbsd.c
Log Message:
-----------
Use PATH_MAX (the standard name) rather than MAXPATHLEN (from BSD sys/param.h)
Commit: 979638d903ec865ea07f8e3b4223850b9fd83714
https://github.com/tmux/tmux/commit/979638d903ec865ea07f8e3b4223850b9fd83714
Author: deraadt <deraadt>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M osdep-openbsd.c
Log Message:
-----------
sys/signal.h (or some master include) must happen before sys/proc.h, which
is not standalone.
This problem is being hidden by a sys/param.h which cannot be deleted yet.
Commit: 9a97d84b4094c132e18e50270d6df2aeb71011b1
https://github.com/tmux/tmux/commit/9a97d84b4094c132e18e50270d6df2aeb71011b1
Author: nicm <nicm>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M input.c
Log Message:
-----------
Respond to OSC 4 query.
Commit: 639c0356204f97d861cff6f417d9e590e1786eba
https://github.com/tmux/tmux/commit/639c0356204f97d861cff6f417d9e590e1786eba
Author: Nicholas Marriott <[email protected]>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M osdep-openbsd.c
Log Message:
-----------
Merge problem.
Compare: https://github.com/tmux/tmux/compare/82849607bc1f...639c0356204f
--
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-passthrough/828496-639c03%40github.com.