Branch: refs/heads/3.2-rc
Home: https://github.com/tmux/tmux
Commit: e8224fb0d123ca9042b0703a35e1a33f0787d327
https://github.com/tmux/tmux/commit/e8224fb0d123ca9042b0703a35e1a33f0787d327
Author: nicm <nicm>
Date: 2021-03-12 (Fri, 12 Mar 2021)
Changed paths:
M screen.c
M tty.c
Log Message:
-----------
Fix so tmux correctly sends the cvvis (cursor very visible) capability
rather than sending it and then immediately undoing it with cnorm. Also
turn it off when the cursor shape is changed like xterm.
Commit: 7019937b52488a726b85c5cdfc4616532fd620d1
https://github.com/tmux/tmux/commit/7019937b52488a726b85c5cdfc4616532fd620d1
Author: Thomas Adam <[email protected]>
Date: 2021-03-12 (Fri, 12 Mar 2021)
Changed paths:
M screen.c
M tty.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: 9017af23556abdc31ba37c925adf6e0f1bb12671
https://github.com/tmux/tmux/commit/9017af23556abdc31ba37c925adf6e0f1bb12671
Author: nicm <nicm>
Date: 2021-03-15 (Mon, 15 Mar 2021)
Changed paths:
M cmd-run-shell.c
Log Message:
-----------
Do not crash if there is no item to show command error, from Anindya
Mukherjee.
Commit: 60bb8fa86d040c671cc9f8e4df788b3b7116d8b3
https://github.com/tmux/tmux/commit/60bb8fa86d040c671cc9f8e4df788b3b7116d8b3
Author: Thomas Adam <[email protected]>
Date: 2021-03-15 (Mon, 15 Mar 2021)
Changed paths:
M cmd-run-shell.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: 8b800b41c98c37a270cea61e57d1f2702fd75293
https://github.com/tmux/tmux/commit/8b800b41c98c37a270cea61e57d1f2702fd75293
Author: nicm <nicm>
Date: 2021-03-16 (Tue, 16 Mar 2021)
Changed paths:
M control-notify.c
M notify.c
M tmux.1
M tmux.h
Log Message:
-----------
Add client-detached notification in control mode, from Mohsin Kaleem.
Commit: be568ea3b21b88763d2cc274bdec3a476136de2f
https://github.com/tmux/tmux/commit/be568ea3b21b88763d2cc274bdec3a476136de2f
Author: Thomas Adam <[email protected]>
Date: 2021-03-16 (Tue, 16 Mar 2021)
Changed paths:
M control-notify.c
M notify.c
M tmux.1
M tmux.h
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: 4208641de7045299a10f51209bec4623cbea6744
https://github.com/tmux/tmux/commit/4208641de7045299a10f51209bec4623cbea6744
Author: Nicholas Marriott <[email protected]>
Date: 2021-03-28 (Sun, 28 Mar 2021)
Changed paths:
M proc.c
Log Message:
-----------
Remove queue.h, from Simon Holesch.
Commit: a4b9b5a1e5326b4ac4dfb439627b735d831b8992
https://github.com/tmux/tmux/commit/a4b9b5a1e5326b4ac4dfb439627b735d831b8992
Author: nicm <nicm>
Date: 2021-03-31 (Wed, 31 Mar 2021)
Changed paths:
M log.c
Log Message:
-----------
Do not exit if cannot write to normal log file, GitHub issue 2630.
Commit: 8f5ff4bf6676f1220bd9365b1d5b8ec8f58c93d7
https://github.com/tmux/tmux/commit/8f5ff4bf6676f1220bd9365b1d5b8ec8f58c93d7
Author: Thomas Adam <[email protected]>
Date: 2021-03-31 (Wed, 31 Mar 2021)
Changed paths:
M log.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: 6c98f222e90468106533d5c78a2acb0a5f5876d7
https://github.com/tmux/tmux/commit/6c98f222e90468106533d5c78a2acb0a5f5876d7
Author: nicm <nicm>
Date: 2021-04-01 (Thu, 01 Apr 2021)
Changed paths:
M tmux.1
Log Message:
-----------
Missing commas, from Vipul Kumar.
Commit: 28cd956729c13f8f66e26d438592df9c9930e7b8
https://github.com/tmux/tmux/commit/28cd956729c13f8f66e26d438592df9c9930e7b8
Author: nicm <nicm>
Date: 2021-04-01 (Thu, 01 Apr 2021)
Changed paths:
M window-copy.c
Log Message:
-----------
Change search-again with vi keys to work like actual vi(1), also some
other fixes. From Aaron Jensen with help from Anindya Mukherjee.
Commit: b307fc8cd5de31fc7038c9899328ca620f85c25a
https://github.com/tmux/tmux/commit/b307fc8cd5de31fc7038c9899328ca620f85c25a
Author: Thomas Adam <[email protected]>
Date: 2021-04-01 (Thu, 01 Apr 2021)
Changed paths:
M tmux.1
M window-copy.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: 5900b164a47689620db962e69f6d040bb82885b0
https://github.com/tmux/tmux/commit/5900b164a47689620db962e69f6d040bb82885b0
Author: nicm <nicm>
Date: 2021-04-05 (Mon, 05 Apr 2021)
Changed paths:
M grid-reader.c
M tmux.h
M window-copy.c
Log Message:
-----------
Fix a couple of edge cases with the jump-back-xxx commands, and also
update back-to-indentation to use grid_reader, thereby fixing line
wrapping issues. From Anindya Mukherjee, GitHub issue 2633.
Commit: 22ccae1c9db19c610ea78052b221ad1e1876bf69
https://github.com/tmux/tmux/commit/22ccae1c9db19c610ea78052b221ad1e1876bf69
Author: Thomas Adam <[email protected]>
Date: 2021-04-05 (Mon, 05 Apr 2021)
Changed paths:
M grid-reader.c
M tmux.h
M window-copy.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: 10470cea67eeb2ff34acbb37aac292bc6468ba07
https://github.com/tmux/tmux/commit/10470cea67eeb2ff34acbb37aac292bc6468ba07
Author: nicm <nicm>
Date: 2021-04-05 (Mon, 05 Apr 2021)
Changed paths:
M server-client.c
Log Message:
-----------
Move client-detached into server_client_lost so it is fired even if a
client is closed unexpectedly.
Commit: db97bef60b881ca42b0296e56d685ac67e7e7a15
https://github.com/tmux/tmux/commit/db97bef60b881ca42b0296e56d685ac67e7e7a15
Author: Thomas Adam <[email protected]>
Date: 2021-04-05 (Mon, 05 Apr 2021)
Changed paths:
M server-client.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: ba999966768b3ede648a361dd9b17ca81bdda173
https://github.com/tmux/tmux/commit/ba999966768b3ede648a361dd9b17ca81bdda173
Author: nicm <nicm>
Date: 2021-04-07 (Wed, 07 Apr 2021)
Changed paths:
M key-string.c
M tty-keys.c
Log Message:
-----------
Fixes for extended keys: 1) allow C-x and C-X to be bound separately
since some terminals report them differently 2) use the "backspace"
option to translate backspace 3) map ctrl which are have the ctrl
implied (such as C-x) properly when the terminal reports both the key
and the modifier.
Note that any key bindings for C-X where C-x is meant must now be
changed.
Commit: 998a6b0aea560a3c43c23b38b039e9f77d067fe3
https://github.com/tmux/tmux/commit/998a6b0aea560a3c43c23b38b039e9f77d067fe3
Author: Thomas Adam <[email protected]>
Date: 2021-04-07 (Wed, 07 Apr 2021)
Changed paths:
M key-string.c
M tty-keys.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: 1ac47400d296ad3a56e9740f9249175bb59953d5
https://github.com/tmux/tmux/commit/1ac47400d296ad3a56e9740f9249175bb59953d5
Author: nicm <nicm>
Date: 2021-04-07 (Wed, 07 Apr 2021)
Changed paths:
M cmd-display-message.c
Log Message:
-----------
When display-message used in config file, show the message after the
config file finishes. GitHub issue 2637.
Commit: 71fc9f3ee8753a2bb163c85c784936a8d6d3e0ac
https://github.com/tmux/tmux/commit/71fc9f3ee8753a2bb163c85c784936a8d6d3e0ac
Author: nicm <nicm>
Date: 2021-04-07 (Wed, 07 Apr 2021)
Changed paths:
M cfg.c
M cmd-queue.c
M tmux.1
Log Message:
-----------
Add a current_file format for the config file being parsed. Originally
suggested by kn@, also GitHub issue 2638.
Commit: 3cd63cc9e0f8f1a4fb4e9da7f39de77ed58d61fb
https://github.com/tmux/tmux/commit/3cd63cc9e0f8f1a4fb4e9da7f39de77ed58d61fb
Author: Thomas Adam <[email protected]>
Date: 2021-04-07 (Wed, 07 Apr 2021)
Changed paths:
M cfg.c
M cmd-display-message.c
M cmd-queue.c
M tmux.1
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: efb5e58c381a5faf7751d916a60f256ede19c0e8
https://github.com/tmux/tmux/commit/efb5e58c381a5faf7751d916a60f256ede19c0e8
Author: nicm <nicm>
Date: 2021-04-07 (Wed, 07 Apr 2021)
Changed paths:
M key-string.c
M tty-keys.c
Log Message:
-----------
Restore previous behaviour so that C-X remains the same as C-x. Instead,
translate incoming extended keys so that they are consistent.
Commit: a57c2bf97e865c2f91488e5bb769adfeda958b6c
https://github.com/tmux/tmux/commit/a57c2bf97e865c2f91488e5bb769adfeda958b6c
Author: Thomas Adam <[email protected]>
Date: 2021-04-07 (Wed, 07 Apr 2021)
Changed paths:
M key-string.c
M tty-keys.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: 30fb6283886cdccf183bb480a2c1976ba1a7e60e
https://github.com/tmux/tmux/commit/30fb6283886cdccf183bb480a2c1976ba1a7e60e
Author: nicm <nicm>
Date: 2021-04-08 (Thu, 08 Apr 2021)
Changed paths:
M input-keys.c
Log Message:
-----------
Log the key written to the terminal as well as tmux's idea of what it
is.
Commit: caf7aeb3a9fbb673853d1b53990787002e813318
https://github.com/tmux/tmux/commit/caf7aeb3a9fbb673853d1b53990787002e813318
Author: Thomas Adam <[email protected]>
Date: 2021-04-08 (Thu, 08 Apr 2021)
Changed paths:
M input-keys.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: 73cbe46f8d871b70310735276f34d9c207412587
https://github.com/tmux/tmux/commit/73cbe46f8d871b70310735276f34d9c207412587
Author: nicm <nicm>
Date: 2021-04-09 (Fri, 09 Apr 2021)
Changed paths:
M input-keys.c
Log Message:
-----------
Change a type to fix a warning with some compilers.
Commit: 7579097db6c4e9bff5bcf8fdc4c61ac014e6f0b0
https://github.com/tmux/tmux/commit/7579097db6c4e9bff5bcf8fdc4c61ac014e6f0b0
Author: Thomas Adam <[email protected]>
Date: 2021-04-09 (Fri, 09 Apr 2021)
Changed paths:
M input-keys.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: cd208c9d72df79a34024df6b8eb8f984613de8ef
https://github.com/tmux/tmux/commit/cd208c9d72df79a34024df6b8eb8f984613de8ef
Author: nicm <nicm>
Date: 2021-04-12 (Mon, 12 Apr 2021)
Changed paths:
M cmd-choose-tree.c
M format.c
M mode-tree.c
M tmux.1
M tmux.h
M window-buffer.c
M window-client.c
M window-customize.c
M window-tree.c
Log Message:
-----------
Permit shortcut keys in buffer, client, tree modes to be configured with
a format; the default remains the line number. GitHub issue 2636.
Commit: 83cd593b9cce8bbdfd8014e13393ec1f1ec90f2e
https://github.com/tmux/tmux/commit/83cd593b9cce8bbdfd8014e13393ec1f1ec90f2e
Author: Thomas Adam <[email protected]>
Date: 2021-04-12 (Mon, 12 Apr 2021)
Changed paths:
M cmd-choose-tree.c
M format.c
M mode-tree.c
M tmux.1
M tmux.h
M window-buffer.c
M window-client.c
M window-customize.c
M window-tree.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: e6abe55134df1b9dc3b7dd7f3a65dff272a35bb7
https://github.com/tmux/tmux/commit/e6abe55134df1b9dc3b7dd7f3a65dff272a35bb7
Author: nicm <nicm>
Date: 2021-04-12 (Mon, 12 Apr 2021)
Changed paths:
M alerts.c
M cmd-display-message.c
M cmd-list-keys.c
M cmd-queue.c
M cmd-run-shell.c
M mode-tree.c
M server-client.c
M status.c
M tmux.1
M tmux.h
M window-customize.c
Log Message:
-----------
Add a flag to disable keys to close a message, GitHub issue 2625.
Commit: bedf2bd4372c60a525c22e6309f329cfd0bd07bc
https://github.com/tmux/tmux/commit/bedf2bd4372c60a525c22e6309f329cfd0bd07bc
Author: Thomas Adam <[email protected]>
Date: 2021-04-12 (Mon, 12 Apr 2021)
Changed paths:
M alerts.c
M cmd-display-message.c
M cmd-list-keys.c
M cmd-queue.c
M cmd-run-shell.c
M mode-tree.c
M server-client.c
M status.c
M tmux.1
M tmux.h
M window-customize.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Commit: c2048c5c65aea99f2b79290b87635cb1d90863a6
https://github.com/tmux/tmux/commit/c2048c5c65aea99f2b79290b87635cb1d90863a6
Author: Nicholas Marriott <[email protected]>
Date: 2021-04-13 (Tue, 13 Apr 2021)
Changed paths:
M alerts.c
M cfg.c
M cmd-choose-tree.c
M cmd-display-message.c
M cmd-list-keys.c
M cmd-queue.c
M cmd-run-shell.c
M control-notify.c
M format.c
M grid-reader.c
M input-keys.c
M key-string.c
M log.c
M mode-tree.c
M notify.c
M screen.c
M server-client.c
M status.c
M tmux.1
M tmux.h
M tty-keys.c
M tty.c
M window-buffer.c
M window-client.c
M window-copy.c
M window-customize.c
M window-tree.c
Log Message:
-----------
Merge branch 'master' into 3.2-rc
Commit: 30cf20d6153924d031fefde1e4ca7cfe31b32d88
https://github.com/tmux/tmux/commit/30cf20d6153924d031fefde1e4ca7cfe31b32d88
Author: Nicholas Marriott <[email protected]>
Date: 2021-04-13 (Tue, 13 Apr 2021)
Changed paths:
M CHANGES
M configure.ac
Log Message:
-----------
Update CHANGES.
Compare: https://github.com/tmux/tmux/compare/46cbbe3d4566...30cf20d61539
--
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/3.2-rc/46cbbe-30cf20%40github.com.