Branch: refs/heads/sixel
Home: https://github.com/tmux/tmux
Commit: 968382aa6a4b9c71fbc221aa4f0e899f6a83a260
https://github.com/tmux/tmux/commit/968382aa6a4b9c71fbc221aa4f0e899f6a83a260
Author: Nicholas Marriott <[email protected]>
Date: 2019-11-30 (Sat, 30 Nov 2019)
Changed paths:
M input.c
M screen-write.c
M tmux.1
M tmux.h
M tty-keys.c
M tty-term.c
M tty.c
Log Message:
-----------
Pass through SIXEL DCS sequences (treat similarly to the passthrough escape
sequence) if it appears the terminal outside supports them.
Commit: a5b1e209417b7d3f5b0099642dd317c312f79377
https://github.com/tmux/tmux/commit/a5b1e209417b7d3f5b0099642dd317c312f79377
Author: Nicholas Marriott <[email protected]>
Date: 2019-11-30 (Sat, 30 Nov 2019)
Changed paths:
M tmux.h
M tty.c
Log Message:
-----------
Add a flag to disable blocking while sending a SIXEL image (turned off when
the
buffer hits 0 size).
Commit: 0a15bbf3f1972dc84c5c84d5128024c1bc4c0074
https://github.com/tmux/tmux/commit/0a15bbf3f1972dc84c5c84d5128024c1bc4c0074
Author: Nicholas Marriott <[email protected]>
Date: 2019-11-30 (Sat, 30 Nov 2019)
Changed paths:
M server-client.c
Log Message:
-----------
Do not defer redraw if it is just the status line (will need to do more here I
think).
Commit: 7c033a74e25957d333217cb71a7658b860583501
https://github.com/tmux/tmux/commit/7c033a74e25957d333217cb71a7658b860583501
Author: Nicholas Marriott <[email protected]>
Date: 2019-12-04 (Wed, 04 Dec 2019)
Changed paths:
M CHANGES
M attributes.c
M compat.h
M grid.c
M key-bindings.c
M options.c
M server-client.c
M window-buffer.c
M window-client.c
M window-tree.c
Log Message:
-----------
Merge branch 'master' into sixel-passthrough
Commit: 5bb075487f5897d7402adb880e678043c0f7f3e0
https://github.com/tmux/tmux/commit/5bb075487f5897d7402adb880e678043c0f7f3e0
Author: Nicholas Marriott <[email protected]>
Date: 2019-12-18 (Wed, 18 Dec 2019)
Changed paths:
M CHANGES
M Makefile.am
M cfg.c
M client.c
M cmd-capture-pane.c
M cmd-load-buffer.c
M cmd-parse.y
M cmd-queue.c
M cmd-save-buffer.c
M cmd-source-file.c
M compat.h
M control-notify.c
M control.c
A file.c
M mode-tree.c
M server-client.c
M server-fn.c
M spawn.c
M tmux.h
M tty.c
M window-buffer.c
M window-copy.c
M window.c
Log Message:
-----------
Merge branch 'master' into sixel-passthrough
Commit: deb734c7f61c36e18ccc2e4fdab4f06a90575fc9
https://github.com/tmux/tmux/commit/deb734c7f61c36e18ccc2e4fdab4f06a90575fc9
Author: nicm <nicm>
Date: 2020-01-12 (Sun, 12 Jan 2020)
Changed paths:
M tty-keys.c
Log Message:
-----------
Loop over all DA features, don't skip the first.
Commit: 193e637de050e3757698812e9a87b869c87def6c
https://github.com/tmux/tmux/commit/193e637de050e3757698812e9a87b869c87def6c
Author: nicm <nicm>
Date: 2020-01-12 (Sun, 12 Jan 2020)
Changed paths:
M format.c
M tmux.1
M tmux.h
M tty-keys.c
M tty-term.c
M tty.c
Log Message:
-----------
The terminal type was never as much use as I expected so remove it in
favour of a couple of flags for the features used (DECSLRM and DECFRA).
Also rename the flag for no xenl to be more obvious while here.
Commit: 381333c4a9fd521bee8a0287e648f0c6aeb96a0b
https://github.com/tmux/tmux/commit/381333c4a9fd521bee8a0287e648f0c6aeb96a0b
Author: nicm <nicm>
Date: 2020-01-12 (Sun, 12 Jan 2020)
Changed paths:
M tty-keys.c
M tty.c
Log Message:
-----------
Detect iTerm2 and enable DECSLRM.
Commit: e9b129433121e5d029882981849f6b5547e52153
https://github.com/tmux/tmux/commit/e9b129433121e5d029882981849f6b5547e52153
Author: Thomas Adam <[email protected]>
Date: 2020-01-12 (Sun, 12 Jan 2020)
Changed paths:
M format.c
M tmux.1
M tmux.h
M tty-keys.c
M tty-term.c
M tty.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 3e701309a4edb10b6092a4f4801fa50c3277afe9
https://github.com/tmux/tmux/commit/3e701309a4edb10b6092a4f4801fa50c3277afe9
Author: Thomas Adam <[email protected]>
Date: 2020-01-13 (Mon, 13 Jan 2020)
Changed paths:
M tty-keys.c
M tty.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 04eee2410df4a85005c9562db13a1fec93d7c2e4
https://github.com/tmux/tmux/commit/04eee2410df4a85005c9562db13a1fec93d7c2e4
Author: nicm <nicm>
Date: 2020-01-13 (Mon, 13 Jan 2020)
Changed paths:
M cmd-send-keys.c
M input-keys.c
M tmux.h
M window.c
Log Message:
-----------
Treat plausible but invalid keys (like C-BSpace) as literal like any
other unrecognised string passed to send-keys. Reported by Anthony
Sottile in GitHub issue 2049.
Commit: 835a6c0cf088437e318783c96b142c7dc26c290f
https://github.com/tmux/tmux/commit/835a6c0cf088437e318783c96b142c7dc26c290f
Author: nicm <nicm>
Date: 2020-01-13 (Mon, 13 Jan 2020)
Changed paths:
M tmux.h
M tty-keys.c
M tty.c
Log Message:
-----------
Be more specific in the DSR we are looking for so it doesn't get
confused with mouse sequences. Also set a flag and don't bother checking
for it if we have already seen it (same for DA), and don't check if we
never asked for it.
Commit: 8457f54edcdfdf7b6e48a291808135258abfe5b8
https://github.com/tmux/tmux/commit/8457f54edcdfdf7b6e48a291808135258abfe5b8
Author: Thomas Adam <[email protected]>
Date: 2020-01-13 (Mon, 13 Jan 2020)
Changed paths:
M cmd-send-keys.c
M input-keys.c
M tmux.h
M tty-keys.c
M tty.c
M window.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: da515570dc13daefc92e26a5c5417e1f190f80e8
https://github.com/tmux/tmux/commit/da515570dc13daefc92e26a5c5417e1f190f80e8
Author: nicm <nicm>
Date: 2020-01-13 (Mon, 13 Jan 2020)
Changed paths:
M tmux.h
M tty.c
Log Message:
-----------
Stop handling DA and DSR after a second (they should be the first thing
sent) so this should be plenty.
Commit: a01c9ffc6c750537e2700f756ea8479c0f8b8e69
https://github.com/tmux/tmux/commit/a01c9ffc6c750537e2700f756ea8479c0f8b8e69
Author: Thomas Adam <[email protected]>
Date: 2020-01-13 (Mon, 13 Jan 2020)
Changed paths:
M tmux.h
M tty.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: cdf138372c4b7a0cc48e15c1ad6412a88db08fb8
https://github.com/tmux/tmux/commit/cdf138372c4b7a0cc48e15c1ad6412a88db08fb8
Author: Nicholas Marriott <[email protected]>
Date: 2020-01-14 (Tue, 14 Jan 2020)
Changed paths:
M CHANGES
Log Message:
-----------
Add to CHANGES.
Commit: 9169ee0e874a9e4c46eda77abca075b9ec38dbb6
https://github.com/tmux/tmux/commit/9169ee0e874a9e4c46eda77abca075b9ec38dbb6
Author: nicm <nicm>
Date: 2020-01-25 (Sat, 25 Jan 2020)
Changed paths:
M tmux.1
Log Message:
-----------
Mention swap-window -d, GitHub issue 2068.
Commit: 74b424075c6d0ee668343936624b12cea10f3f19
https://github.com/tmux/tmux/commit/74b424075c6d0ee668343936624b12cea10f3f19
Author: Nicholas Marriott <[email protected]>
Date: 2020-01-25 (Sat, 25 Jan 2020)
Changed paths:
M compat.h
Log Message:
-----------
Use FNM_IGNORECASE if present, from Eric N Vander Weele in GitHub issue 2067.
Commit: 0eb7b54731e35180c7569891379bf3626ed35a02
https://github.com/tmux/tmux/commit/0eb7b54731e35180c7569891379bf3626ed35a02
Author: Thomas Adam <[email protected]>
Date: 2020-01-25 (Sat, 25 Jan 2020)
Changed paths:
M tmux.1
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 2e39b621c9b29b58b4bfe761989b14f0f13d07b6
https://github.com/tmux/tmux/commit/2e39b621c9b29b58b4bfe761989b14f0f13d07b6
Author: nicm <nicm>
Date: 2020-01-27 (Mon, 27 Jan 2020)
Changed paths:
M cmd-parse.y
Log Message:
-----------
Change so that assignments may be specified alone - a command isn't
required. GitHub issue 2062.
Commit: d0b8d036be97efc885f879aa63ce9bbb0efd8222
https://github.com/tmux/tmux/commit/d0b8d036be97efc885f879aa63ce9bbb0efd8222
Author: nicm <nicm>
Date: 2020-01-27 (Mon, 27 Jan 2020)
Changed paths:
M cmd-bind-key.c
M cmd-command-prompt.c
M cmd-list-keys.c
M key-bindings.c
M status.c
M tmux.1
M tmux.h
Log Message:
-----------
Add support for adding a note to a key binding (with bind-key -N) and
use this to add descriptions to the default key bindings. A new -N flag
to list-keys shows key bindings with notes rather than the default
bind-key command used to create them. Change the default ? binding to
use this to show a readable summary of keys.
Also extend command-prompt to return the name of the key pressed and add
a default binding (/) to show the note for the next key pressed
Suggested by Alex Tremblay in GitHub issue 2000.
Commit: 2c38e01b548553aa162f9f126147b5ed64fd1700
https://github.com/tmux/tmux/commit/2c38e01b548553aa162f9f126147b5ed64fd1700
Author: nicm <nicm>
Date: 2020-01-27 (Mon, 27 Jan 2020)
Changed paths:
M tmux.1
Log Message:
-----------
Expand description of start-server.
Commit: f3ea318a044ed729c7fcf8c1897f0d479f88bdd4
https://github.com/tmux/tmux/commit/f3ea318a044ed729c7fcf8c1897f0d479f88bdd4
Author: Thomas Adam <[email protected]>
Date: 2020-01-27 (Mon, 27 Jan 2020)
Changed paths:
M cmd-bind-key.c
M cmd-command-prompt.c
M cmd-list-keys.c
M cmd-parse.y
M key-bindings.c
M status.c
M tmux.1
M tmux.h
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 24350879cdfb9ef23dee0da409b621e9830d8baf
https://github.com/tmux/tmux/commit/24350879cdfb9ef23dee0da409b621e9830d8baf
Author: nicm <nicm>
Date: 2020-01-28 (Tue, 28 Jan 2020)
Changed paths:
M resize.c
M server-client.c
M tmux.h
M window-client.c
Log Message:
-----------
Add a define for flags meaning a client is not attached, and fix
unattached counter, reported by Thomas Sattler.
Commit: 7cdf5ee9bc2fa114a7d830b73e2088d1a2dc5174
https://github.com/tmux/tmux/commit/7cdf5ee9bc2fa114a7d830b73e2088d1a2dc5174
Author: Thomas Adam <[email protected]>
Date: 2020-01-28 (Tue, 28 Jan 2020)
Changed paths:
M resize.c
M server-client.c
M tmux.h
M window-client.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 32816eaebd4ccd712cc7f7291a587146d122a9ff
https://github.com/tmux/tmux/commit/32816eaebd4ccd712cc7f7291a587146d122a9ff
Author: nicm <nicm>
Date: 2020-01-28 (Tue, 28 Jan 2020)
Changed paths:
M spawn.c
Log Message:
-----------
Set up working directory before killing the existing pane on respawn.
Commit: f165221dc4641837ee9f589bb666d310a495904c
https://github.com/tmux/tmux/commit/f165221dc4641837ee9f589bb666d310a495904c
Author: nicm <nicm>
Date: 2020-01-28 (Tue, 28 Jan 2020)
Changed paths:
M format.c
M proc.c
M tmux.1
M tmux.c
M tmux.h
Log Message:
-----------
Reduce a difference with portable tmux by adding the -V flag and
#{version} format; on OpenBSD these just report the OpenBSD version.
Commit: 90e962fff8f4d251cdf7fcc653caa34973c82d91
https://github.com/tmux/tmux/commit/90e962fff8f4d251cdf7fcc653caa34973c82d91
Author: nicm <nicm>
Date: 2020-01-28 (Tue, 28 Jan 2020)
Changed paths:
M input.c
M tty-keys.c
Log Message:
-----------
Add support for the iTerm2 DSR 1337 sequence to get the terminal version.
Commit: ee3d3db364b6c2469c1acaa88bb64341090d3af1
https://github.com/tmux/tmux/commit/ee3d3db364b6c2469c1acaa88bb64341090d3af1
Author: Thomas Adam <[email protected]>
Date: 2020-01-28 (Tue, 28 Jan 2020)
Changed paths:
M format.c
M proc.c
M spawn.c
M tmux.c
M tmux.h
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 685eb381dec7fc741a15ce11a84d8c96ed66ce42
https://github.com/tmux/tmux/commit/685eb381dec7fc741a15ce11a84d8c96ed66ce42
Author: Nicholas Marriott <[email protected]>
Date: 2020-01-28 (Tue, 28 Jan 2020)
Changed paths:
M Makefile.am
M input.c
M tmux.c
Log Message:
-----------
Fix for version changes.
Commit: 84995ae1726589b5fb04e002e43496775e0ebfcd
https://github.com/tmux/tmux/commit/84995ae1726589b5fb04e002e43496775e0ebfcd
Author: nicm <nicm>
Date: 2020-01-28 (Tue, 28 Jan 2020)
Changed paths:
M tmux.c
Log Message:
-----------
-V also needs to go in usage.
Commit: a6129e99749d2bbc8b4a991c7b5d09300aa55f39
https://github.com/tmux/tmux/commit/a6129e99749d2bbc8b4a991c7b5d09300aa55f39
Author: nicm <nicm>
Date: 2020-01-28 (Tue, 28 Jan 2020)
Changed paths:
M tmux.h
M tty-keys.c
M tty-term.c
M tty.c
Log Message:
-----------
If we can identify the terminal as iTerm2 or as tmux, we can be sure
they support 256 and RGB colours, so set those flags too.
Commit: 60ab7144517483d4343e7a68625e376c34557b8a
https://github.com/tmux/tmux/commit/60ab7144517483d4343e7a68625e376c34557b8a
Author: Thomas Adam <[email protected]>
Date: 2020-01-28 (Tue, 28 Jan 2020)
Changed paths:
M input.c
M tmux.h
M tty-keys.c
M tty-term.c
M tty.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: e3887022604d6ee6f922cdaa274b54cdf06020ba
https://github.com/tmux/tmux/commit/e3887022604d6ee6f922cdaa274b54cdf06020ba
Author: nicm <nicm>
Date: 2020-01-28 (Tue, 28 Jan 2020)
Changed paths:
M cmd-parse.y
Log Message:
-----------
Ignore empty commands rather than adding them to the command list rather
than trying to skip them later, fixes problem reported by M Kelly.
Commit: b905c5d455b354f7210dc118f748a658f0358cd7
https://github.com/tmux/tmux/commit/b905c5d455b354f7210dc118f748a658f0358cd7
Author: nicm <nicm>
Date: 2020-01-28 (Tue, 28 Jan 2020)
Changed paths:
M resize.c
M tmux.h
Log Message:
-----------
If ALL clients are readonly, allow them to affect the size, suggested by
Thomas Sattler.
Commit: 7eada28f965d8e3b01df6e070e3b1ce5cb1784bf
https://github.com/tmux/tmux/commit/7eada28f965d8e3b01df6e070e3b1ce5cb1784bf
Author: Thomas Adam <[email protected]>
Date: 2020-01-28 (Tue, 28 Jan 2020)
Changed paths:
M cmd-parse.y
M resize.c
M tmux.h
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 7f3feb1896ffde7bca70ffa8db933196af7b2f91
https://github.com/tmux/tmux/commit/7f3feb1896ffde7bca70ffa8db933196af7b2f91
Author: Nicholas Marriott <[email protected]>
Date: 2020-01-28 (Tue, 28 Jan 2020)
Changed paths:
M CHANGES
Log Message:
-----------
Add to CHANGES.
Commit: 7a15d10bf4abb28e0a85e0090de9c13f80f83aaa
https://github.com/tmux/tmux/commit/7a15d10bf4abb28e0a85e0090de9c13f80f83aaa
Author: nicm <nicm>
Date: 2020-01-29 (Wed, 29 Jan 2020)
Changed paths:
M tmux.1
Log Message:
-----------
Remove extra Pp (from jmc) and add a missing word.
Commit: 8b22da69b6abf9542279b7b97146a0b56ab05a35
https://github.com/tmux/tmux/commit/8b22da69b6abf9542279b7b97146a0b56ab05a35
Author: Thomas Adam <[email protected]>
Date: 2020-01-29 (Wed, 29 Jan 2020)
Changed paths:
M tmux.1
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 531daba584f55fed87ec87986a7f0b497c14626f
https://github.com/tmux/tmux/commit/531daba584f55fed87ec87986a7f0b497c14626f
Author: nicm <nicm>
Date: 2020-01-29 (Wed, 29 Jan 2020)
Changed paths:
M input.c
M tty.c
Log Message:
-----------
Do not send DA and DSR again if already have a response.
Commit: bc36700d05747627f24f5abdb8e96efffaa923cd
https://github.com/tmux/tmux/commit/bc36700d05747627f24f5abdb8e96efffaa923cd
Author: Thomas Adam <[email protected]>
Date: 2020-01-29 (Wed, 29 Jan 2020)
Changed paths:
M input.c
M tty.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 44dad918f82124272486dfd4439dd72cb969fa12
https://github.com/tmux/tmux/commit/44dad918f82124272486dfd4439dd72cb969fa12
Author: nicm <nicm>
Date: 2020-01-29 (Wed, 29 Jan 2020)
Changed paths:
M client.c
Log Message:
-----------
Warn if a message type that is no longer used is received.
Commit: 32be954bdd873ff768435625b56ccd520cef936a
https://github.com/tmux/tmux/commit/32be954bdd873ff768435625b56ccd520cef936a
Author: Thomas Adam <[email protected]>
Date: 2020-01-29 (Wed, 29 Jan 2020)
Changed paths:
M client.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 92ed9fc0b20440f2bc553757e6bfe3126fe84be4
https://github.com/tmux/tmux/commit/92ed9fc0b20440f2bc553757e6bfe3126fe84be4
Author: Nicholas Marriott <[email protected]>
Date: 2020-01-30 (Thu, 30 Jan 2020)
Changed paths:
M CHANGES
M Makefile.am
M cfg.c
M client.c
M cmd-bind-key.c
M cmd-command-prompt.c
M cmd-join-pane.c
M cmd-list-keys.c
M cmd-parse.y
M cmd-queue.c
M cmd-send-keys.c
M cmd-source-file.c
M cmd.c
M compat.h
M format-draw.c
M format.c
M input-keys.c
M input.c
M key-bindings.c
M notify.c
M proc.c
M resize.c
M server-client.c
M session.c
M spawn.c
M status.c
M tmux.1
M tmux.c
M tmux.h
M tty-keys.c
M tty-term.c
M tty.c
M window-client.c
M window-copy.c
M window-tree.c
M window.c
Log Message:
-----------
Merge branch 'master' into sixel-passthrough
Commit: 339832b92c298538f398754f6d3fc21d15d13326
https://github.com/tmux/tmux/commit/339832b92c298538f398754f6d3fc21d15d13326
Author: Nicholas Marriott <[email protected]>
Date: 2020-01-30 (Thu, 30 Jan 2020)
Changed paths:
M tty-keys.c
Log Message:
-----------
Bad merge.
Commit: 3a741aacd108538f99239c68bfa2cd416bf0eb46
https://github.com/tmux/tmux/commit/3a741aacd108538f99239c68bfa2cd416bf0eb46
Author: Nicholas Marriott <[email protected]>
Date: 2020-01-30 (Thu, 30 Jan 2020)
Changed paths:
M CHANGES
M Makefile.am
M client.c
M cmd-bind-key.c
M cmd-command-prompt.c
M cmd-list-keys.c
M cmd-parse.y
M cmd-send-keys.c
M compat.h
M format.c
M input-keys.c
M input.c
M key-bindings.c
M proc.c
M resize.c
M server-client.c
M spawn.c
M status.c
M tmux.1
M tmux.c
M tmux.h
M tty-keys.c
M tty-term.c
M tty.c
M window-client.c
M window.c
Log Message:
-----------
Merge branch 'sixel-passthrough' into sixel
Compare: https://github.com/tmux/tmux/compare/40ad01073d73...3a741aacd108
--
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/40ad01-3a741a%40github.com.