Branch: refs/heads/sixel
Home: https://github.com/tmux/tmux
Commit: 1764f66b7d1ed0e494cfa8967c78ace8728ee86c
https://github.com/tmux/tmux/commit/1764f66b7d1ed0e494cfa8967c78ace8728ee86c
Author: nicm <nicm>
Date: 2019-12-19 (Thu, 19 Dec 2019)
Changed paths:
M cfg.c
M cmd-queue.c
M cmd-source-file.c
M key-bindings.c
M notify.c
M tmux.h
Log Message:
-----------
When adding a list with multiple commands to the queue, the next item to
insert after needs to be the last one added, not the first. Reported by
Jason Kim in GitHub issue 2023.
Commit: 745233d6a1ccb548a9807993ee4330baadec46bb
https://github.com/tmux/tmux/commit/745233d6a1ccb548a9807993ee4330baadec46bb
Author: Thomas Adam <[email protected]>
Date: 2019-12-19 (Thu, 19 Dec 2019)
Changed paths:
M cfg.c
M cmd-queue.c
M cmd-source-file.c
M key-bindings.c
M notify.c
M tmux.h
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 5cd00eda0b7f1775bd3c8ce9497c72ddfada9592
https://github.com/tmux/tmux/commit/5cd00eda0b7f1775bd3c8ce9497c72ddfada9592
Author: tim <tim>
Date: 2019-12-21 (Sat, 21 Dec 2019)
Changed paths:
M cmd-source-file.c
Log Message:
-----------
Restore source-file -q behaviour, broken in r1.42; OK nicm@
Commit: a6b1cbba02e05b1644bede7de0fde9877d67b81a
https://github.com/tmux/tmux/commit/a6b1cbba02e05b1644bede7de0fde9877d67b81a
Author: Thomas Adam <[email protected]>
Date: 2019-12-21 (Sat, 21 Dec 2019)
Changed paths:
M cmd-source-file.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 07e37479c214023f5d0107414a6e5f414d37197a
https://github.com/tmux/tmux/commit/07e37479c214023f5d0107414a6e5f414d37197a
Author: nicm <nicm>
Date: 2019-12-24 (Tue, 24 Dec 2019)
Changed paths:
M tmux.1
Log Message:
-----------
Fix name of option, GitHub issue 2030.
Commit: 67d240827937ad65616e3d65ba0adcdf855d1f09
https://github.com/tmux/tmux/commit/67d240827937ad65616e3d65ba0adcdf855d1f09
Author: Thomas Adam <[email protected]>
Date: 2019-12-24 (Tue, 24 Dec 2019)
Changed paths:
M tmux.1
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 817d199cbb6720f1848452824f7b93cdc1a24111
https://github.com/tmux/tmux/commit/817d199cbb6720f1848452824f7b93cdc1a24111
Author: nicm <nicm>
Date: 2019-12-26 (Thu, 26 Dec 2019)
Changed paths:
M format.c
M session.c
M tmux.1
M tmux.h
Log Message:
-----------
Add a number of new formats to inspect what sessions and clients a
window is present or active in. From Tyler Culp in GitHub issue 2034.
Commit: b931bbb319ce135c9dca37a8e33ed1c6d13a09f4
https://github.com/tmux/tmux/commit/b931bbb319ce135c9dca37a8e33ed1c6d13a09f4
Author: Thomas Adam <[email protected]>
Date: 2019-12-26 (Thu, 26 Dec 2019)
Changed paths:
M format.c
M session.c
M tmux.1
M tmux.h
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 88ee5b1a73c33c396580a1eb0a0605de98a79fa3
https://github.com/tmux/tmux/commit/88ee5b1a73c33c396580a1eb0a0605de98a79fa3
Author: nicm <nicm>
Date: 2019-12-26 (Thu, 26 Dec 2019)
Changed paths:
M format.c
Log Message:
-----------
Pass correct value into iterator callback for time formats.
Commit: 0aa6c6f6471a8544222733ec7820eca44d9a6cab
https://github.com/tmux/tmux/commit/0aa6c6f6471a8544222733ec7820eca44d9a6cab
Author: Thomas Adam <[email protected]>
Date: 2019-12-26 (Thu, 26 Dec 2019)
Changed paths:
M format.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 4ea07716de541aea5b8118ac0cfc4bc3bd30cb80
https://github.com/tmux/tmux/commit/4ea07716de541aea5b8118ac0cfc4bc3bd30cb80
Author: nicm <nicm>
Date: 2019-12-27 (Fri, 27 Dec 2019)
Changed paths:
M window-copy.c
Log Message:
-----------
Support regex search in copy mode, from Anindya Mukherjee in GitHub
issue 2038.
Commit: 47d06cb02397922b099dc0f146e3501832d4ec26
https://github.com/tmux/tmux/commit/47d06cb02397922b099dc0f146e3501832d4ec26
Author: Thomas Adam <[email protected]>
Date: 2019-12-27 (Fri, 27 Dec 2019)
Changed paths:
M window-copy.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 206d878127b4ba4aedb5255b03d71272fa06bcab
https://github.com/tmux/tmux/commit/206d878127b4ba4aedb5255b03d71272fa06bcab
Author: nicm <nicm>
Date: 2019-12-30 (Mon, 30 Dec 2019)
Changed paths:
M tmux.h
Log Message:
-----------
Do not let readonly clients limit the size, suggested by Max Barraclough
in GitHub issue 2042.
Commit: 566ab9aa286f6d0468d2d5196367eb6d3c658270
https://github.com/tmux/tmux/commit/566ab9aa286f6d0468d2d5196367eb6d3c658270
Author: Thomas Adam <[email protected]>
Date: 2019-12-30 (Mon, 30 Dec 2019)
Changed paths:
M tmux.h
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 9cc603cbad33878dc0d988d3266a1589e74d7303
https://github.com/tmux/tmux/commit/9cc603cbad33878dc0d988d3266a1589e74d7303
Author: nicm <nicm>
Date: 2020-01-01 (Wed, 01 Jan 2020)
Changed paths:
M spawn.c
Log Message:
-----------
Fix format expansion in window names, reported by Suraj N Kurapati.
Commit: ac85a3e0d37bc75a9ca0416898636a544af8eeb4
https://github.com/tmux/tmux/commit/ac85a3e0d37bc75a9ca0416898636a544af8eeb4
Author: nicm <nicm>
Date: 2020-01-01 (Wed, 01 Jan 2020)
Changed paths:
M tmux.1
Log Message:
-----------
Document client exit messages.
Commit: 7110226b966a8a8878f05a8fb36571d225c06485
https://github.com/tmux/tmux/commit/7110226b966a8a8878f05a8fb36571d225c06485
Author: Thomas Adam <[email protected]>
Date: 2020-01-02 (Thu, 02 Jan 2020)
Changed paths:
M spawn.c
M tmux.1
Log Message:
-----------
Merge branch 'obsd-master'
Commit: a770a3bf7ea8370b850b19a50f2d4839b44c4a1f
https://github.com/tmux/tmux/commit/a770a3bf7ea8370b850b19a50f2d4839b44c4a1f
Author: nicm <nicm>
Date: 2020-01-02 (Thu, 02 Jan 2020)
Changed paths:
M cmd-join-pane.c
Log Message:
-----------
Add CMD_FIND_DEFAULT_MARKED to join-pane like move-pane, from
davidegirardi in GitHub issue 2046.
Commit: 6b0091e1850d25ccd47143c9df18e1dddef2f4d4
https://github.com/tmux/tmux/commit/6b0091e1850d25ccd47143c9df18e1dddef2f4d4
Author: Thomas Adam <[email protected]>
Date: 2020-01-02 (Thu, 02 Jan 2020)
Changed paths:
M cmd-join-pane.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 1870cc70ef6eded1ac3a809124ec21de1b98dbd9
https://github.com/tmux/tmux/commit/1870cc70ef6eded1ac3a809124ec21de1b98dbd9
Author: nicm <nicm>
Date: 2020-01-04 (Sat, 04 Jan 2020)
Changed paths:
M cmd.c
Log Message:
-----------
Add ~ to quoted characters for %%%, reported by tb@.
Commit: 6d3d47c25b155c9bc0ea88f13ccc057c67eabdf1
https://github.com/tmux/tmux/commit/6d3d47c25b155c9bc0ea88f13ccc057c67eabdf1
Author: Thomas Adam <[email protected]>
Date: 2020-01-04 (Sat, 04 Jan 2020)
Changed paths:
M cmd.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 7c6c66cc3cc40b663fc2ba8573f26a6aa4cb291e
https://github.com/tmux/tmux/commit/7c6c66cc3cc40b663fc2ba8573f26a6aa4cb291e
Author: nicm <nicm>
Date: 2020-01-05 (Sun, 05 Jan 2020)
Changed paths:
M cmd-queue.c
Log Message:
-----------
Send errors to stdout in control mode so they don't get reordered with
other output, reported by George Nachman in GitHub issue 2048.
Commit: 36169d8a684f27e5fc052e6c0cb97cb683cbf41a
https://github.com/tmux/tmux/commit/36169d8a684f27e5fc052e6c0cb97cb683cbf41a
Author: Thomas Adam <[email protected]>
Date: 2020-01-05 (Sun, 05 Jan 2020)
Changed paths:
M cmd-queue.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 73b8c2ef3ca011fd7e7e46549c9640e9e123d59a
https://github.com/tmux/tmux/commit/73b8c2ef3ca011fd7e7e46549c9640e9e123d59a
Author: nicm <nicm>
Date: 2020-01-05 (Sun, 05 Jan 2020)
Changed paths:
M key-bindings.c
Log Message:
-----------
Common function to free key bindings.
Commit: 507816b1d6754f4052a6dac992c5415b076e3d1e
https://github.com/tmux/tmux/commit/507816b1d6754f4052a6dac992c5415b076e3d1e
Author: Thomas Adam <[email protected]>
Date: 2020-01-05 (Sun, 05 Jan 2020)
Changed paths:
M key-bindings.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 6628e542b5a0fabbd02800e68d19aecaf530fece
https://github.com/tmux/tmux/commit/6628e542b5a0fabbd02800e68d19aecaf530fece
Author: nicm <nicm>
Date: 2020-01-08 (Wed, 08 Jan 2020)
Changed paths:
M window-tree.c
Log Message:
-----------
Add -Z to default switch-client command in tree mode, matches previous
behaviour.
Commit: ed16f51e26f4cae65adced80cca4640119c3cb37
https://github.com/tmux/tmux/commit/ed16f51e26f4cae65adced80cca4640119c3cb37
Author: Thomas Adam <[email protected]>
Date: 2020-01-08 (Wed, 08 Jan 2020)
Changed paths:
M window-tree.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 36eb16ce7db2db71b510964a2e453e6b349b03f0
https://github.com/tmux/tmux/commit/36eb16ce7db2db71b510964a2e453e6b349b03f0
Author: nicm <nicm>
Date: 2020-01-08 (Wed, 08 Jan 2020)
Changed paths:
M format-draw.c
Log Message:
-----------
Do not hang in format_trim_* on invalid UTF-8 characters.
Commit: 61b075a26342a5ea1b2a351ad659c7198cd23c09
https://github.com/tmux/tmux/commit/61b075a26342a5ea1b2a351ad659c7198cd23c09
Author: Thomas Adam <[email protected]>
Date: 2020-01-08 (Wed, 08 Jan 2020)
Changed paths:
M format-draw.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 40ad01073d73a531b4e85b0138f78bf0b472b354
https://github.com/tmux/tmux/commit/40ad01073d73a531b4e85b0138f78bf0b472b354
Author: Nicholas Marriott <[email protected]>
Date: 2020-01-12 (Sun, 12 Jan 2020)
Changed paths:
M cfg.c
M cmd-join-pane.c
M cmd-queue.c
M cmd-source-file.c
M cmd.c
M format-draw.c
M format.c
M key-bindings.c
M notify.c
M session.c
M spawn.c
M tmux.1
M tmux.h
M window-copy.c
M window-tree.c
Log Message:
-----------
Merge branch 'master' into sixel
Compare: https://github.com/tmux/tmux/compare/dd3c72f132c9...40ad01073d73
--
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/dd3c72-40ad01%40github.com.