Branch: refs/heads/sixel-passthrough
  Home:   https://github.com/tmux/tmux
  Commit: 55eb3e4773b8e73d7073c53aa5a61a017631b519
      
https://github.com/tmux/tmux/commit/55eb3e4773b8e73d7073c53aa5a61a017631b519
  Author: nicm <nicm>
  Date:   2019-12-10 (Tue, 10 Dec 2019)

  Changed paths:
    M cfg.c
    M tmux.h

  Log Message:
  -----------
  Make TMUX_CONF a list of files and expand leading $FOO or ~.


  Commit: 5b2048fbb9fac8a894be52551f28b056cc7d3b66
      
https://github.com/tmux/tmux/commit/5b2048fbb9fac8a894be52551f28b056cc7d3b66
  Author: Thomas Adam <[email protected]>
  Date:   2019-12-10 (Tue, 10 Dec 2019)

  Changed paths:
    M cfg.c
    M tmux.h

  Log Message:
  -----------
  Merge branch 'obsd-master'


  Commit: 15d7e564ddab575dd3ac803989cc99ac13b57198
      
https://github.com/tmux/tmux/commit/15d7e564ddab575dd3ac803989cc99ac13b57198
  Author: Nicholas Marriott <[email protected]>
  Date:   2019-12-10 (Tue, 10 Dec 2019)

  Changed paths:
    M Makefile.am

  Log Message:
  -----------
  Add ~/.config/tmux/tmux.conf to the default search path for configuration 
files
(in Makefile.am, so portable tmux only).


  Commit: 6aeb6790660d39117abaeef2d97c8af5447ae1b8
      
https://github.com/tmux/tmux/commit/6aeb6790660d39117abaeef2d97c8af5447ae1b8
  Author: Nicholas Marriott <[email protected]>
  Date:   2019-12-10 (Tue, 10 Dec 2019)

  Changed paths:
    M CHANGES

  Log Message:
  -----------
  Add to CHANGES.


  Commit: f733d3f3ebd144d0d0e1c11a544eb093637590e6
      
https://github.com/tmux/tmux/commit/f733d3f3ebd144d0d0e1c11a544eb093637590e6
  Author: nicm <nicm>
  Date:   2019-12-11 (Wed, 11 Dec 2019)

  Changed paths:
    M tty.c

  Log Message:
  -----------
  Do not set cursor colour to default unless it has been changed, GitHub
issue 2013.


  Commit: 96abf400a50d3a8dcb7fed0d53c636127c995264
      
https://github.com/tmux/tmux/commit/96abf400a50d3a8dcb7fed0d53c636127c995264
  Author: Thomas Adam <[email protected]>
  Date:   2019-12-11 (Wed, 11 Dec 2019)

  Changed paths:
    M tty.c

  Log Message:
  -----------
  Merge branch 'obsd-master'


  Commit: ab630f72ed7a076a3e49b6649a49f9d8764a861c
      
https://github.com/tmux/tmux/commit/ab630f72ed7a076a3e49b6649a49f9d8764a861c
  Author: nicm <nicm>
  Date:   2019-12-11 (Wed, 11 Dec 2019)

  Changed paths:
    M window-copy.c

  Log Message:
  -----------
  Allow search across wrapped lines and fix some inconsistencies in how th
position is represented, GitHub issue 2014 from Anindya Mukherjee.


  Commit: 64fb7e472a9e627ee486707ab9d30b607d76478a
      
https://github.com/tmux/tmux/commit/64fb7e472a9e627ee486707ab9d30b607d76478a
  Author: nicm <nicm>
  Date:   2019-12-11 (Wed, 11 Dec 2019)

  Changed paths:
    M window-copy.c

  Log Message:
  -----------
  Tweak previous to check the wrapped flag and stop if not set.


  Commit: 0d99519c3d3522e9281f8e0726e3d71fcf3e57f3
      
https://github.com/tmux/tmux/commit/0d99519c3d3522e9281f8e0726e3d71fcf3e57f3
  Author: Thomas Adam <[email protected]>
  Date:   2019-12-11 (Wed, 11 Dec 2019)

  Changed paths:
    M window-copy.c

  Log Message:
  -----------
  Merge branch 'obsd-master'


  Commit: c284ebe0ade7cc85ad6c3fe5ce7ed5108119222d
      
https://github.com/tmux/tmux/commit/c284ebe0ade7cc85ad6c3fe5ce7ed5108119222d
  Author: nicm <nicm>
  Date:   2019-12-12 (Thu, 12 Dec 2019)

  Changed paths:
    M Makefile
    M client.c
    M cmd-capture-pane.c
    M cmd-load-buffer.c
    M cmd-queue.c
    M cmd-save-buffer.c
    M control-notify.c
    M control.c
    A file.c
    M server-client.c
    M server-fn.c
    M tmux.h
    M window.c

  Log Message:
  -----------
  Rewrite the code for reading and writing files. Now, if the client is
not attached, the server process asks it to open the file, similar to
how works for stdin, stdout, stderr. This makes special files like
/dev/fd/X work (used by some shells). stdin, stdout and stderr and
control mode are now just special cases of the same mechanism. This will
also make it easier to use for other commands that read files such as
source-file.


  Commit: 268f2b047a6e9b932a0ff51aa526e1df61d54165
      
https://github.com/tmux/tmux/commit/268f2b047a6e9b932a0ff51aa526e1df61d54165
  Author: nicm <nicm>
  Date:   2019-12-12 (Thu, 12 Dec 2019)

  Changed paths:
    M file.c

  Log Message:
  -----------
  Do not check if client is dead if it is NULL.


  Commit: 5134666702ce972390f39e34bed9b60fe566263a
      
https://github.com/tmux/tmux/commit/5134666702ce972390f39e34bed9b60fe566263a
  Author: nicm <nicm>
  Date:   2019-12-12 (Thu, 12 Dec 2019)

  Changed paths:
    M cfg.c
    M cmd-source-file.c
    M tmux.h

  Log Message:
  -----------
  Change source-file to use new file code which allows it to read from
stdin.


  Commit: 7922f4ee7bd4c18509c6774971fd007a4c5a10e3
      
https://github.com/tmux/tmux/commit/7922f4ee7bd4c18509c6774971fd007a4c5a10e3
  Author: Thomas Adam <[email protected]>
  Date:   2019-12-12 (Thu, 12 Dec 2019)

  Changed paths:
    M Makefile.am
    M cfg.c
    M client.c
    M cmd-capture-pane.c
    M cmd-load-buffer.c
    M cmd-queue.c
    M cmd-save-buffer.c
    M cmd-source-file.c
    M control-notify.c
    M control.c
    A file.c
    M server-client.c
    M server-fn.c
    M tmux.h
    M window.c

  Log Message:
  -----------
  Merge branch 'obsd-master'


  Commit: 2b2b19379110fd90f4d84fb973628900f2d3fd4d
      
https://github.com/tmux/tmux/commit/2b2b19379110fd90f4d84fb973628900f2d3fd4d
  Author: nicm <nicm>
  Date:   2019-12-12 (Thu, 12 Dec 2019)

  Changed paths:
    M cmd-parse.y

  Log Message:
  -----------
  Add function to the right file.


  Commit: dcf41ec9275a2a1a87a5943d9ba189d83de67a89
      
https://github.com/tmux/tmux/commit/dcf41ec9275a2a1a87a5943d9ba189d83de67a89
  Author: nicm <nicm>
  Date:   2019-12-12 (Thu, 12 Dec 2019)

  Changed paths:
    M mode-tree.c

  Log Message:
  -----------
  Do not crash in tree modes if the pane is only 1 in width, reported by
KOIE Hidetaka in GitHub issue 2015.


  Commit: 58908b045b48b224063ce04d3db63741d32d0898
      
https://github.com/tmux/tmux/commit/58908b045b48b224063ce04d3db63741d32d0898
  Author: Thomas Adam <[email protected]>
  Date:   2019-12-12 (Thu, 12 Dec 2019)

  Changed paths:
    M cmd-parse.y
    M mode-tree.c

  Log Message:
  -----------
  Merge branch 'obsd-master'


  Commit: 828001ecc51d94f8e7a7f0da1f42204984ede2e9
      
https://github.com/tmux/tmux/commit/828001ecc51d94f8e7a7f0da1f42204984ede2e9
  Author: nicm <nicm>
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
    M client.c

  Log Message:
  -----------
  Do not spin waiting for exit, instead check in the write callback.


  Commit: 6ce943f4d979423290662f691e3d8a3cded79a42
      
https://github.com/tmux/tmux/commit/6ce943f4d979423290662f691e3d8a3cded79a42
  Author: nicm <nicm>
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
    M client.c

  Log Message:
  -----------
  Need to check in the error callback also.


  Commit: e24e9867ece878572c7cca0a4ff7455b5facd2d6
      
https://github.com/tmux/tmux/commit/e24e9867ece878572c7cca0a4ff7455b5facd2d6
  Author: Thomas Adam <[email protected]>
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
    M client.c

  Log Message:
  -----------
  Merge branch 'obsd-master'


  Commit: 21f9b39f060006fe769034ac2bb9b71d0a910f80
      
https://github.com/tmux/tmux/commit/21f9b39f060006fe769034ac2bb9b71d0a910f80
  Author: nicm <nicm>
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
    M window-buffer.c

  Log Message:
  -----------
  Show UTF-8 in choose-buffer mode. From KOIE Hidetaka.


  Commit: 00723f1f5c9245683f96ba46e1a0049672588241
      
https://github.com/tmux/tmux/commit/00723f1f5c9245683f96ba46e1a0049672588241
  Author: Thomas Adam <[email protected]>
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
    M window-buffer.c

  Log Message:
  -----------
  Merge branch 'obsd-master'


  Commit: e6b02dec199a0f058aee4e9575f57d92b39501f5
      
https://github.com/tmux/tmux/commit/e6b02dec199a0f058aee4e9575f57d92b39501f5
  Author: Nicholas Marriott <[email protected]>
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
    M CHANGES

  Log Message:
  -----------
  Add to CHANGES.


  Commit: eaa58d28dc7da9b2ef0d77f4c8e85aab55b71935
      
https://github.com/tmux/tmux/commit/eaa58d28dc7da9b2ef0d77f4c8e85aab55b71935
  Author: nicm <nicm>
  Date:   2019-12-16 (Mon, 16 Dec 2019)

  Changed paths:
    M client.c
    M file.c
    M server-client.c
    M tmux.h

  Log Message:
  -----------
  Instead of using large buffers in imsgs, add the data or path onto the end.


  Commit: b4520aaf2cb56cd14519e2df9d99ea6efc8ddd03
      
https://github.com/tmux/tmux/commit/b4520aaf2cb56cd14519e2df9d99ea6efc8ddd03
  Author: nicm <nicm>
  Date:   2019-12-16 (Mon, 16 Dec 2019)

  Changed paths:
    M client.c
    M file.c

  Log Message:
  -----------
  Need to include message size in the maximum buffer calculation.


  Commit: 1bdd4828bd0a13d6fb81c903078ad99ff2429b5d
      
https://github.com/tmux/tmux/commit/1bdd4828bd0a13d6fb81c903078ad99ff2429b5d
  Author: nicm <nicm>
  Date:   2019-12-16 (Mon, 16 Dec 2019)

  Changed paths:
    M file.c
    M server-client.c
    M tmux.h

  Log Message:
  -----------
  If /dev/fd/X is a symlink and realpath() expands symlinks, /dev/fd/X
ends up pointing to the wrong place before it is passed to the client.
The path is only used internally so there is no real need for
realpath(), remove it and move the get_path function to file.c where all
the callers are.


  Commit: 52b6ca570627ea58f7b42543ae37398ae63e06d9
      
https://github.com/tmux/tmux/commit/52b6ca570627ea58f7b42543ae37398ae63e06d9
  Author: Thomas Adam <[email protected]>
  Date:   2019-12-16 (Mon, 16 Dec 2019)

  Changed paths:
    M client.c
    M file.c
    M server-client.c
    M tmux.h

  Log Message:
  -----------
  Merge branch 'obsd-master'


  Commit: 479d411ddacf61da4c19ed706cb880f6caa7a663
      
https://github.com/tmux/tmux/commit/479d411ddacf61da4c19ed706cb880f6caa7a663
  Author: Nicholas Marriott <[email protected]>
  Date:   2019-12-16 (Mon, 16 Dec 2019)

  Changed paths:
    M file.c

  Log Message:
  -----------
  Remove imsg.h.


  Commit: 3879509426d8d269acb7b2aec3eb04f5b5a141d3
      
https://github.com/tmux/tmux/commit/3879509426d8d269acb7b2aec3eb04f5b5a141d3
  Author: Nicholas Marriott <[email protected]>
  Date:   2019-12-16 (Mon, 16 Dec 2019)

  Changed paths:
    M compat.h

  Log Message:
  -----------
  Define FNM_CASEFOLD to 0 for AIX, from Eric N Vander Weele.


  Commit: f8cb759bdbf767348dba1ae841a86f2bdafe3f25
      
https://github.com/tmux/tmux/commit/f8cb759bdbf767348dba1ae841a86f2bdafe3f25
  Author: nicm <nicm>
  Date:   2019-12-17 (Tue, 17 Dec 2019)

  Changed paths:
    M cmd-queue.c

  Log Message:
  -----------
  Use the message that has already been built rather than the va_list.


  Commit: 4223293ed862843e15af89b4257c638dce53e1b9
      
https://github.com/tmux/tmux/commit/4223293ed862843e15af89b4257c638dce53e1b9
  Author: Thomas Adam <[email protected]>
  Date:   2019-12-17 (Tue, 17 Dec 2019)

  Changed paths:
    M cmd-queue.c

  Log Message:
  -----------
  Merge branch 'obsd-master'


  Commit: ef54a08080ef7d721d05361bf10e27217c87590e
      
https://github.com/tmux/tmux/commit/ef54a08080ef7d721d05361bf10e27217c87590e
  Author: nicm <nicm>
  Date:   2019-12-18 (Wed, 18 Dec 2019)

  Changed paths:
    M cmd-source-file.c

  Log Message:
  -----------
  Do not rely on errno after glob(3) fails.


  Commit: d0cd68d5e41326f50ceda58728791b08952c08d6
      
https://github.com/tmux/tmux/commit/d0cd68d5e41326f50ceda58728791b08952c08d6
  Author: Thomas Adam <[email protected]>
  Date:   2019-12-18 (Wed, 18 Dec 2019)

  Changed paths:
    M cmd-source-file.c

  Log Message:
  -----------
  Merge branch 'obsd-master'


  Commit: 54efe337993b5571728a09b247c7f39d493659a8
      
https://github.com/tmux/tmux/commit/54efe337993b5571728a09b247c7f39d493659a8
  Author: Nicholas Marriott <[email protected]>
  Date:   2019-12-18 (Wed, 18 Dec 2019)

  Changed paths:
    M spawn.c

  Log Message:
  -----------
  Add back utempter code, reported by Peter Schellenbach.


  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


Compare: https://github.com/tmux/tmux/compare/7c033a74e259...5bb075487f58

-- 
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/7c033a-5bb075%40github.com.

Reply via email to