Branch: refs/heads/master
Home: https://github.com/tmux/tmux
Commit: 0dd19442061ac92b6d9b61a91e4b262c2f08921f
https://github.com/tmux/tmux/commit/0dd19442061ac92b6d9b61a91e4b262c2f08921f
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M format.c
M tmux.1
M window-buffer.c
M window-client.c
M window-tree.c
Log Message:
-----------
Tweak the default choose modes formats:
- Only show pane title if it is not default and not empty.
- Add a prettier time format and use that instead of long ctime().
- Remove clutter and change the order.
Commit: 471f697423df33d535a7cc1fac5f01f718969e34
https://github.com/tmux/tmux/commit/471f697423df33d535a7cc1fac5f01f718969e34
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M attributes.c
M style.c
M tmux.1
Log Message:
-----------
Add an attribute for ACS.
Commit: 9dd58470e41bfb5b9d74028eed73f502e71152f0
https://github.com/tmux/tmux/commit/9dd58470e41bfb5b9d74028eed73f502e71152f0
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M input.c
M tmux.h
M tty-features.c
M tty-keys.c
M tty.c
Log Message:
-----------
Remove support for iTerm2's DSR 1337 extension and use the CSI > q
extension now supported by a few different terminals.
Commit: 41dec585df8723a8e268a80930d7f9ce395829dc
https://github.com/tmux/tmux/commit/41dec585df8723a8e268a80930d7f9ce395829dc
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M tty-keys.c
Log Message:
-----------
Response is iTerm2 not not ITerm2.
Commit: 4e0a718666e3c24e69be107d0a294a9ae9f59388
https://github.com/tmux/tmux/commit/4e0a718666e3c24e69be107d0a294a9ae9f59388
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M tmux.1
M tmux.h
M tty-features.c
M tty-term.c
M tty.c
M window-copy.c
Log Message:
-----------
Add extension terminfo(5) capabilities for margins.
Commit: a29196ca6a6401053d3a17d0ffe2d560918683a4
https://github.com/tmux/tmux/commit/a29196ca6a6401053d3a17d0ffe2d560918683a4
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M cfg.c
M tmux.c
M tmux.h
M tty-features.c
Log Message:
-----------
Build list of paths and weed out duplicates before loading configs, and
add TMUX_SOCK like TMUX_PATH for the socket directory.
Commit: 26312a7774f9752ac391017be0705e3a62dc525b
https://github.com/tmux/tmux/commit/26312a7774f9752ac391017be0705e3a62dc525b
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M tty-keys.c
Log Message:
-----------
Move terminal features into a single file.
Commit: aebeeec1e988bd74e273bbf6e79f8950895c38fd
https://github.com/tmux/tmux/commit/aebeeec1e988bd74e273bbf6e79f8950895c38fd
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M tmux.1
Log Message:
-----------
Add feature and capabilities for focus reporting. Also document AX and
XT even though they aren't tmux's, and add some bits for rxvt.
Commit: 21a39c997b82b50b0307e836e4f11f9db6a84e55
https://github.com/tmux/tmux/commit/21a39c997b82b50b0307e836e4f11f9db6a84e55
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M screen-redraw.c
M server-client.c
Log Message:
-----------
Do not redraw or update mode if nothing has changed.
Commit: 7dbe623156e7b0e32e10e5e6445b7b7e448cc3a2
https://github.com/tmux/tmux/commit/7dbe623156e7b0e32e10e5e6445b7b7e448cc3a2
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M options-table.c
M tty-features.c
M tty-term.c
Log Message:
-----------
Instead of having a default set of terminals in terminal-overrides that
get XT added and using that as a marker for xterm(1)-like, assume that
if the terminfo(5) entry already has XT or the clear capability starts
with CSI then the terminal is VT100-like and it should be safe to send
DA requests. The DA responses trigger additional features being added.
Commit: 428137d8765f6aeb56503d8d37e3b1c9b33994ce
https://github.com/tmux/tmux/commit/428137d8765f6aeb56503d8d37e3b1c9b33994ce
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M cmd-new-session.c
M cmd-rename-session.c
M session.c
Log Message:
-----------
Instead of forbidding invalid session names, sanitize them like window
names.
Commit: 5bf96c2f2c40e93b8e66d7100f7b3dc9074a1ca6
https://github.com/tmux/tmux/commit/5bf96c2f2c40e93b8e66d7100f7b3dc9074a1ca6
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M grid.c
M menu.c
M style.c
M tmux.h
M tty.c
M window.c
Log Message:
-----------
Use a grid cell not a style for the pane style.
Commit: 0487029fc5f39d49e37c8821f4427565b9969671
https://github.com/tmux/tmux/commit/0487029fc5f39d49e37c8821f4427565b9969671
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M format.c
Log Message:
-----------
Call format_defaults_window for panes as well.
Commit: f03b61131b3407929fea187a309fb336017791d1
https://github.com/tmux/tmux/commit/f03b61131b3407929fea187a309fb336017791d1
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M cmd-rename-window.c
M cmd-resize-pane.c
M cmd-respawn-pane.c
M cmd-select-pane.c
M cmd-set-option.c
M input.c
M menu.c
M mode-tree.c
M names.c
M options-table.c
M options.c
M screen-redraw.c
M status.c
M style.c
M tmux.h
M tty.c
M window-copy.c
M window.c
Log Message:
-----------
Drop having a separate type for style options and make them all strings,
which allows formats to be expanded. Any styles without a '#{' are still
validated when they are set but any with a '#{' are not. Formats are not
expanded usefully in many cases yet, that will be changed later.
To make this work, a few other changes:
- set-option -a with a style option automatically appends a ",".
- OSC 10 and 11 don't set the window-style option anymore, instead the
fg and bg are stored in the pane struct and act as the defaults that
can be overridden by window-style.
- status-fg and -bg now override status-style instead of trying to keep
them in sync.
Commit: 80e52545a0cccba20fb4d96ed09ea2c129a30c93
https://github.com/tmux/tmux/commit/80e52545a0cccba20fb4d96ed09ea2c129a30c93
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M menu.c
M server-client.c
M status.c
M tmux.h
Log Message:
-----------
Improve command prompt completion:
- Show a menu with completions if there are multiple.
- Don't complete argument stuff (options, layouts) at start of text.
- For -t and -s, if there is no : then complete sessions but if there is
a :, show a menu of all windows in the session rather than trying to
complete the window name which is a bit useless if there are
duplicates.
Commit: 2391fe23ab09cfe8667abdcc3338a958ab3da31d
https://github.com/tmux/tmux/commit/2391fe23ab09cfe8667abdcc3338a958ab3da31d
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M options-table.c
M screen-write.c
M tmux.1
M tmux.h
M window-copy.c
Log Message:
-----------
Copy mode search improvements:
- Add styles for the search marking styles (copy-mode-match-style and
copy-mode-current-match-style).
- Show the current match (the one with the cursor on it) in a different style.
- Copying without a selection will copy the current match if there is one.
Commit: 463864f5a25a0015a4f2795ba8a14e0e0bb2fa7a
https://github.com/tmux/tmux/commit/463864f5a25a0015a4f2795ba8a14e0e0bb2fa7a
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M cmd-command-prompt.c
M key-bindings.c
M status.c
M tmux.1
M tmux.h
Log Message:
-----------
Add -W and -T flags to command-prompt to only complete a window and a
target, also complete aliases.
Commit: 58fb81d19a9a99eb5dce42dc7b145b9679074fe5
https://github.com/tmux/tmux/commit/58fb81d19a9a99eb5dce42dc7b145b9679074fe5
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M status.c
Log Message:
-----------
Complete partial window indexes properly.
Commit: a3cbc014c386fd1f171e3139ed71c67503e1ccb3
https://github.com/tmux/tmux/commit/a3cbc014c386fd1f171e3139ed71c67503e1ccb3
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M status.c
Log Message:
-----------
Use formats for status-style and message-style.
Commit: 78595457f965975cf5a24e8bbab6dcb153020b6e
https://github.com/tmux/tmux/commit/78595457f965975cf5a24e8bbab6dcb153020b6e
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M cmd-display-menu.c
M format-draw.c
M job.c
M options-table.c
M paste.c
M popup.c
M server.c
M tmux.1
M tmux.c
M tmux.h
M window-buffer.c
Log Message:
-----------
Add 'e' key in buffer mode to open the buffer in an editor.
Commit: edeb81ba9e7ef3665f055cc54fee6cfdb3979fea
https://github.com/tmux/tmux/commit/edeb81ba9e7ef3665f055cc54fee6cfdb3979fea
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M cmd-new-session.c
M tmux.1
Log Message:
-----------
Add -e for new-session to set environment variables.
Commit: 379ca54c80837d09dff53ffa7b9ea3b80d87096b
https://github.com/tmux/tmux/commit/379ca54c80837d09dff53ffa7b9ea3b80d87096b
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M screen-write.c
M tmux.h
M tty.c
Log Message:
-----------
Rename and tidy some stuff in struct tty_ctx.
Commit: 9605b080f6c942ff2e51a2ba538cccc91c91c161
https://github.com/tmux/tmux/commit/9605b080f6c942ff2e51a2ba538cccc91c91c161
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M cmd-display-panes.c
M format-draw.c
M input.c
M menu.c
M mode-tree.c
M popup.c
M screen-redraw.c
M screen-write.c
M server-client.c
M server-fn.c
M status.c
M tmux.h
M tty.c
M window-clock.c
M window-copy.c
M window.c
Log Message:
-----------
Do not hoke into struct window_pane from the tty code and instead set
everything up in tty_ctx. Provide a way to initialize the tty_ctx from a
callback and use it to let popups draw directly through input_parse in
the same way as panes do, rather than forcing a full redraw on every
change.
Commit: 2df75aa11727538451d7402b5ad1579d7493ce4c
https://github.com/tmux/tmux/commit/2df75aa11727538451d7402b5ad1579d7493ce4c
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M paste.c
M window-buffer.c
Log Message:
-----------
Use VIS_CSTYLE for paste buffers also.
Commit: 3fb4d4df43b9e2bb5661d3a820cdc26a38f09d9e
https://github.com/tmux/tmux/commit/3fb4d4df43b9e2bb5661d3a820cdc26a38f09d9e
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M tty.c
Log Message:
-----------
Do not need to work out status line offset, we already have it.
Commit: d056144aa173c7b20d2a78e7d0a5134569e135db
https://github.com/tmux/tmux/commit/d056144aa173c7b20d2a78e7d0a5134569e135db
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M menu.c
M window-copy.c
Log Message:
-----------
Try to search the entire history first for up to 200 ms so a search
count can be shown. If it takes too long, search the visible text only.
Commit: beb214bcb3e2a76e153d0570aed72454b9748a9b
https://github.com/tmux/tmux/commit/beb214bcb3e2a76e153d0570aed72454b9748a9b
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M arguments.c
M cmd-queue.c
M tmux.h
Log Message:
-----------
Add formats for after hook command arguments.
Commit: 4e053685df9f4d1c398148712ab0529a7e9d32e7
https://github.com/tmux/tmux/commit/4e053685df9f4d1c398148712ab0529a7e9d32e7
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M environ.c
Log Message:
-----------
Export TERM_PROGRAM and TERM_PROGRAM_VERSION like various other
terminals.
Commit: 469eda7e44fe6d502c976ebc34bbd97e6c6ed3e5
https://github.com/tmux/tmux/commit/469eda7e44fe6d502c976ebc34bbd97e6c6ed3e5
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M popup.c
M tmux.1
M tty-keys.c
Log Message:
-----------
Only redraw popup on the client it belongs to.
Commit: cf9baddd6f844e8a26f1e7c59ba1c9eb3358571f
https://github.com/tmux/tmux/commit/cf9baddd6f844e8a26f1e7c59ba1c9eb3358571f
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M cmd-attach-session.c
M cmd-list-clients.c
M cmd-new-session.c
M cmd-refresh-client.c
M cmd-switch-client.c
M format.c
M resize.c
M server-client.c
M tmux.1
M tmux.h
Log Message:
-----------
Change the existing client flags for control mode to apply for any
client, use the same mechanism for the read-only flag and add an
ignore-size flag.
refresh-client -F has become -f (-F stays for backwards compatibility)
and attach-session and switch-client now have -f flags also. A new
format "client_flags" lists the flags and is shown by list-clients by
default.
This separates the read-only flag from "ignore size" behaviour (new
ignore-size) flag - both behaviours are useful in different
circumstances.
attach -r and switchc -r remain and set or toggle both flags together.
Commit: 4de0bd4c5c9eec6dd71cac87b91e736944896c22
https://github.com/tmux/tmux/commit/4de0bd4c5c9eec6dd71cac87b91e736944896c22
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M mode-tree.c
M tmux.1
Log Message:
-----------
Add M-+ and M-- to expand and collapse all items in tree mode.
Commit: 367b4e4e0f1d78589398cddb609b33be870af30c
https://github.com/tmux/tmux/commit/367b4e4e0f1d78589398cddb609b33be870af30c
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M cmd-queue.c
M cmd-show-messages.c
M format.c
M options-table.c
M server-client.c
M server.c
M status.c
M tmux.1
M tmux.h
Log Message:
-----------
Change message log to be per server rather than per client and include
every command that is run.
Commit: daa95810b53c25d10c90b85ef6fbf8ab32479e23
https://github.com/tmux/tmux/commit/daa95810b53c25d10c90b85ef6fbf8ab32479e23
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M format.c
M tmux.1
Log Message:
-----------
Allow a custom time format to be given to the t format modifier.
Commit: 6ea6d46d0a1b206ece54a05af4f3fe7a3d6fe4cc
https://github.com/tmux/tmux/commit/6ea6d46d0a1b206ece54a05af4f3fe7a3d6fe4cc
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M grid.c
M screen.c
M tmux.h
M window-copy.c
Log Message:
-----------
Store and restore cursor position when copy mode is resized, from
Anindya Mukherjee.
Commit: 472d77fd0f4af8431267473df3cf109030760fa1
https://github.com/tmux/tmux/commit/472d77fd0f4af8431267473df3cf109030760fa1
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M alerts.c
M cmd-display-message.c
M cmd-list-keys.c
M cmd-queue.c
M mode-tree.c
M status.c
M tmux.h
Log Message:
-----------
Support embedded styles in the display-message message, GitHub issue
2206.
Commit: d67245c734c9c600ad6d186570a1230aa21b80c8
https://github.com/tmux/tmux/commit/d67245c734c9c600ad6d186570a1230aa21b80c8
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M Makefile
M cmd-choose-tree.c
M cmd-list-keys.c
M cmd-run-shell.c
M cmd-set-option.c
M cmd-show-messages.c
M cmd-show-options.c
M cmd.c
M format-draw.c
M format.c
M key-bindings.c
M mode-tree.c
M options-table.c
M options.c
M screen-write.c
M style.c
M tmux.1
M tmux.h
M window-buffer.c
M window-client.c
A window-customize.c
M window-tree.c
Log Message:
-----------
Add a customize mode where keys and options may be browsed and changed,
includes adding a brief description of each option. Bound to "C" by
default.
Commit: 592f141deef2583d6dd09f5a53a358671e7312b8
https://github.com/tmux/tmux/commit/592f141deef2583d6dd09f5a53a358671e7312b8
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M window-copy.c
Log Message:
-----------
Fix next-matching-bracket logic, from Chris Barber.
Commit: 126bacb473f7950a156944caba42fad5f1764287
https://github.com/tmux/tmux/commit/126bacb473f7950a156944caba42fad5f1764287
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M window-copy.c
Log Message:
-----------
Do not loop forever when search finds an empty match, GitHub issue 2203.
Commit: dceb6a15d04a2b2e050ab41816d0df3fe224b416
https://github.com/tmux/tmux/commit/dceb6a15d04a2b2e050ab41816d0df3fe224b416
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M proc.c
M server-client.c
M server.c
M tmux.1
M tmux.c
M tmux.h
M tty.c
Log Message:
-----------
Add a -D flag to ask tmux not to daemonize, useful both for running a
debugger (lldb does not have follow-fork-mode) and for running with a
managed supervisor init system. GitHub issue 2190.
Commit: ff8dd150e0c59b37d9a4942e499a2a025820db8d
https://github.com/tmux/tmux/commit/ff8dd150e0c59b37d9a4942e499a2a025820db8d
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M key-bindings.c
M options-table.c
M tmux.1
M window-copy.c
Log Message:
-----------
Add a mark in copy mode. Set with set-mark command (bound to 'X') by
default and the mark and cursor position are swapped with 'jump-to-mark'
(bound to M-x). The line containing the mark is shown in
copy-mode-mark-style with the horizontal position in reverse.
>From Anindya Mukherjee in GitHub issue 2209.
Commit: 72984c48347ddfd1d435f8a9ffcdf334c4b28389
https://github.com/tmux/tmux/commit/72984c48347ddfd1d435f8a9ffcdf334c4b28389
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M popup.c
M tmux.h
M window-buffer.c
Log Message:
-----------
Move editor stuff to common code in popup.c.
Commit: c914abfa19938fe0e41941879649b7a40e192082
https://github.com/tmux/tmux/commit/c914abfa19938fe0e41941879649b7a40e192082
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M cmd-command-prompt.c
M cmd-confirm-before.c
M cmd-queue.c
M mode-tree.c
M server-client.c
M status.c
M tmux.h
M window-customize.c
M window-tree.c
Log Message:
-----------
Expand target from client and use it to expand the prompt.
Commit: 303d342d5fa5903983c08e4cae429e4f9480eea3
https://github.com/tmux/tmux/commit/303d342d5fa5903983c08e4cae429e4f9480eea3
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M cmd-break-pane.c
M cmd-find.c
M cmd-join-pane.c
M cmd-kill-pane.c
M cmd-queue.c
M cmd-select-pane.c
M cmd-split-window.c
M cmd-swap-pane.c
M screen-redraw.c
M server-client.c
M server-fn.c
M spawn.c
M tmux.1
M tmux.h
M tty.c
Log Message:
-----------
Add a client flag 'active-pane' which stores the active pane in the
client and allows it to be changed independently from the real active
pane stored in the window. This is can be used with session groups which
allow an independent current window (although it would be nice to have a
flag for this too and remove session groups). The client active pane is
only really useful interactively, many things (hooks, window-style,
zooming) still use the window active pane.
Commit: ecbdcc256fd2c69c60c9d900a28922914d6b9896
https://github.com/tmux/tmux/commit/ecbdcc256fd2c69c60c9d900a28922914d6b9896
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M grid.c
M screen-write.c
M tmux.h
Log Message:
-----------
Add screen write flags instead of individual bits and fix line length
calculation with padding.
Commit: e2a26740b9880d0066c8a04ca2d7202e7f99bd07
https://github.com/tmux/tmux/commit/e2a26740b9880d0066c8a04ca2d7202e7f99bd07
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M format-draw.c
M options-table.c
M screen-redraw.c
M tmux.1
M tmux.h
M tty-acs.c
M tty.c
Log Message:
-----------
Add an option to set the pane border lines style from a choice of single
lines (ACS or UTF-8), double or heavy (UTF-8), simple (plain ASCII) or
number (the pane numbers). Lines that won't work on a non-UTF-8 terminal
are translated back into ACS when they are output.
Commit: 292b335ca5b594729cf9ff79f0f4273c725537a4
https://github.com/tmux/tmux/commit/292b335ca5b594729cf9ff79f0f4273c725537a4
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M cmd-list-keys.c
M cmd-queue.c
M cmd-send-keys.c
M key-bindings.c
M key-string.c
M menu.c
M mode-tree.c
M options.c
M popup.c
M status.c
M window-customize.c
Log Message:
-----------
Separate key flags and modifiers, log key flags, make the "xterm" flag
more explicit and fix M- keys with a leading escape.
Commit: 0ab82d95314e7a26a48452c77ad710f3aff97dd7
https://github.com/tmux/tmux/commit/0ab82d95314e7a26a48452c77ad710f3aff97dd7
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M input-keys.c
M input.c
M options-table.c
M tmux.1
M tty-features.c
M tty-keys.c
M tty-term.c
M tty.c
Log Message:
-----------
Add a terminal feature for enable/disable extended keys (supported by
xterm and mintty) and add an option to make tmux send it. Only forward
extended keys if the application has requested them, even though we use
the CSI u sequence and xterm uses CSI 27 ~ - this is what mintty does as
well.
Commit: 844b363baf64fbaff91cf8fa01d4fd782e7274a8
https://github.com/tmux/tmux/commit/844b363baf64fbaff91cf8fa01d4fd782e7274a8
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M cmd-select-window.c
Log Message:
-----------
On select-window, make this client the latest client for the window.
Commit: 574a9e4b6c7a419b60668c30916327aa7e65d2c8
https://github.com/tmux/tmux/commit/574a9e4b6c7a419b60668c30916327aa7e65d2c8
Author: nicm <nicm>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M cmd-set-option.c
M cmd-show-messages.c
M resize.c
M server-client.c
M tmux.h
M window.c
Log Message:
-----------
Move lazy resize from the pane to the window, there is no point in
resizing the window unless it is the current window, and if we do and
don't resize the pane until later there are problems if the size changes
from A to B then back to A.
Commit: bd87f6bf00946426bc1dd120eec35ca11aab99de
https://github.com/tmux/tmux/commit/bd87f6bf00946426bc1dd120eec35ca11aab99de
Author: Thomas Adam <[email protected]>
Date: 2020-05-16 (Sat, 16 May 2020)
Changed paths:
M cmd-set-option.c
M options.c
M popup.c
M session.c
M window-customize.c
Log Message:
-----------
Merge branch 'obsd-master'
Compare: https://github.com/tmux/tmux/compare/57fe03dc5a13...bd87f6bf0094
--
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/master/57fe03-bd87f6%40github.com.