[tmux/tmux] ac6c1e: remove prototype with no matching function

2024-05-18 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: ac6c1e9589bb5afa12e57b7a6cd8d50174253cce
  
https://github.com/tmux/tmux/commit/ac6c1e9589bb5afa12e57b7a6cd8d50174253cce
  Author: jsg 
  Date:   2024-05-19 (Sun, 19 May 2024)

  Changed paths:
M tmux.h

  Log Message:
  ---
  remove prototype with no matching function


  Commit: 4c2eedca5a75dedc3540e3373048ce7979c82064
  
https://github.com/tmux/tmux/commit/4c2eedca5a75dedc3540e3373048ce7979c82064
  Author: Thomas Adam 
  Date:   2024-05-19 (Sun, 19 May 2024)

  Changed paths:
M tmux.h

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


Compare: https://github.com/tmux/tmux/compare/0903790b0037...4c2eedca5a75

To unsubscribe from these emails, change your notification settings at 
https://github.com/tmux/tmux/settings/notifications

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/090379-4c2eed%40github.com.


[tmux/tmux] da0671: remove externs with no matching var; ok nicm@

2024-05-18 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: da067193091c957b88770902cd49b9b0dece0836
  
https://github.com/tmux/tmux/commit/da067193091c957b88770902cd49b9b0dece0836
  Author: jsg 
  Date:   2024-05-18 (Sat, 18 May 2024)

  Changed paths:
M cmd.c

  Log Message:
  ---
  remove externs with no matching var; ok nicm@


  Commit: 03de52653ed845e43e25ccd17498f028dc618fe8
  
https://github.com/tmux/tmux/commit/03de52653ed845e43e25ccd17498f028dc618fe8
  Author: jsg 
  Date:   2024-05-18 (Sat, 18 May 2024)

  Changed paths:
M tmux.h

  Log Message:
  ---
  remove prototypes with no matching function; ok nicm@


  Commit: 0903790b0037ccacff1c4117bbf29e2f95fa3697
  
https://github.com/tmux/tmux/commit/0903790b0037ccacff1c4117bbf29e2f95fa3697
  Author: Thomas Adam 
  Date:   2024-05-18 (Sat, 18 May 2024)

  Changed paths:
M cmd.c
M tmux.h

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


Compare: https://github.com/tmux/tmux/compare/fc84097379d8...0903790b0037

To unsubscribe from these emails, change your notification settings at 
https://github.com/tmux/tmux/settings/notifications

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/fc8409-090379%40github.com.


[tmux/tmux] d39dce: Use default-shell for command prompt #() and popup...

2024-05-15 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: d39dcea30ad2814a70a1f65e43468a78df4df8e5
  
https://github.com/tmux/tmux/commit/d39dcea30ad2814a70a1f65e43468a78df4df8e5
  Author: nicm 
  Date:   2024-05-15 (Wed, 15 May 2024)

  Changed paths:
M client.c
M job.c
M tmux.c
M tmux.h

  Log Message:
  ---
  Use default-shell for command prompt #() and popups as well


  Commit: fc84097379d8d53481303d021a981c724082e94d
  
https://github.com/tmux/tmux/commit/fc84097379d8d53481303d021a981c724082e94d
  Author: Thomas Adam 
  Date:   2024-05-15 (Wed, 15 May 2024)

  Changed paths:
M client.c
M job.c
M tmux.c
M tmux.h

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


Compare: https://github.com/tmux/tmux/compare/4fd725c6e1bd...fc84097379d8

To unsubscribe from these emails, change your notification settings at 
https://github.com/tmux/tmux/settings/notifications

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/4fd725-fc8409%40github.com.


[tmux/tmux] bfd653: Fix memory leaks reported by Lu Ming Yin.

2024-05-15 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: bfd65398a9787080172dd5cca522aeff49cc9ee5
  
https://github.com/tmux/tmux/commit/bfd65398a9787080172dd5cca522aeff49cc9ee5
  Author: nicm 
  Date:   2024-05-15 (Wed, 15 May 2024)

  Changed paths:
M cmd-confirm-before.c
M status.c

  Log Message:
  ---
  Fix memory leaks reported by Lu Ming Yin.


  Commit: 4fd725c6e1bde5957590546551066219b927aeae
  
https://github.com/tmux/tmux/commit/4fd725c6e1bde5957590546551066219b927aeae
  Author: Thomas Adam 
  Date:   2024-05-15 (Wed, 15 May 2024)

  Changed paths:
M cmd-confirm-before.c
M status.c

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


Compare: https://github.com/tmux/tmux/compare/452d987e0ec4...4fd725c6e1bd

To unsubscribe from these emails, change your notification settings at 
https://github.com/tmux/tmux/settings/notifications

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/452d98-4fd725%40github.com.


[tmux/tmux] a18d11: Add missing time.h to tty.c (from Ismail Donmez), ...

2024-05-14 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: a18d1146aa3b3b935214b8ba40e017ed456903a9
  
https://github.com/tmux/tmux/commit/a18d1146aa3b3b935214b8ba40e017ed456903a9
  Author: nicm 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M server.c
M tty.c

  Log Message:
  ---
  Add missing time.h to tty.c (from Ismail Donmez), also remove some stray
spaces.


  Commit: 452d987e0ec49776b592938ef59ddc883c70013d
  
https://github.com/tmux/tmux/commit/452d987e0ec49776b592938ef59ddc883c70013d
  Author: Thomas Adam 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M server.c
M tty.c

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


Compare: https://github.com/tmux/tmux/compare/8ef899f315c3...452d987e0ec4

To unsubscribe from these emails, change your notification settings at 
https://github.com/tmux/tmux/settings/notifications

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/8ef899-452d98%40github.com.


[tmux/tmux] c96167: Add a command-error hook when a command fails, fro...

2024-05-14 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: c9616700ca94a06e85dd21dd40687ed61934b8fa
  
https://github.com/tmux/tmux/commit/c9616700ca94a06e85dd21dd40687ed61934b8fa
  Author: nicm 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M cmd-queue.c
M options-table.c
M tmux.1

  Log Message:
  ---
  Add a command-error hook when a command fails, from Hugh Davenport in
GitHub issue 3973.


  Commit: 5b5004e5ac95b858ef2e134c9e056dd05a38d430
  
https://github.com/tmux/tmux/commit/5b5004e5ac95b858ef2e134c9e056dd05a38d430
  Author: nicm 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M options-table.c
M tmux.1
M window-copy.c

  Log Message:
  ---
  Revert part of the change for GitHub issue 3675 because it does not work
correctly, it was intended to skip lines that are already being searched
as part of a previous wrapped line but in fact is skipping all lines
except the last in wrapped lines.

Also revert the search-wrapped-lines option (I didn't realize it was
intended to work around this).


  Commit: 8ef899f315c35ece1eb6cddc53914581e9d4887f
  
https://github.com/tmux/tmux/commit/8ef899f315c35ece1eb6cddc53914581e9d4887f
  Author: Thomas Adam 
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
M cmd-queue.c
M options-table.c
M tmux.1
M window-copy.c

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


Compare: https://github.com/tmux/tmux/compare/6ff8f8fbf9f6...8ef899f315c3

To unsubscribe from these emails, change your notification settings at 
https://github.com/tmux/tmux/settings/notifications

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/6ff8f8-8ef899%40github.com.


[tmux/tmux] 8643ec: Fix memory leak, from Fadi Afani.

2024-05-13 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 8643ece345ffcab609cb672dc6a3c4396af2
  
https://github.com/tmux/tmux/commit/8643ece345ffcab609cb672dc6a3c4396af2
  Author: nicm 
  Date:   2024-05-13 (Mon, 13 May 2024)

  Changed paths:
M arguments.c

  Log Message:
  ---
  Fix memory leak, from Fadi Afani.


  Commit: 363d9c401e5a20b97c481ef5db11f7fcb09c9982
  
https://github.com/tmux/tmux/commit/363d9c401e5a20b97c481ef5db11f7fcb09c9982
  Author: Thomas Adam 
  Date:   2024-05-13 (Mon, 13 May 2024)

  Changed paths:
M arguments.c

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


Compare: https://github.com/tmux/tmux/compare/9ba433e52143...363d9c401e5a

To unsubscribe from these emails, change your notification settings at 
https://github.com/tmux/tmux/settings/notifications

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/9ba433-363d9c%40github.com.


[tmux/tmux] ea9f41: correct indentation; no functional change

2024-04-23 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: ea9f416c9912f91f1abd2fda7f5bcb4981102971
  
https://github.com/tmux/tmux/commit/ea9f416c9912f91f1abd2fda7f5bcb4981102971
  Author: jsg 
  Date:   2024-04-23 (Tue, 23 Apr 2024)

  Changed paths:
M cmd-queue.c
M window-copy.c

  Log Message:
  ---
  correct indentation; no functional change
ok tb@


  Commit: 0a8571b6fe4fdd4e741605f1f2b44344bd8edeb8
  
https://github.com/tmux/tmux/commit/0a8571b6fe4fdd4e741605f1f2b44344bd8edeb8
  Author: Thomas Adam 
  Date:   2024-04-23 (Tue, 23 Apr 2024)

  Changed paths:
M cmd-queue.c
M window-copy.c

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


Compare: https://github.com/tmux/tmux/compare/036d8993e6da...0a8571b6fe4f

To unsubscribe from these emails, change your notification settings at 
https://github.com/tmux/tmux/settings/notifications

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/036d89-0a8571%40github.com.


[tmux/tmux] e8530c: Fixes for memory leaks reported by Lu Ming Yin, fi...

2024-04-15 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: e8530c9feedde2fd4b25b0ec1f5bcfe7b3cf8b65
  
https://github.com/tmux/tmux/commit/e8530c9feedde2fd4b25b0ec1f5bcfe7b3cf8b65
  Author: nicm 
  Date:   2024-04-15 (Mon, 15 Apr 2024)

  Changed paths:
M arguments.c
M cmd-command-prompt.c
M cmd-confirm-before.c
M layout-custom.c

  Log Message:
  ---
  Fixes for memory leaks reported by Lu Ming Yin, fixes from Howard Chu.


  Commit: 036d8993e6daf37becf2782e98218b9be9ae8520
  
https://github.com/tmux/tmux/commit/036d8993e6daf37becf2782e98218b9be9ae8520
  Author: Thomas Adam 
  Date:   2024-04-15 (Mon, 15 Apr 2024)

  Changed paths:
M arguments.c
M cmd-command-prompt.c
M cmd-confirm-before.c
M layout-custom.c

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


Compare: https://github.com/tmux/tmux/compare/dd4c0109a93e...036d8993e6da

To unsubscribe from these emails, change your notification settings at 
https://github.com/tmux/tmux/settings/notifications

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/dd4c01-036d89%40github.com.


[tmux/tmux] 424f13: Do not get muddled and crash if focusing a pane th...

2024-04-10 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 424f13fe13036e75b1c80e7751b81529f4cd8e15
  
https://github.com/tmux/tmux/commit/424f13fe13036e75b1c80e7751b81529f4cd8e15
  Author: nicm 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M window.c

  Log Message:
  ---
  Do not get muddled and crash if focusing a pane that is exiting,
reported by Saul Nogueras in GitHub issue 3776.


  Commit: c62a9ca16b8fa199904c7628f0cb95c50593af6f
  
https://github.com/tmux/tmux/commit/c62a9ca16b8fa199904c7628f0cb95c50593af6f
  Author: nicm 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M server-client.c

  Log Message:
  ---
  Correct handling of mouse up events (don't ignore all but the last
released button), and always process down event for double click. From
Rudy Dellomas III in GitHub issue 3919.


  Commit: 553d4cba794b4f81dd42ba139f8dfb54fcd13c16
  
https://github.com/tmux/tmux/commit/553d4cba794b4f81dd42ba139f8dfb54fcd13c16
  Author: nicm 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M input.c
M options-table.c
M tmux.1
M tmux.h

  Log Message:
  ---
  Add an option allow-set-title to forbid applications from changing the
pane title, from someone in GitHub issue 3930.


  Commit: 43530d4397f94beed27acb8f5610338b6dbcc05a
  
https://github.com/tmux/tmux/commit/43530d4397f94beed27acb8f5610338b6dbcc05a
  Author: Thomas Adam 
  Date:   2024-04-10 (Wed, 10 Apr 2024)

  Changed paths:
M input.c
M options-table.c
M server-client.c
M tmux.1
M tmux.h
M window.c

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


Compare: https://github.com/tmux/tmux/compare/4bb6da75bada...43530d4397f9

To unsubscribe from these emails, change your notification settings at 
https://github.com/tmux/tmux/settings/notifications

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/4bb6da-43530d%40github.com.


[tmux/tmux] a28175: Pick newest session as documented, not oldest, fro...

2024-04-04 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: a28175dbfda83961291f9d33a473885dd9330371
  
https://github.com/tmux/tmux/commit/a28175dbfda83961291f9d33a473885dd9330371
  Author: nicm 
  Date:   2024-04-04 (Thu, 04 Apr 2024)

  Changed paths:
M server-fn.c

  Log Message:
  ---
  Pick newest session as documented, not oldest, from Magnus Gross.


  Commit: 4bb6da75bada96b3fa5086487ad0f241dea874bb
  
https://github.com/tmux/tmux/commit/4bb6da75bada96b3fa5086487ad0f241dea874bb
  Author: Thomas Adam 
  Date:   2024-04-05 (Fri, 05 Apr 2024)

  Changed paths:
M server-fn.c

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


Compare: https://github.com/tmux/tmux/compare/fc204bb5e5e6...4bb6da75bada

To unsubscribe from these emails, change your notification settings at 
https://github.com/tmux/tmux/settings/notifications

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/fc204b-4bb6da%40github.com.


[tmux/tmux] 6207a4: Fix selection present check, reported by M Kelly.

2024-03-26 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 6207a45139fccd4ecdb35bee3f65805199f875ee
  
https://github.com/tmux/tmux/commit/6207a45139fccd4ecdb35bee3f65805199f875ee
  Author: nicm 
  Date:   2024-03-26 (Tue, 26 Mar 2024)

  Changed paths:
M window-copy.c

  Log Message:
  ---
  Fix selection present check, reported by M Kelly.


  Commit: fc204bb5e5e6ef4e48f6d6d2b087d2881ad9cf6e
  
https://github.com/tmux/tmux/commit/fc204bb5e5e6ef4e48f6d6d2b087d2881ad9cf6e
  Author: Thomas Adam 
  Date:   2024-03-26 (Tue, 26 Mar 2024)

  Changed paths:
M window-copy.c

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


Compare: https://github.com/tmux/tmux/compare/3c3643f580ca...fc204bb5e5e6

To unsubscribe from these emails, change your notification settings at 
https://github.com/tmux/tmux/settings/notifications

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/3c3643-fc204b%40github.com.


[tmux/tmux] 0c3748: Do not consider a selection present if it is empty...

2024-03-21 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 0c374868ca34cef826e15e7984300f0292b314d8
  
https://github.com/tmux/tmux/commit/0c374868ca34cef826e15e7984300f0292b314d8
  Author: nicm 
  Date:   2024-03-21 (Thu, 21 Mar 2024)

  Changed paths:
M screen.c
M window-copy.c

  Log Message:
  ---
  Do not consider a selection present if it is empty, from Michael Grant
(GitHub issue 3869). Also a typo fix from GitHub issue 3877.


  Commit: 5458cb28502dbdce933827853c31b276b51f3741
  
https://github.com/tmux/tmux/commit/5458cb28502dbdce933827853c31b276b51f3741
  Author: nicm 
  Date:   2024-03-21 (Thu, 21 Mar 2024)

  Changed paths:

  Log Message:
  ---
  Revert detach-client part of last, did not intend this to go in.


  Commit: 6c0067c10360880334afa50815b880d04edcbf42
  
https://github.com/tmux/tmux/commit/6c0067c10360880334afa50815b880d04edcbf42
  Author: nicm 
  Date:   2024-03-21 (Thu, 21 Mar 2024)

  Changed paths:
M cmd-display-panes.c
M cmd-resize-pane.c
M popup.c
M resize.c
M server-fn.c
M tmux.h
M window.c

  Log Message:
  ---
  Do not notify window-layout-changed if the window is about to be
destroyed (since it may have been freed by the time the notify happens),
from Romain Francoise in GitHub issue 3860.


  Commit: 0ae8b681b22aec6a45a38fd286117154957134ff
  
https://github.com/tmux/tmux/commit/0ae8b681b22aec6a45a38fd286117154957134ff
  Author: nicm 
  Date:   2024-03-21 (Thu, 21 Mar 2024)

  Changed paths:
M window-buffer.c

  Log Message:
  ---
  Use -p for default paste-buffer command in buffer mode, it will only do
anything if the application asked for it. From Gregory Anders.


  Commit: 6f0254e6a88ee5e66c8ea5d8723c7adfb7181585
  
https://github.com/tmux/tmux/commit/6f0254e6a88ee5e66c8ea5d8723c7adfb7181585
  Author: nicm 
  Date:   2024-03-21 (Thu, 21 Mar 2024)

  Changed paths:
M tty-keys.c

  Log Message:
  ---
  Look for feature code 21 for DECSLRM and 28 for DECFRA in the device
attributes and also accept level 1 (there is no hardware with this but
some emulators may use it). Pointed out by James Holderness.


  Commit: d8ddeec7db6955434a32acedf7079031c2d8d212
  
https://github.com/tmux/tmux/commit/d8ddeec7db6955434a32acedf7079031c2d8d212
  Author: nicm 
  Date:   2024-03-21 (Thu, 21 Mar 2024)

  Changed paths:
M cmd-display-menu.c

  Log Message:
  ---
  Add -M to always turn mouse on in a menu, GitHub issue 3779.


  Commit: 2e9d7ebf15615b51b014a12de03b0e5483aadf99
  
https://github.com/tmux/tmux/commit/2e9d7ebf15615b51b014a12de03b0e5483aadf99
  Author: nicm 
  Date:   2024-03-21 (Thu, 21 Mar 2024)

  Changed paths:
M options-table.c
M tmux.1

  Log Message:
  ---
  Reduce escape-time default to 10 milliseconds, 500 is far too long for
modern terminals and networks. Case made by Kurtis Rader in GitHub issue
3844.


  Commit: 89c1c43ef96d805d8fcb987c024ef85f994f11fa
  
https://github.com/tmux/tmux/commit/89c1c43ef96d805d8fcb987c024ef85f994f11fa
  Author: nicm 
  Date:   2024-03-21 (Thu, 21 Mar 2024)

  Changed paths:
M screen-write.c

  Log Message:
  ---
  Write padding character into the right position.


  Commit: 3c3643f580ca718a5f6bbeea81abeb0a8bbdb131
  
https://github.com/tmux/tmux/commit/3c3643f580ca718a5f6bbeea81abeb0a8bbdb131
  Author: Thomas Adam 
  Date:   2024-03-21 (Thu, 21 Mar 2024)

  Changed paths:
M cmd-display-menu.c
M cmd-display-panes.c
M cmd-resize-pane.c
M options-table.c
M popup.c
M resize.c
M screen-write.c
M screen.c
M server-fn.c
M tmux.1
M tmux.h
M tty-keys.c
M window-buffer.c
M window-copy.c
M window.c

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


Compare: https://github.com/tmux/tmux/compare/aa17f0e0c1c8...3c3643f580ca

To unsubscribe from these emails, change your notification settings at 
https://github.com/tmux/tmux/settings/notifications

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/aa17f0-3c3643%40github.com.


[tmux/tmux] 8ffd54: Make the attach-session description clearer - do n...

2024-03-13 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 8ffd5458ff850ae556069ed61ec111cefa0a31ea
  
https://github.com/tmux/tmux/commit/8ffd5458ff850ae556069ed61ec111cefa0a31ea
  Author: nicm 
  Date:   2024-03-13 (Wed, 13 Mar 2024)

  Changed paths:
M tmux.1

  Log Message:
  ---
  Make the attach-session description clearer - do not mention creating a
client which is not important, explicitly say the session must exist,
and mention new-session and new-session -A. Prompted by Theo.


  Commit: b79e28b2c30e7ef9b1f7ec6233eeb70a1a177231
  
https://github.com/tmux/tmux/commit/b79e28b2c30e7ef9b1f7ec6233eeb70a1a177231
  Author: Thomas Adam 
  Date:   2024-03-13 (Wed, 13 Mar 2024)

  Changed paths:
M tmux.1

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


Compare: https://github.com/tmux/tmux/compare/b54e1fc4f73b...b79e28b2c30e

To unsubscribe from these emails, change your notification settings at 
https://github.com/tmux/tmux/settings/notifications

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/b54e1f-b79e28%40github.com.


[tmux/tmux] bd29a4: Check for the right flag to fix split-window -p, f...

2024-03-06 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: bd29a48b56ae649d425fd6939d60f75d79d767da
  
https://github.com/tmux/tmux/commit/bd29a48b56ae649d425fd6939d60f75d79d767da
  Author: nicm 
  Date:   2024-03-06 (Wed, 06 Mar 2024)

  Changed paths:
M cmd-split-window.c

  Log Message:
  ---
  Check for the right flag to fix split-window -p, from Bryan Childs.


  Commit: b54e1fc4f73b34f3f9c671289fef8cbbc7771d9c
  
https://github.com/tmux/tmux/commit/b54e1fc4f73b34f3f9c671289fef8cbbc7771d9c
  Author: Thomas Adam 
  Date:   2024-03-07 (Thu, 07 Mar 2024)

  Changed paths:
M cmd-split-window.c

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


Compare: https://github.com/tmux/tmux/compare/bdb6321229ac...b54e1fc4f73b

To unsubscribe from these emails, change your notification settings at 
https://github.com/tmux/tmux/settings/notifications

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/bdb632-b54e1f%40github.com.


[tmux/tmux] 4bdb85: Do not allow paste into panes which have exited, f...

2024-02-13 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 4bdb855020d266ea0a480a53e13c806fcaad9b45
  
https://github.com/tmux/tmux/commit/4bdb855020d266ea0a480a53e13c806fcaad9b45
  Author: nicm 
  Date:   2024-02-13 (Tue, 13 Feb 2024)

  Changed paths:
M cmd-paste-buffer.c
M cmd-pipe-pane.c
M tmux.h
M window.c

  Log Message:
  ---
  Do not allow paste into panes which have exited, from Romain Francoise
in GitHub issue 3830.


  Commit: 40b97b1715182b0ab0274b0c402b34e2cba98f04
  
https://github.com/tmux/tmux/commit/40b97b1715182b0ab0274b0c402b34e2cba98f04
  Author: nicm 
  Date:   2024-02-13 (Tue, 13 Feb 2024)

  Changed paths:
M options-table.c
M proc.c
M server-fn.c
M tmux.1

  Log Message:
  ---
  Add two new values for the destroy-unattached option to destroy sessions
only if they are not members of sessions groups, from Mark Huang, GitHub
issue 3806.


  Commit: 0960862950476a5a519905487d731a8b843d07c2
  
https://github.com/tmux/tmux/commit/0960862950476a5a519905487d731a8b843d07c2
  Author: Thomas Adam 
  Date:   2024-02-13 (Tue, 13 Feb 2024)

  Changed paths:
M cmd-paste-buffer.c
M cmd-pipe-pane.c
M options-table.c
M proc.c
M server-fn.c
M tmux.1
M tmux.h
M window.c

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


Compare: https://github.com/tmux/tmux/compare/44ad25b3673c...096086295047

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/44ad25-096086%40github.com.


[tmux/tmux] 428f8a: Increase buffer size to avoid truncating styles, G...

2024-01-22 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 428f8a9b2884093b5f40b64797753871ddfa67b0
  
https://github.com/tmux/tmux/commit/428f8a9b2884093b5f40b64797753871ddfa67b0
  Author: nicm 
  Date:   2024-01-22 (Mon, 22 Jan 2024)

  Changed paths:
M style.c

  Log Message:
  ---
  Increase buffer size to avoid truncating styles, GitHub issue 3809 from
Ricardo Bittencourt.


  Commit: ea7136fb838a2831d38e11ca94094cea61a01e3a
  
https://github.com/tmux/tmux/commit/ea7136fb838a2831d38e11ca94094cea61a01e3a
  Author: Thomas Adam 
  Date:   2024-01-22 (Mon, 22 Jan 2024)

  Changed paths:
M style.c

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


Compare: https://github.com/tmux/tmux/compare/84faada25b61...ea7136fb838a

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/84faad-ea7136%40github.com.


[tmux/tmux] 2e39d6: Use imsg_get_fd() instead of direct access to imsg.fd

2024-01-16 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 2e39d698d2e6597f0c2c92bbbfd7213dca029b20
  
https://github.com/tmux/tmux/commit/2e39d698d2e6597f0c2c92bbbfd7213dca029b20
  Author: claudio 
  Date:   2024-01-16 (Tue, 16 Jan 2024)

  Changed paths:
M proc.c
M server-client.c

  Log Message:
  ---
  Use imsg_get_fd() instead of direct access to imsg.fd

The change in proc.c can be further simplified once imsg_free() takes
care of unclaimed file descriptors.

OK nicm@


  Commit: 001e26d0bbca8aa53e091ee4a445c2953864fa04
  
https://github.com/tmux/tmux/commit/001e26d0bbca8aa53e091ee4a445c2953864fa04
  Author: Thomas Adam 
  Date:   2024-01-16 (Tue, 16 Jan 2024)

  Changed paths:
M proc.c
M server-client.c

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


Compare: https://github.com/tmux/tmux/compare/e809c2ec359b...001e26d0bbca

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/e809c2-001e26%40github.com.


[tmux/tmux] f02844: Correctly handle window ops with no pane, GitHub i...

2024-01-03 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: f0284454079a23962dab96dc692bec39d346f0d6
  
https://github.com/tmux/tmux/commit/f0284454079a23962dab96dc692bec39d346f0d6
  Author: nicm 
  Date:   2023-12-27 (Wed, 27 Dec 2023)

  Changed paths:
M input.c

  Log Message:
  ---
  Correctly handle window ops with no pane, GitHub issue 3747.


  Commit: 73a2b1208839ea32319616969616ef01b5511c9c
  
https://github.com/tmux/tmux/commit/73a2b1208839ea32319616969616ef01b5511c9c
  Author: nicm 
  Date:   2023-12-27 (Wed, 27 Dec 2023)

  Changed paths:
M screen.c

  Log Message:
  ---
  Always initialize screen mode, GitHub issue 3750 from Ding Fei.


  Commit: 008ecd45927681c6172ca1561eef1c6f4e7f57be
  
https://github.com/tmux/tmux/commit/008ecd45927681c6172ca1561eef1c6f4e7f57be
  Author: nicm 
  Date:   2023-12-27 (Wed, 27 Dec 2023)

  Changed paths:
M tmux.1

  Log Message:
  ---
  groff apparently generates broken output for some common characters in
mdoc, so escaped versions have to be used instead. From Alexis
Hildebrandt in GitHub issue 3762.


  Commit: f7bf7e9671d89ac8b249ea52b7660ead9f700b03
  
https://github.com/tmux/tmux/commit/f7bf7e9671d89ac8b249ea52b7660ead9f700b03
  Author: nicm 
  Date:   2023-12-27 (Wed, 27 Dec 2023)

  Changed paths:
M server-client.c
M tmux.1

  Log Message:
  ---
  Remove flags from the prefix before comparing with the received key so
that modifier keys with flags work correctly, GitHub issue 3764.


  Commit: 40a20bc8ae800e9249037867c863111fcbfa2733
  
https://github.com/tmux/tmux/commit/40a20bc8ae800e9249037867c863111fcbfa2733
  Author: nicm 
  Date:   2023-12-27 (Wed, 27 Dec 2023)

  Changed paths:
M cmd-find-window.c

  Log Message:
  ---
  Only wrap pattern in *s if using a regular expression.


  Commit: e809c2ec359b0fd6151cf33929244b7a7d637119
  
https://github.com/tmux/tmux/commit/e809c2ec359b0fd6151cf33929244b7a7d637119
  Author: Thomas Adam 
  Date:   2024-01-03 (Wed, 03 Jan 2024)

  Changed paths:
M cmd-find-window.c
M input.c
M screen.c
M server-client.c
M tmux.1

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


Compare: https://github.com/tmux/tmux/compare/4266d3efc89c...e809c2ec359b

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/4266d3-e809c2%40github.com.


[tmux/tmux] 4dea35: Don't strdup NULL filename.

2023-11-14 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 4dea352dee37c94a4cd25770a4df9fe24b1dc11b
  
https://github.com/tmux/tmux/commit/4dea352dee37c94a4cd25770a4df9fe24b1dc11b
  Author: nicm 
  Date:   2023-11-14 (Tue, 14 Nov 2023)

  Changed paths:
M arguments.c

  Log Message:
  ---
  Don't strdup NULL filename.


  Commit: bdf8e614af34ba1eaa8243d3a818c8546cb21812
  
https://github.com/tmux/tmux/commit/bdf8e614af34ba1eaa8243d3a818c8546cb21812
  Author: Thomas Adam 
  Date:   2023-11-14 (Tue, 14 Nov 2023)

  Changed paths:
M arguments.c

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


Compare: https://github.com/tmux/tmux/compare/151875d144e5...bdf8e614af34

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/151875-bdf8e6%40github.com.


[tmux/tmux] 1a14d6: Use SM 2026 for Sync which is more widely supporte...

2023-11-14 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 1a14d6d2e1c2a23544eefa6e5e65e05ee7e1aca7
  
https://github.com/tmux/tmux/commit/1a14d6d2e1c2a23544eefa6e5e65e05ee7e1aca7
  Author: nicm 
  Date:   2023-11-14 (Tue, 14 Nov 2023)

  Changed paths:
M tty-features.c

  Log Message:
  ---
  Use SM 2026 for Sync which is more widely supported now.


  Commit: 88fd1f00b8e2c2455df9d15bd0b0e0d0ef5044ac
  
https://github.com/tmux/tmux/commit/88fd1f00b8e2c2455df9d15bd0b0e0d0ef5044ac
  Author: nicm 
  Date:   2023-11-14 (Tue, 14 Nov 2023)

  Changed paths:
M arguments.c
M status.c

  Log Message:
  ---
  Handle NULL client (in config file) when showing a status message; also
copy the file when processing if-shell since it may be freed. GitHub
issue 3746.


  Commit: 151875d144e5c2b76502a2283cc38b04945b958f
  
https://github.com/tmux/tmux/commit/151875d144e5c2b76502a2283cc38b04945b958f
  Author: Thomas Adam 
  Date:   2023-11-14 (Tue, 14 Nov 2023)

  Changed paths:
M arguments.c
M status.c
M tty-features.c

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


Compare: https://github.com/tmux/tmux/compare/381c00a74ea1...151875d144e5

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/381c00-151875%40github.com.


[tmux/tmux] ffa376: Switch to tiparm_s (added in ncurses 6.4-20230424)...

2023-11-02 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: ffa376edf7df3858ae8dc5f606a024c365c0f804
  
https://github.com/tmux/tmux/commit/ffa376edf7df3858ae8dc5f606a024c365c0f804
  Author: nicm 
  Date:   2023-10-17 (Tue, 17 Oct 2023)

  Changed paths:
M tty-term.c

  Log Message:
  ---
  Switch to tiparm_s (added in ncurses 6.4-20230424) instead of tparm,
which allows ncurses to validate the capabilities correctly.


  Commit: 36e1ac65560a34c6fa381f821f6b1b733f9b6ed6
  
https://github.com/tmux/tmux/commit/36e1ac65560a34c6fa381f821f6b1b733f9b6ed6
  Author: nicm 
  Date:   2023-10-23 (Mon, 23 Oct 2023)

  Changed paths:
M screen-write.c
M window.c

  Log Message:
  ---
  Unzoom window at start of destroy so it doesn't happen later (when
destroying panes) after the layout has been freed, GitHub issue 3717.


  Commit: fdf465925e9b3cdd90c15a2f7fb475397f51b993
  
https://github.com/tmux/tmux/commit/fdf465925e9b3cdd90c15a2f7fb475397f51b993
  Author: nicm 
  Date:   2023-10-30 (Mon, 30 Oct 2023)

  Changed paths:
M screen-write.c

  Log Message:
  ---
  Do not allow combined UTF-8 characters that are too long, GitHub issue
3729.


  Commit: 5aadee6df4750a4c428fc7e7edc9e8e315c3f610
  
https://github.com/tmux/tmux/commit/5aadee6df4750a4c428fc7e7edc9e8e315c3f610
  Author: nicm 
  Date:   2023-11-02 (Thu, 02 Nov 2023)

  Changed paths:
M window-copy.c

  Log Message:
  ---
  next-prompt can have 1 argument.


  Commit: 381c00a74ea1eb136a97c86da9a7713190b10a62
  
https://github.com/tmux/tmux/commit/381c00a74ea1eb136a97c86da9a7713190b10a62
  Author: Thomas Adam 
  Date:   2023-11-02 (Thu, 02 Nov 2023)

  Changed paths:
M screen-write.c
M window-copy.c
M window.c

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


Compare: https://github.com/tmux/tmux/compare/a5545dbc9f57...381c00a74ea1

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/a5545d-381c00%40github.com.


[tmux/tmux] 347cd0: Fix a couple of mouse mode flag names.

2023-09-19 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 347cd0b5f8a12a95bb85006be0210201c501d114
  
https://github.com/tmux/tmux/commit/347cd0b5f8a12a95bb85006be0210201c501d114
  Author: nicm 
  Date:   2023-09-19 (Tue, 19 Sep 2023)

  Changed paths:
M screen.c

  Log Message:
  ---
  Fix a couple of mouse mode flag names.


  Commit: b8072052c14d1450d2eb89542f2493121f84
  
https://github.com/tmux/tmux/commit/b8072052c14d1450d2eb89542f2493121f84
  Author: Thomas Adam 
  Date:   2023-09-19 (Tue, 19 Sep 2023)

  Changed paths:
M screen.c

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


Compare: https://github.com/tmux/tmux/compare/0ca28b362e1a...b8072052

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/0ca28b-b8%40github.com.


[tmux/tmux] f09cde: Change UTF-8 combining to inspect the previous cha...

2023-09-17 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: f09cde2542470e5c1a292cc6871c4f0e00cedde5
  
https://github.com/tmux/tmux/commit/f09cde2542470e5c1a292cc6871c4f0e00cedde5
  Author: nicm 
  Date:   2023-09-15 (Fri, 15 Sep 2023)

  Changed paths:
M screen-write.c
M server.c
M tmux.h
M tty.c
M utf8-combined.c
M utf8.c

  Log Message:
  ---
  Change UTF-8 combining to inspect the previous character at the cursor
position rather than keeping the last character from the input stream,
this is how most terminals work and fixes problems with displaying these
characters in vim. GitHub issue 3600.


  Commit: 7e79108f8a0d109b058f07cd84f17957f730432a
  
https://github.com/tmux/tmux/commit/7e79108f8a0d109b058f07cd84f17957f730432a
  Author: nicm 
  Date:   2023-09-16 (Sat, 16 Sep 2023)

  Changed paths:
M tmux.1

  Log Message:
  ---
  Remove next- and previous-prompt added in error. GitHub issue 3696.


  Commit: b202a2f1b517a3de7141fc35fbd9e39ed5ac5284
  
https://github.com/tmux/tmux/commit/b202a2f1b517a3de7141fc35fbd9e39ed5ac5284
  Author: Thomas Adam 
  Date:   2023-09-17 (Sun, 17 Sep 2023)

  Changed paths:
M screen-write.c
M server.c
M tmux.1
M tmux.h
M tty.c
M utf8-combined.c
M utf8.c

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


Compare: https://github.com/tmux/tmux/compare/9f9156c0303a...b202a2f1b517

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/9f9156-b202a2%40github.com.


[tmux/tmux] d39429: Add -t to source-file, GitHub issue 3473.

2023-09-15 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: d394293ba59fc932085eb8c01592822a9b1ec1f7
  
https://github.com/tmux/tmux/commit/d394293ba59fc932085eb8c01592822a9b1ec1f7
  Author: nicm 
  Date:   2023-09-15 (Fri, 15 Sep 2023)

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

  Log Message:
  ---
  Add -t to source-file, GitHub issue 3473.


  Commit: 9f9156c0303ad9c50fd44e0561ef0f5bb21a418b
  
https://github.com/tmux/tmux/commit/9f9156c0303ad9c50fd44e0561ef0f5bb21a418b
  Author: Thomas Adam 
  Date:   2023-09-15 (Fri, 15 Sep 2023)

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

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


Compare: https://github.com/tmux/tmux/compare/c57a09269b2a...9f9156c0303a

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/c57a09-9f9156%40github.com.


[tmux/tmux] 8191c5: Reset combine flag only if text is actually proces...

2023-09-14 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 8191c587378b0bb6f9f6818b1d721cea56fe08ff
  
https://github.com/tmux/tmux/commit/8191c587378b0bb6f9f6818b1d721cea56fe08ff
  Author: nicm 
  Date:   2023-09-14 (Thu, 14 Sep 2023)

  Changed paths:
M screen-write.c

  Log Message:
  ---
  Reset combine flag only if text is actually processed.


  Commit: c57a09269b2a40bc78cb03febb24acfdaddd7331
  
https://github.com/tmux/tmux/commit/c57a09269b2a40bc78cb03febb24acfdaddd7331
  Author: Thomas Adam 
  Date:   2023-09-14 (Thu, 14 Sep 2023)

  Changed paths:
M screen-write.c

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


Compare: https://github.com/tmux/tmux/compare/f68d35c52962...c57a09269b2a

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/f68d35-c57a09%40github.com.


[tmux/tmux] 487281: Use DECSLRM and DECFRA only at level 4 rather than...

2023-09-08 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 4872811ba78bd68c71d40b820065c093ed427970
  
https://github.com/tmux/tmux/commit/4872811ba78bd68c71d40b820065c093ed427970
  Author: nicm 
  Date:   2023-09-08 (Fri, 08 Sep 2023)

  Changed paths:
M format.c
M tty-keys.c

  Log Message:
  ---
  Use DECSLRM and DECFRA only at level 4 rather than checking the terminal
id.


  Commit: c02bc4dbe9692fb8f698509a35c3abccf895f263
  
https://github.com/tmux/tmux/commit/c02bc4dbe9692fb8f698509a35c3abccf895f263
  Author: nicm 
  Date:   2023-09-08 (Fri, 08 Sep 2023)

  Changed paths:
M tty-keys.c

  Log Message:
  ---
  On second thoughts, do check DA2 for DECFRA and DECSLRM since that will
catch terminals that say they are VT520 even if we can't use DA1
(because of VTE).


  Commit: f68d35c52962c095e81db0de28219529fd6f355e
  
https://github.com/tmux/tmux/commit/f68d35c52962c095e81db0de28219529fd6f355e
  Author: Thomas Adam 
  Date:   2023-09-08 (Fri, 08 Sep 2023)

  Changed paths:
M format.c
M tty-keys.c

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


Compare: https://github.com/tmux/tmux/compare/1a1290f30b21...f68d35c52962

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/1a1290-f68d35%40github.com.


[tmux/tmux] 9653a5: Use DECSLRM and DECFRA on terminals pretending to ...

2023-09-07 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 9653a52a6a406a9c0b665bea5b706b571c6117be
  
https://github.com/tmux/tmux/commit/9653a52a6a406a9c0b665bea5b706b571c6117be
  Author: nicm 
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M tty-keys.c

  Log Message:
  ---
  Use DECSLRM and DECFRA on terminals pretending to be VT520 or VT525 as
well as VT420.


  Commit: 32197fa52dd53b7afbd0a175616278507a125db3
  
https://github.com/tmux/tmux/commit/32197fa52dd53b7afbd0a175616278507a125db3
  Author: Thomas Adam 
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M tty-keys.c

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


Compare: https://github.com/tmux/tmux/compare/d60c8942ce7f...32197fa52dd5

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/d60c89-32197f%40github.com.


[tmux/tmux] c99f9e: Accept 65 for VT525 as well.

2023-09-07 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: c99f9e92e0abaf5f359aa251b9ba677e136f1009
  
https://github.com/tmux/tmux/commit/c99f9e92e0abaf5f359aa251b9ba677e136f1009
  Author: nicm 
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M tty-keys.c

  Log Message:
  ---
  Accept 65 for VT525 as well.


  Commit: d60c8942ce7f03cad01e5d920c622636739fcae1
  
https://github.com/tmux/tmux/commit/d60c8942ce7f03cad01e5d920c622636739fcae1
  Author: Thomas Adam 
  Date:   2023-09-07 (Thu, 07 Sep 2023)

  Changed paths:
M tty-keys.c

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


Compare: https://github.com/tmux/tmux/compare/e26356607e38...d60c8942ce7f

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/e26356-d60c89%40github.com.


[tmux/tmux] 43e5e8: Skip wrapped lines in top level search loop becaus...

2023-09-04 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 43e5e80343185e69a1b864fc48095ede0b898180
  
https://github.com/tmux/tmux/commit/43e5e80343185e69a1b864fc48095ede0b898180
  Author: nicm 
  Date:   2023-09-04 (Mon, 04 Sep 2023)

  Changed paths:
M window-copy.c

  Log Message:
  ---
  Skip wrapped lines in top level search loop because they will be
combined in the inner loop (in window_copy_search_rl_regex and the
others), avoids searching the same text multiple times. Also add a line
length limit for regex searches. GitHub issue 3675.


  Commit: e26356607e38cbb4676a7c91815ae2d5734443c3
  
https://github.com/tmux/tmux/commit/e26356607e38cbb4676a7c91815ae2d5734443c3
  Author: Thomas Adam 
  Date:   2023-09-04 (Mon, 04 Sep 2023)

  Changed paths:
M window-copy.c

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


Compare: https://github.com/tmux/tmux/compare/1742138f0534...e26356607e38

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/174213-e26356%40github.com.


[tmux/tmux] c767d6: Request terminal colours again on SIGWINCH but at ...

2023-09-02 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: c767d62329597b9152c0e1b33ba2656be8e0bced
  
https://github.com/tmux/tmux/commit/c767d62329597b9152c0e1b33ba2656be8e0bced
  Author: nicm 
  Date:   2023-09-02 (Sat, 02 Sep 2023)

  Changed paths:
M server-client.c
M tmux.h
M tty-keys.c
M tty.c

  Log Message:
  ---
  Request terminal colours again on SIGWINCH but at most once every 30
seconds, GitHub issue 3582.


  Commit: 1742138f0534d953f640308c924576dd2e189cd6
  
https://github.com/tmux/tmux/commit/1742138f0534d953f640308c924576dd2e189cd6
  Author: Thomas Adam 
  Date:   2023-09-02 (Sat, 02 Sep 2023)

  Changed paths:
M server-client.c
M tmux.h
M tty-keys.c
M tty.c

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


Compare: https://github.com/tmux/tmux/compare/7ad29b98311b...1742138f0534

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/7ad29b-174213%40github.com.


[tmux/tmux] c55426: Set visited flag on last windows when linking sess...

2023-09-02 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: c5542637d736424c3b73c6277bd70ac255762eaf
  
https://github.com/tmux/tmux/commit/c5542637d736424c3b73c6277bd70ac255762eaf
  Author: nicm 
  Date:   2023-09-02 (Sat, 02 Sep 2023)

  Changed paths:
M session.c

  Log Message:
  ---
  Set visited flag on last windows when linking session.


  Commit: d209fe9b1ef5cf135f86058942e3caa6f998038c
  
https://github.com/tmux/tmux/commit/d209fe9b1ef5cf135f86058942e3caa6f998038c
  Author: nicm 
  Date:   2023-09-02 (Sat, 02 Sep 2023)

  Changed paths:
M tmux.1
M tmux.h
M tty-features.c
M tty-term.c
M tty.c

  Log Message:
  ---
  Setulc only does RGB colour so add Setulc1 to do non-RGB colours, GitHub
issue 3627.


  Commit: 7ad29b98311b4961d203dc360e6a21f35dac9f97
  
https://github.com/tmux/tmux/commit/7ad29b98311b4961d203dc360e6a21f35dac9f97
  Author: Thomas Adam 
  Date:   2023-09-02 (Sat, 02 Sep 2023)

  Changed paths:
M session.c
M tmux.1
M tmux.h
M tty-features.c
M tty-term.c
M tty.c

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


Compare: https://github.com/tmux/tmux/compare/e7c829fc67c9...7ad29b98311b

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/e7c829-7ad29b%40github.com.


[tmux/tmux] f78279: Add missing -T to getopt string.

2023-09-01 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: f78279bb2ef98ce7aa36928e461b3d0a98a6ddd9
  
https://github.com/tmux/tmux/commit/f78279bb2ef98ce7aa36928e461b3d0a98a6ddd9
  Author: nicm 
  Date:   2023-09-01 (Fri, 01 Sep 2023)

  Changed paths:
M cmd-capture-pane.c

  Log Message:
  ---
  Add missing -T to getopt string.


  Commit: 579829eef233ec927d9c71692fd880ddef66c2e7
  
https://github.com/tmux/tmux/commit/579829eef233ec927d9c71692fd880ddef66c2e7
  Author: nicm 
  Date:   2023-09-01 (Fri, 01 Sep 2023)

  Changed paths:
M utf8-combined.c

  Log Message:
  ---
  Only compare the actual size of the UTF-8 character, not all of it.


  Commit: e7c829fc67c9b037402ad1624139de33665fb96b
  
https://github.com/tmux/tmux/commit/e7c829fc67c9b037402ad1624139de33665fb96b
  Author: Thomas Adam 
  Date:   2023-09-01 (Fri, 01 Sep 2023)

  Changed paths:
M cmd-capture-pane.c
M utf8-combined.c

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


Compare: https://github.com/tmux/tmux/compare/3aa20f6e758a...e7c829fc67c9

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/3aa20f-e7c829%40github.com.


[tmux/tmux] a99d7c: makefile: fixup bad merge

2023-09-01 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: a99d7c63148e7d60c4368a711f6e0e7ff101b56a
  
https://github.com/tmux/tmux/commit/a99d7c63148e7d60c4368a711f6e0e7ff101b56a
  Author: Thomas Adam 
  Date:   2023-09-01 (Fri, 01 Sep 2023)

  Changed paths:
M Makefile.am

  Log Message:
  ---
  makefile: fixup bad merge


-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/cf1ed6-a99d7c%40github.com.


[tmux/tmux] c1e6e5: Add detach-on-destroy previous and next, mostly fr...

2023-09-01 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: c1e6e54e6ee9517dcb2f789d99bbf06c66b9dc44
  
https://github.com/tmux/tmux/commit/c1e6e54e6ee9517dcb2f789d99bbf06c66b9dc44
  Author: nicm 
  Date:   2023-09-01 (Fri, 01 Sep 2023)

  Changed paths:
M options-table.c
M server-fn.c
M session.c
M tmux.1

  Log Message:
  ---
  Add detach-on-destroy previous and next, mostly from Alexis Hildebrandt.


  Commit: c41d59f232a7243bfff34ec3f02adc76fddc91b2
  
https://github.com/tmux/tmux/commit/c41d59f232a7243bfff34ec3f02adc76fddc91b2
  Author: nicm 
  Date:   2023-09-01 (Fri, 01 Sep 2023)

  Changed paths:
M cmd-new-window.c

  Log Message:
  ---
  Expand name before looking for window with -S, GitHub issue 3670.


  Commit: 9456258ccc03a1a959cfb7d020011d751b39bb1b
  
https://github.com/tmux/tmux/commit/9456258ccc03a1a959cfb7d020011d751b39bb1b
  Author: nicm 
  Date:   2023-09-01 (Fri, 01 Sep 2023)

  Changed paths:
M Makefile
M screen-write.c
M server.c
M tmux.h
A utf8-combined.c
M utf8.c
M window-copy.c

  Log Message:
  ---
  Rewrite combined character handling to be more consistent and to support
newer Unicode combined characters (which we have to "know" are combined
since they are not width zero). GitHub issue 3600.


  Commit: 16e4b3935904113bf21f0b9884b684008658e84a
  
https://github.com/tmux/tmux/commit/16e4b3935904113bf21f0b9884b684008658e84a
  Author: nicm 
  Date:   2023-09-01 (Fri, 01 Sep 2023)

  Changed paths:
M screen-write.c

  Log Message:
  ---
  Clear combine flag when a non-UTF-8 set of characters is encountered.


  Commit: 1aec420465eab1cf6e4666851f950621e006b26d
  
https://github.com/tmux/tmux/commit/1aec420465eab1cf6e4666851f950621e006b26d
  Author: Thomas Adam 
  Date:   2023-09-01 (Fri, 01 Sep 2023)

  Changed paths:
M Makefile.am
M cmd-new-window.c
M options-table.c
M screen-write.c
M server-fn.c
M server.c
M session.c
M tmux.1
M tmux.h
A utf8-combined.c
M utf8.c
M window-copy.c

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


  Commit: cf1ed67fcca19503ee8737106a26e37f30671175
  
https://github.com/tmux/tmux/commit/cf1ed67fcca19503ee8737106a26e37f30671175
  Author: Thomas Adam 
  Date:   2023-09-01 (Fri, 01 Sep 2023)

  Changed paths:
M screen-write.c

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


Compare: https://github.com/tmux/tmux/compare/d682ef88e6ea...cf1ed67fcca1

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/d682ef-cf1ed6%40github.com.


[tmux/tmux] a9841a: portable: fixup merge

2023-08-23 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: a9841a6d1e1e58d3568b39eaeb0f4846a15b8e3d
  
https://github.com/tmux/tmux/commit/a9841a6d1e1e58d3568b39eaeb0f4846a15b8e3d
  Author: Thomas Adam 
  Date:   2023-08-23 (Wed, 23 Aug 2023)

  Changed paths:
M input.c

  Log Message:
  ---
  portable: fixup merge


-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/70ecf1-a9841a%40github.com.


[tmux/tmux] 52084b: Log what input_dcs_dispatch does with the input data.

2023-08-23 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 52084b2948032db4de728f4fc690760345a40ef2
  
https://github.com/tmux/tmux/commit/52084b2948032db4de728f4fc690760345a40ef2
  Author: nicm 
  Date:   2023-08-23 (Wed, 23 Aug 2023)

  Changed paths:
M input.c

  Log Message:
  ---
  Log what input_dcs_dispatch does with the input data.


  Commit: 71d453f169ffac345db3e4c82f4409fc41091002
  
https://github.com/tmux/tmux/commit/71d453f169ffac345db3e4c82f4409fc41091002
  Author: nicm 
  Date:   2023-08-23 (Wed, 23 Aug 2023)

  Changed paths:
M cmd-run-shell.c
M tmux.1

  Log Message:
  ---
  Add -c to run-shell to set working directory, from someone in GitHub
issue 3661.


  Commit: 70ecf17f857837d399a2cb641fa9628a12615cb3
  
https://github.com/tmux/tmux/commit/70ecf17f857837d399a2cb641fa9628a12615cb3
  Author: Thomas Adam 
  Date:   2023-08-23 (Wed, 23 Aug 2023)

  Changed paths:
M cmd-run-shell.c
M input.c
M tmux.1

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


Compare: https://github.com/tmux/tmux/compare/071849f82f64...70ecf17f8578

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/071849-70ecf1%40github.com.


[tmux/tmux] 863684: Add a session, pane and user mouse range types for...

2023-08-17 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 8636848e6348bb0e38cd6dbe61e15181bc8f
  
https://github.com/tmux/tmux/commit/8636848e6348bb0e38cd6dbe61e15181bc8f
  Author: nicm 
  Date:   2023-08-17 (Thu, 17 Aug 2023)

  Changed paths:
M cmd.c
M format-draw.c
M format.c
M server-client.c
M style.c
M tmux.1
M tmux.h

  Log Message:
  ---
  Add a session, pane and user mouse range types for the status line and
add format variables for mouse_status_line and mouse_status_range so
they can be associated with different commands in the key bindings.
GitHub issue 3652.


  Commit: e3a8b8434cf656164d74ae115ebccd432144ed2c
  
https://github.com/tmux/tmux/commit/e3a8b8434cf656164d74ae115ebccd432144ed2c
  Author: Thomas Adam 
  Date:   2023-08-17 (Thu, 17 Aug 2023)

  Changed paths:
M cmd.c
M format-draw.c
M format.c
M server-client.c
M style.c
M tmux.1
M tmux.h

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


Compare: https://github.com/tmux/tmux/compare/3d93b0c52ecd...e3a8b8434cf6

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/3d93b0-e3a8b8%40github.com.


[tmux/tmux] b770a4: Add an option menu-selected-style to configure the...

2023-08-15 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: b770a429c63a8e286dbd3939215fbffa59e73d9a
  
https://github.com/tmux/tmux/commit/b770a429c63a8e286dbd3939215fbffa59e73d9a
  Author: nicm 
  Date:   2023-08-15 (Tue, 15 Aug 2023)

  Changed paths:
M cmd-display-menu.c
M menu.c
M mode-tree.c
M options-table.c
M popup.c
M screen-write.c
M status.c
M tmux.1
M tmux.h

  Log Message:
  ---
  Add an option menu-selected-style to configure the currently selected
menu item, from Alexis Hildebrandt.


  Commit: 6a45e6c256d15b14bf3af081576a939a18419da7
  
https://github.com/tmux/tmux/commit/6a45e6c256d15b14bf3af081576a939a18419da7
  Author: Thomas Adam 
  Date:   2023-08-15 (Tue, 15 Aug 2023)

  Changed paths:
M cmd-display-menu.c
M menu.c
M mode-tree.c
M options-table.c
M popup.c
M screen-write.c
M status.c
M tmux.1
M tmux.h

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


Compare: https://github.com/tmux/tmux/compare/11e69f6025f5...6a45e6c256d1

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/11e69f-6a45e6%40github.com.


[tmux/tmux] dee72e: Add options and flags for menu styles similar to t...

2023-08-08 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: dee72ed41f54d9ba12b1ce20c18476d9276a876d
  
https://github.com/tmux/tmux/commit/dee72ed41f54d9ba12b1ce20c18476d9276a876d
  Author: nicm 
  Date:   2023-08-08 (Tue, 08 Aug 2023)

  Changed paths:
M cmd-display-menu.c
M menu.c
M mode-tree.c
M options-table.c
M popup.c
M screen-write.c
M status.c

  Log Message:
  ---
  Add options and flags for menu styles similar to those existing for
popups, from Alexis Hildebrandt. GitHub issue 3650.


  Commit: 7a44984069328b3eaab36d590c403d23d109aa47
  
https://github.com/tmux/tmux/commit/7a44984069328b3eaab36d590c403d23d109aa47
  Author: nicm 
  Date:   2023-08-08 (Tue, 08 Aug 2023)

  Changed paths:
M input.c
M tmux.1
M tmux.h
M window-copy.c

  Log Message:
  ---
  Add flag to next-prompt/previous-prompt to go to command output instead,
from Magnus Gross.


  Commit: 4c60afde782cd024da5663d98c628c62efb013e0
  
https://github.com/tmux/tmux/commit/4c60afde782cd024da5663d98c628c62efb013e0
  Author: Thomas Adam 
  Date:   2023-08-08 (Tue, 08 Aug 2023)

  Changed paths:
M cmd-display-menu.c
M input.c
M menu.c
M mode-tree.c
M options-table.c
M popup.c
M screen-write.c
M status.c
M tmux.1
M tmux.h
M window-copy.c

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


Compare: https://github.com/tmux/tmux/compare/ed689cd54ebf...4c60afde782c

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/ed689c-4c60af%40github.com.


[tmux/tmux] 2b535b: Fix a couple of rounded border characters, from Al...

2023-08-08 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 2b535bc173548a9a6d57a92c9f4f7c74bfae7709
  
https://github.com/tmux/tmux/commit/2b535bc173548a9a6d57a92c9f4f7c74bfae7709
  Author: nicm 
  Date:   2023-08-08 (Tue, 08 Aug 2023)

  Changed paths:
M tty-acs.c

  Log Message:
  ---
  Fix a couple of rounded border characters, from Alexis Hildebrandt.


  Commit: 1071ef8fc5bd5d2776dd6b413ce0535a0f81be65
  
https://github.com/tmux/tmux/commit/1071ef8fc5bd5d2776dd6b413ce0535a0f81be65
  Author: nicm 
  Date:   2023-08-08 (Tue, 08 Aug 2023)

  Changed paths:
M menu.c
M screen-write.c
M tmux.h
M window-client.c

  Log Message:
  ---
  Extend the menu drawing function to support custom characters and
styles, from Alexis Hildebrandt.


  Commit: ed689cd54ebf36030342d1799dc7785f22c89686
  
https://github.com/tmux/tmux/commit/ed689cd54ebf36030342d1799dc7785f22c89686
  Author: Thomas Adam 
  Date:   2023-08-08 (Tue, 08 Aug 2023)

  Changed paths:
M menu.c
M screen-write.c
M tmux.h
M tty-acs.c
M window-client.c

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


Compare: https://github.com/tmux/tmux/compare/b791f00bf16e...ed689cd54ebf

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/b791f0-ed689c%40github.com.


[tmux/tmux] 7b1030: Free title earlier, from Alexis Hildebrandt.

2023-08-07 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 7b1030293ceade6b17f4b046be0add11755c8602
  
https://github.com/tmux/tmux/commit/7b1030293ceade6b17f4b046be0add11755c8602
  Author: nicm 
  Date:   2023-08-07 (Mon, 07 Aug 2023)

  Changed paths:
M cmd-display-menu.c

  Log Message:
  ---
  Free title earlier, from Alexis Hildebrandt.


  Commit: b791f00bf16eebc42376b107b6c197de8132c481
  
https://github.com/tmux/tmux/commit/b791f00bf16eebc42376b107b6c197de8132c481
  Author: Thomas Adam 
  Date:   2023-08-07 (Mon, 07 Aug 2023)

  Changed paths:
M cmd-display-menu.c

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


Compare: https://github.com/tmux/tmux/compare/3e82ad534096...b791f00bf16e

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/3e82ad-b791f0%40github.com.


[tmux/tmux] a5fd80: Trim can generate strings longer than the original...

2023-08-07 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: a5fd80bbc3e6a65ce0e3bce4cf820db3ae0f3165
  
https://github.com/tmux/tmux/commit/a5fd80bbc3e6a65ce0e3bce4cf820db3ae0f3165
  Author: nicm 
  Date:   2023-08-07 (Mon, 07 Aug 2023)

  Changed paths:
M format-draw.c

  Log Message:
  ---
  Trim can generate strings longer than the original if there are many #s,
so create a bigger buffer. Reported by Robert Morris.


  Commit: 3e82ad53409676cd67b69554651f94395508d96b
  
https://github.com/tmux/tmux/commit/3e82ad53409676cd67b69554651f94395508d96b
  Author: Thomas Adam 
  Date:   2023-08-07 (Mon, 07 Aug 2023)

  Changed paths:
M format-draw.c

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


Compare: https://github.com/tmux/tmux/compare/fda393773485...3e82ad534096

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/fda393-3e82ad%40github.com.


[tmux/tmux] b13c23: Correct visited flag when the last window list is ...

2023-07-19 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: b13c2307497c1d905c07e7c21cd78b2c223fa4ee
  
https://github.com/tmux/tmux/commit/b13c2307497c1d905c07e7c21cd78b2c223fa4ee
  Author: nicm 
  Date:   2023-07-19 (Wed, 19 Jul 2023)

  Changed paths:
M session.c

  Log Message:
  ---
  Correct visited flag when the last window list is rebuilt by renumbering
windows, appears to fix hang reported by Mark Kelly.


  Commit: fda393773485c7c9236e4cf0c18668ab809d2574
  
https://github.com/tmux/tmux/commit/fda393773485c7c9236e4cf0c18668ab809d2574
  Author: Thomas Adam 
  Date:   2023-07-19 (Wed, 19 Jul 2023)

  Changed paths:
M session.c

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


Compare: https://github.com/tmux/tmux/compare/715f39a53a93...fda393773485

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/715f39-fda393%40github.com.


[tmux/tmux] 2f74e8: Set extended keys flag again after reset, from Eri...

2023-07-14 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 2f74e811f12a3d5d2e61789dbd184a23849e8cce
  
https://github.com/tmux/tmux/commit/2f74e811f12a3d5d2e61789dbd184a23849e8cce
  Author: nicm 
  Date:   2023-07-14 (Fri, 14 Jul 2023)

  Changed paths:
M screen-write.c

  Log Message:
  ---
  Set extended keys flag again after reset, from Eric T Johnson.


  Commit: 715f39a53a93394ab5d697228c7a41661357948b
  
https://github.com/tmux/tmux/commit/715f39a53a93394ab5d697228c7a41661357948b
  Author: Thomas Adam 
  Date:   2023-07-14 (Fri, 14 Jul 2023)

  Changed paths:
M screen-write.c

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


Compare: https://github.com/tmux/tmux/compare/828efc7bcf72...715f39a53a93

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/828efc-715f39%40github.com.


[tmux/tmux] 84936b: Use 8 for underscore colour defaults instead of 0 ...

2023-07-13 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 84936b832f7a2ec1d4b98aad4eb285087a1a2708
  
https://github.com/tmux/tmux/commit/84936b832f7a2ec1d4b98aad4eb285087a1a2708
  Author: nicm 
  Date:   2023-07-13 (Thu, 13 Jul 2023)

  Changed paths:
M grid.c
M input.c
M tty.c

  Log Message:
  ---
  Use 8 for underscore colour defaults instead of 0 which is less
confusing, and fix writing tge default colour. GitHub issue 3627.


  Commit: 828efc7bcf721049c85f108a9cebe798079cbd06
  
https://github.com/tmux/tmux/commit/828efc7bcf721049c85f108a9cebe798079cbd06
  Author: Thomas Adam 
  Date:   2023-07-13 (Thu, 13 Jul 2023)

  Changed paths:
M grid.c
M input.c
M tty.c

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


Compare: https://github.com/tmux/tmux/compare/c8494dff7b6b...828efc7bcf72

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/c8494d-828efc%40github.com.


[tmux/tmux] 8fcc21: Remove Ns and Li and change Nm to Ic, suggested by...

2023-07-11 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 8fcc212e7a24cfb4cc3973469c4ee8974e7d9bde
  
https://github.com/tmux/tmux/commit/8fcc212e7a24cfb4cc3973469c4ee8974e7d9bde
  Author: nicm 
  Date:   2023-07-11 (Tue, 11 Jul 2023)

  Changed paths:
M tmux.1

  Log Message:
  ---
  Remove Ns and Li and change Nm to Ic, suggested by jmc.


  Commit: c8494dff7b6b9a996866edaf8c57c4e4b393acd0
  
https://github.com/tmux/tmux/commit/c8494dff7b6b9a996866edaf8c57c4e4b393acd0
  Author: Thomas Adam 
  Date:   2023-07-11 (Tue, 11 Jul 2023)

  Changed paths:
M tmux.1

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


Compare: https://github.com/tmux/tmux/compare/0e281530cbec...c8494dff7b6b

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/0e2815-c8494d%40github.com.


[tmux/tmux] efded9: Add descriptions of copy mode commands, from Micha...

2023-07-11 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: efded95ed7f5d206527bf517940f08a54f3c5930
  
https://github.com/tmux/tmux/commit/efded95ed7f5d206527bf517940f08a54f3c5930
  Author: nicm 
  Date:   2023-07-11 (Tue, 11 Jul 2023)

  Changed paths:
M tmux.1

  Log Message:
  ---
  Add descriptions of copy mode commands, from Michael Bianco.


  Commit: 0e281530cbec0710a06692f00d89faa3a7d87e2f
  
https://github.com/tmux/tmux/commit/0e281530cbec0710a06692f00d89faa3a7d87e2f
  Author: Thomas Adam 
  Date:   2023-07-11 (Tue, 11 Jul 2023)

  Changed paths:
M tmux.1

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


Compare: https://github.com/tmux/tmux/compare/18870913c532...0e281530cbec

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/188709-0e2815%40github.com.


[tmux/tmux] 63b728: It should no longer be necessary to ignore SIGCHLD...

2023-07-10 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 63b728237716594d711ef9e7ee3a0203d43f6723
  
https://github.com/tmux/tmux/commit/63b728237716594d711ef9e7ee3a0203d43f6723
  Author: nicm 
  Date:   2023-07-10 (Mon, 10 Jul 2023)

  Changed paths:
M client.c

  Log Message:
  ---
  It should no longer be necessary to ignore SIGCHLD because it is now
blocked around daemon(), and doing so causes trouble with newer libevent
(it cannot restore the original handler). Reported by Azat Khuzhin in
GitHub issue 3626.


  Commit: 18870913c5325988a7eb61cce4af09576da3fd45
  
https://github.com/tmux/tmux/commit/18870913c5325988a7eb61cce4af09576da3fd45
  Author: Thomas Adam 
  Date:   2023-07-10 (Mon, 10 Jul 2023)

  Changed paths:
M client.c

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


Compare: https://github.com/tmux/tmux/compare/269dab4b3e59...18870913c532

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/269dab-188709%40github.com.


[tmux/tmux] 8b3e2e: Use a stack for last panes line windows, from Thom...

2023-07-10 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 8b3e2eab5afde62a4eb87b132b4196105c1cfaa6
  
https://github.com/tmux/tmux/commit/8b3e2eab5afde62a4eb87b132b4196105c1cfaa6
  Author: nicm 
  Date:   2023-07-10 (Mon, 10 Jul 2023)

  Changed paths:
M cmd-find.c
M cmd-select-pane.c
M cmd-swap-pane.c
M format.c
M spawn.c
M tmux.h
M window.c

  Log Message:
  ---
  Use a stack for last panes line windows, from Thomas Bertschinger in
GitHub issue 3588.


  Commit: 4ece43a02961dc6726e97b05caca9a3c53793826
  
https://github.com/tmux/tmux/commit/4ece43a02961dc6726e97b05caca9a3c53793826
  Author: nicm 
  Date:   2023-07-10 (Mon, 10 Jul 2023)

  Changed paths:
M client.c

  Log Message:
  ---
  Loop around waitpid in client, from Azat Khuzhin.


  Commit: 269dab4b3e593ade4995ebbcb428025f51c542fd
  
https://github.com/tmux/tmux/commit/269dab4b3e593ade4995ebbcb428025f51c542fd
  Author: Thomas Adam 
  Date:   2023-07-10 (Mon, 10 Jul 2023)

  Changed paths:
M client.c
M cmd-find.c
M cmd-select-pane.c
M cmd-swap-pane.c
M format.c
M spawn.c
M tmux.h
M window.c

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


Compare: https://github.com/tmux/tmux/compare/e4c4ceb2865f...269dab4b3e59

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/e4c4ce-269dab%40github.com.


[tmux/tmux] b7e22d: Call closefrom after removing signals because newe...

2023-07-09 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: b7e22d00b4530ecf6b86884c0f27cbad38a6345c
  
https://github.com/tmux/tmux/commit/b7e22d00b4530ecf6b86884c0f27cbad38a6345c
  Author: nicm 
  Date:   2023-07-09 (Sun, 09 Jul 2023)

  Changed paths:
M spawn.c

  Log Message:
  ---
  Call closefrom after removing signals because newer libevent doesn't
like its signal fd being closed Azat Khuzhin.


  Commit: e4c4ceb2865fd9d2006a85c7f48bb7b6dd2f5c49
  
https://github.com/tmux/tmux/commit/e4c4ceb2865fd9d2006a85c7f48bb7b6dd2f5c49
  Author: Thomas Adam 
  Date:   2023-07-10 (Mon, 10 Jul 2023)

  Changed paths:
M spawn.c

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


Compare: https://github.com/tmux/tmux/compare/1a11c972aed1...e4c4ceb2865f

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/1a11c9-e4c4ce%40github.com.


[tmux/tmux] 43b841: Add support for marking lines with a shell prompt ...

2023-07-03 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 43b841f188c994966e00e59c96581b876652bef1
  
https://github.com/tmux/tmux/commit/43b841f188c994966e00e59c96581b876652bef1
  Author: nicm 
  Date:   2023-07-03 (Mon, 03 Jul 2023)

  Changed paths:
M input.c
M tmux.1
M tmux.h
M window-copy.c

  Log Message:
  ---
  Add support for marking lines with a shell prompt based on the OSC 133
extension, from Munif Tanjim in GitHub issue 3596.


  Commit: 1a11c972aed11c1996d732f15ad16f02c668b5a0
  
https://github.com/tmux/tmux/commit/1a11c972aed11c1996d732f15ad16f02c668b5a0
  Author: Thomas Adam 
  Date:   2023-07-03 (Mon, 03 Jul 2023)

  Changed paths:
M input.c
M tmux.1
M tmux.h
M window-copy.c

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


Compare: https://github.com/tmux/tmux/compare/f9b0460840b6...1a11c972aed1

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/f9b046-1a11c9%40github.com.


[tmux/tmux] ac4318: Do not risk writing over the end of the buffer whe...

2023-07-03 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: ac43186dff0f4e92a566987bb9108d6c5421e9ff
  
https://github.com/tmux/tmux/commit/ac43186dff0f4e92a566987bb9108d6c5421e9ff
  Author: nicm 
  Date:   2023-07-03 (Mon, 03 Jul 2023)

  Changed paths:
M format.c

  Log Message:
  ---
  Do not risk writing over the end of the buffer when it ends in #
(because strchr \0 will be non-NULL), reported by Robert Morris in
GitHub issue 3610.


  Commit: f9b0460840b68ae2a569d7965d934ef733ebdf52
  
https://github.com/tmux/tmux/commit/f9b0460840b68ae2a569d7965d934ef733ebdf52
  Author: Thomas Adam 
  Date:   2023-07-03 (Mon, 03 Jul 2023)

  Changed paths:
M format.c

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


Compare: https://github.com/tmux/tmux/compare/659d876cd57c...f9b0460840b6

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/659d87-f9b046%40github.com.


[tmux/tmux] e79fb2: Another warning fix for GCC from Thomas Klausner.

2023-07-03 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: e79fb214f8001c309c9ae11eba5fcbbac97f1acf
  
https://github.com/tmux/tmux/commit/e79fb214f8001c309c9ae11eba5fcbbac97f1acf
  Author: nicm 
  Date:   2023-07-03 (Mon, 03 Jul 2023)

  Changed paths:
M utf8.c

  Log Message:
  ---
  Another warning fix for GCC from Thomas Klausner.


  Commit: 659d876cd57c345d653b12f02a75d383ce38eacb
  
https://github.com/tmux/tmux/commit/659d876cd57c345d653b12f02a75d383ce38eacb
  Author: Thomas Adam 
  Date:   2023-07-03 (Mon, 03 Jul 2023)

  Changed paths:
M utf8.c

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


Compare: https://github.com/tmux/tmux/compare/9cf58d1a52ad...659d876cd57c

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/9cf58d-659d87%40github.com.


[tmux/tmux] a2a02f: Change a few types to fix warnings, from Thomas Kl...

2023-06-30 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: a2a02fd7d75a9d866570261fd428fefa773a6bf8
  
https://github.com/tmux/tmux/commit/a2a02fd7d75a9d866570261fd428fefa773a6bf8
  Author: nicm 
  Date:   2023-06-30 (Fri, 30 Jun 2023)

  Changed paths:
M arguments.c
M grid.c
M regsub.c
M utf8.c
M window-tree.c

  Log Message:
  ---
  Change a few types to fix warnings, from Thomas Klausner.


  Commit: 9cf58d1a52adf4c2d2d93b0bc455ffa8dbb134e9
  
https://github.com/tmux/tmux/commit/9cf58d1a52adf4c2d2d93b0bc455ffa8dbb134e9
  Author: Thomas Adam 
  Date:   2023-07-01 (Sat, 01 Jul 2023)

  Changed paths:
M arguments.c
M grid.c
M regsub.c
M utf8.c
M window-tree.c

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


Compare: https://github.com/tmux/tmux/compare/237ee6f2311b...9cf58d1a52ad

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/237ee6-9cf58d%40github.com.


[tmux/tmux] 4e5789: Get rid of some warnings with GCC 10, from Thomas ...

2023-06-30 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 4e57894e8506f27844fc0e6353475a0b61fd7807
  
https://github.com/tmux/tmux/commit/4e57894e8506f27844fc0e6353475a0b61fd7807
  Author: nicm 
  Date:   2023-06-30 (Fri, 30 Jun 2023)

  Changed paths:
M cmd-resize-window.c
M format.c
M hyperlinks.c
M input.c
M notify.c
M tty-keys.c
M tty-term.c

  Log Message:
  ---
  Get rid of some warnings with GCC 10, from Thomas Klausner.


  Commit: 237ee6f2311b351b8a3bb3b46e17622f6e3b6bb9
  
https://github.com/tmux/tmux/commit/237ee6f2311b351b8a3bb3b46e17622f6e3b6bb9
  Author: Thomas Adam 
  Date:   2023-06-30 (Fri, 30 Jun 2023)

  Changed paths:
M cmd-resize-window.c
M format.c
M hyperlinks.c
M input.c
M notify.c
M tty-keys.c
M tty-term.c

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


Compare: https://github.com/tmux/tmux/compare/8c9fbbf4f3ba...237ee6f2311b

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/8c9fbb-237ee6%40github.com.


[tmux/tmux] 254621: When exiting alternate screen, there is no need to...

2023-06-26 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 2546216019efcbb37bfa67ba8ac101c49d42c48b
  
https://github.com/tmux/tmux/commit/2546216019efcbb37bfa67ba8ac101c49d42c48b
  Author: nicm 
  Date:   2023-06-26 (Mon, 26 Jun 2023)

  Changed paths:
M screen.c

  Log Message:
  ---
  When exiting alternate screen, there is no need to reflow when going
back to old size since the contents will be overwritten. GitHub issue
3510.


  Commit: 3f3d61bd588fc87d38efc6b2b59378523dace822
  
https://github.com/tmux/tmux/commit/3f3d61bd588fc87d38efc6b2b59378523dace822
  Author: Thomas Adam 
  Date:   2023-06-26 (Mon, 26 Jun 2023)

  Changed paths:
M screen.c

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


Compare: https://github.com/tmux/tmux/compare/80d4f4afc69f...3f3d61bd588f

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/80d4f4-3f3d61%40github.com.


[tmux/tmux] ff8882: Add "us" to styles for underscore colour, GitHub i...

2023-06-26 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: ff8882a24f44594c871ad849f885bcd895836e73
  
https://github.com/tmux/tmux/commit/ff8882a24f44594c871ad849f885bcd895836e73
  Author: nicm 
  Date:   2023-06-26 (Mon, 26 Jun 2023)

  Changed paths:
M style.c
M tmux.1
M tty.c

  Log Message:
  ---
  Add "us" to styles for underscore colour, GitHub issue 3589.


  Commit: 80d4f4afc69fcd0699bfec49b55fc846e97dcc97
  
https://github.com/tmux/tmux/commit/80d4f4afc69fcd0699bfec49b55fc846e97dcc97
  Author: Thomas Adam 
  Date:   2023-06-26 (Mon, 26 Jun 2023)

  Changed paths:
M style.c
M tmux.1
M tty.c

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


Compare: https://github.com/tmux/tmux/compare/ffe2410639b1...80d4f4afc69f

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/ffe241-80d4f4%40github.com.


[tmux/tmux] 9e14c1: SGR 0 should not end hyperlink, reported by Lucas ...

2023-06-25 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 9e14c1f88de6bf812e0eaae0c05b782702e687f1
  
https://github.com/tmux/tmux/commit/9e14c1f88de6bf812e0eaae0c05b782702e687f1
  Author: nicm 
  Date:   2023-06-25 (Sun, 25 Jun 2023)

  Changed paths:
M input.c

  Log Message:
  ---
  SGR 0 should not end hyperlink, reported by Lucas Trzesniewski.


  Commit: ffe2410639b1f9d5ba40a2df9f4f8df976b1617d
  
https://github.com/tmux/tmux/commit/ffe2410639b1f9d5ba40a2df9f4f8df976b1617d
  Author: Thomas Adam 
  Date:   2023-06-25 (Sun, 25 Jun 2023)

  Changed paths:
M input.c

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


Compare: https://github.com/tmux/tmux/compare/29a5dfc7c057...ffe2410639b1

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/29a5df-ffe241%40github.com.


[tmux/tmux] 645bf8: Check fdopen return value, from Christian Menges.

2023-06-21 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 645bf8b3ab9606bff1d94842ea14556c9f1d620a
  
https://github.com/tmux/tmux/commit/645bf8b3ab9606bff1d94842ea14556c9f1d620a
  Author: nicm 
  Date:   2023-06-21 (Wed, 21 Jun 2023)

  Changed paths:
M popup.c

  Log Message:
  ---
  Check fdopen return value, from Christian Menges.


  Commit: 29a5dfc7c0574fcb7ff742a2a6566a8b0800adaa
  
https://github.com/tmux/tmux/commit/29a5dfc7c0574fcb7ff742a2a6566a8b0800adaa
  Author: Thomas Adam 
  Date:   2023-06-21 (Wed, 21 Jun 2023)

  Changed paths:
M popup.c

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


Compare: https://github.com/tmux/tmux/compare/f41c536ff386...29a5dfc7c057

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/f41c53-29a5df%40github.com.


[tmux/tmux] bdd05b: Fix mismatch between function prototype and defini...

2023-06-08 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: bdd05bdbd3ee204d4bc7f4fad5a0bedc4ab6c254
  
https://github.com/tmux/tmux/commit/bdd05bdbd3ee204d4bc7f4fad5a0bedc4ab6c254
  Author: nicm 
  Date:   2023-06-08 (Thu, 08 Jun 2023)

  Changed paths:
M popup.c
M tmux.h

  Log Message:
  ---
  Fix mismatch between function prototype and definition, from Anindya
Mukherjee.


  Commit: f41c536ff386f24d9e1c12eed960408e4a85b05b
  
https://github.com/tmux/tmux/commit/f41c536ff386f24d9e1c12eed960408e4a85b05b
  Author: Thomas Adam 
  Date:   2023-06-08 (Thu, 08 Jun 2023)

  Changed paths:
M popup.c
M tmux.h

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


Compare: https://github.com/tmux/tmux/compare/fe385b180f8f...f41c536ff386

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/fe385b-f41c53%40github.com.


[tmux/tmux] 1d9839: Add format for server_sessions, from Magnus Gross.

2023-05-19 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 1d98394b411d8f6c9a3be862a541b34fbd6c97f5
  
https://github.com/tmux/tmux/commit/1d98394b411d8f6c9a3be862a541b34fbd6c97f5
  Author: nicm 
  Date:   2023-05-19 (Fri, 19 May 2023)

  Changed paths:
M format.c
M tmux.1

  Log Message:
  ---
  Add format for server_sessions, from Magnus Gross.


  Commit: 0eb5d2545367c4d051861c33452d33f25b427e89
  
https://github.com/tmux/tmux/commit/0eb5d2545367c4d051861c33452d33f25b427e89
  Author: Thomas Adam 
  Date:   2023-05-19 (Fri, 19 May 2023)

  Changed paths:
M format.c
M tmux.1

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


Compare: https://github.com/tmux/tmux/compare/149d9cc851db...0eb5d2545367

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/149d9c-0eb5d2%40github.com.


[tmux/tmux] 204d8f: Reorder struct grid_cell_entry

2023-05-08 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 204d8f31d7fc003e41622e21a9303dc017ad14fa
  
https://github.com/tmux/tmux/commit/204d8f31d7fc003e41622e21a9303dc017ad14fa
  Author: tb 
  Date:   2023-05-08 (Mon, 08 May 2023)

  Changed paths:
M grid.c
M tmux.h

  Log Message:
  ---
  Reorder struct grid_cell_entry

On aarch64 with llvm 15, the new -Wunaligned-access emits noise on every
one of tmux's source files. This avoids this warning by moving a u_char
to the end of the struct. This does not change the size of the struct on
any architecture.

ok nicm


  Commit: 149d9cc851dbf184b5b2041a5ec4be426b2f2914
  
https://github.com/tmux/tmux/commit/149d9cc851dbf184b5b2041a5ec4be426b2f2914
  Author: Thomas Adam 
  Date:   2023-05-08 (Mon, 08 May 2023)

  Changed paths:
M grid.c
M tmux.h

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


Compare: https://github.com/tmux/tmux/compare/fbe6fe7f55cf...149d9cc851db

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/fbe6fe-149d9c%40github.com.


[tmux/tmux] bf636d: Do not fatal if tparm fails, instead just log it (...

2023-04-28 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: bf636d9575806134ca7efd917ee0d54e9330ae86
  
https://github.com/tmux/tmux/commit/bf636d9575806134ca7efd917ee0d54e9330ae86
  Author: nicm 
  Date:   2023-04-28 (Fri, 28 Apr 2023)

  Changed paths:
M tty-term.c

  Log Message:
  ---
  Do not fatal if tparm fails, instead just log it (not working sequences
are better than exiting).


  Commit: 41b318ac7c881fc4cdf834ea5e14a7e8646605aa
  
https://github.com/tmux/tmux/commit/41b318ac7c881fc4cdf834ea5e14a7e8646605aa
  Author: nicm 
  Date:   2023-04-28 (Fri, 28 Apr 2023)

  Changed paths:
M cmd-confirm-before.c
M tmux.1

  Log Message:
  ---
  Add options to change the confirm key and default behaviour of
confirm-before. From Elias Assaf in GitHub issue 3548; prompted by an
earlier change from Yutaro Yoshii in GitHub issue 3496.


  Commit: fbe6fe7f55cfc2a32f9cee4cb50502a53d3ce8bb
  
https://github.com/tmux/tmux/commit/fbe6fe7f55cfc2a32f9cee4cb50502a53d3ce8bb
  Author: Thomas Adam 
  Date:   2023-04-28 (Fri, 28 Apr 2023)

  Changed paths:
M cmd-confirm-before.c
M tmux.1
M tty-term.c

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


Compare: https://github.com/tmux/tmux/compare/168eab11a7ce...fbe6fe7f55cf

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/168eab-fbe6fe%40github.com.


[tmux/tmux] d73078: For passthrough, don't write to clients attached t...

2023-04-27 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: d73078838dc9cadb42e0f4762847806076684cc8
  
https://github.com/tmux/tmux/commit/d73078838dc9cadb42e0f4762847806076684cc8
  Author: nicm 
  Date:   2023-03-27 (Mon, 27 Mar 2023)

  Changed paths:
M screen-write.c
M tty.c

  Log Message:
  ---
  For passthrough, don't write to clients attached to different sessions,
based on a fix from Sergei Grechanik.


  Commit: c21af7e446beafd27a7a0384186bc480fd2e126d
  
https://github.com/tmux/tmux/commit/c21af7e446beafd27a7a0384186bc480fd2e126d
  Author: nicm 
  Date:   2023-03-27 (Mon, 27 Mar 2023)

  Changed paths:
M format.c
M input.c
M tmux.1
M tmux.h
M window.c

  Log Message:
  ---
  Add a format to show if there are unseen changes while in a mode, from
Dan Aloni in GitHub issue 3498.


  Commit: a2018b2c3ffd488824c599c340c2c67095f04919
  
https://github.com/tmux/tmux/commit/a2018b2c3ffd488824c599c340c2c67095f04919
  Author: nicm 
  Date:   2023-04-03 (Mon, 03 Apr 2023)

  Changed paths:
M tmux.1

  Log Message:
  ---
  Clarify text for new -A slightly, GitHub issue 3508.


  Commit: 280fe77eddc877f3d0a58ad3195a1e5856ac91c4
  
https://github.com/tmux/tmux/commit/280fe77eddc877f3d0a58ad3195a1e5856ac91c4
  Author: nicm 
  Date:   2023-04-17 (Mon, 17 Apr 2023)

  Changed paths:
M tty-keys.c

  Log Message:
  ---
  Discard mouse sequences that have the right form but actually are
invalid (for example have column zero rather than one).


  Commit: bcafe51378b1b16a9a9429d9ad074d5a5d700144
  
https://github.com/tmux/tmux/commit/bcafe51378b1b16a9a9429d9ad074d5a5d700144
  Author: nicm 
  Date:   2023-04-17 (Mon, 17 Apr 2023)

  Changed paths:
M file.c

  Log Message:
  ---
  Make the check if printing is allowed the same as writing which is less
confusing.


  Commit: 9f605178c375b3722408c241a93f6d18090eead1
  
https://github.com/tmux/tmux/commit/9f605178c375b3722408c241a93f6d18090eead1
  Author: nicm 
  Date:   2023-04-17 (Mon, 17 Apr 2023)

  Changed paths:
M tmux.c

  Log Message:
  ---
  It seems silly to use progname for version, just always say tmux.


  Commit: 48eba4c195165fb0f51afeb8b1eb56739b31431d
  
https://github.com/tmux/tmux/commit/48eba4c195165fb0f51afeb8b1eb56739b31431d
  Author: nicm 
  Date:   2023-04-17 (Mon, 17 Apr 2023)

  Changed paths:
M status.c
M tmux.h

  Log Message:
  ---
  Ignore the user keys range when checking if a key is Unicode.


  Commit: 551e0c36d95b1a9de1febf8f062fdc9d64b682df
  
https://github.com/tmux/tmux/commit/551e0c36d95b1a9de1febf8f062fdc9d64b682df
  Author: nicm 
  Date:   2023-04-25 (Tue, 25 Apr 2023)

  Changed paths:
M tty.c

  Log Message:
  ---
  Invalidate cached tty state after changing features since they may
change what the terminal can do and need mouse sequences or similar to
be sent again, GitHub issue 3513.


  Commit: 8f34504736cf3547992c4ba948c1e65f3813715c
  
https://github.com/tmux/tmux/commit/8f34504736cf3547992c4ba948c1e65f3813715c
  Author: nicm 
  Date:   2023-04-25 (Tue, 25 Apr 2023)

  Changed paths:
M tmux.h
M tty-term.c
M tty.c

  Log Message:
  ---
  Tidy tparm wrapper functions to have more obvious names and check tparm
return value.


  Commit: 9d8131c190908bcbf19de55b377f587aa5cd4cdd
  
https://github.com/tmux/tmux/commit/9d8131c190908bcbf19de55b377f587aa5cd4cdd
  Author: Thomas Adam 
  Date:   2023-04-27 (Thu, 27 Apr 2023)

  Changed paths:
M file.c
M format.c
M input.c
M screen-write.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.c

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


Compare: https://github.com/tmux/tmux/compare/0ff991b25faf...9d8131c19090

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/0ff991-9d8131%40github.com.


[tmux/tmux] a9ac61: Do not leak screen in popups, GitHub issue 3492.

2023-03-15 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: a9ac61469175e45c8ba58ae0360306aa06c0cd59
  
https://github.com/tmux/tmux/commit/a9ac61469175e45c8ba58ae0360306aa06c0cd59
  Author: nicm 
  Date:   2023-03-15 (Wed, 15 Mar 2023)

  Changed paths:
M cmd-display-menu.c
M popup.c

  Log Message:
  ---
  Do not leak screen in popups, GitHub issue 3492.


  Commit: 22eb0334c325245e7a49610f91c7842cb6408f4d
  
https://github.com/tmux/tmux/commit/22eb0334c325245e7a49610f91c7842cb6408f4d
  Author: Thomas Adam 
  Date:   2023-03-15 (Wed, 15 Mar 2023)

  Changed paths:
M cmd-display-menu.c
M popup.c

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


Compare: https://github.com/tmux/tmux/compare/1d0f68dee9f7...22eb0334c325

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/1d0f68-22eb03%40github.com.


[tmux/tmux] ac4bb8: Fix command prompt not to always append argument b...

2023-03-15 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: ac4bb89d4355a7a9bd2abe4cb27b31a445f7cd99
  
https://github.com/tmux/tmux/commit/ac4bb89d4355a7a9bd2abe4cb27b31a445f7cd99
  Author: nicm 
  Date:   2023-03-15 (Wed, 15 Mar 2023)

  Changed paths:
M arguments.c
M cmd-command-prompt.c
M cmd-parse.y

  Log Message:
  ---
  Fix command prompt not to always append argument but only if there has
actually been expansion. GitHub issue 3493.


  Commit: 1d0f68dee9f71c504e03616fa472a408a6caa49b
  
https://github.com/tmux/tmux/commit/1d0f68dee9f71c504e03616fa472a408a6caa49b
  Author: Thomas Adam 
  Date:   2023-03-15 (Wed, 15 Mar 2023)

  Changed paths:
M arguments.c
M cmd-command-prompt.c
M cmd-parse.y

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


Compare: https://github.com/tmux/tmux/compare/b55f34029ac0...1d0f68dee9f7

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/b55f34-1d0f68%40github.com.


[tmux/tmux] 907f58: Fix cursor position after zero width space, GitHub...

2023-02-10 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 907f58cc3c2c76184dfd06129902b2147a2e4c5b
  
https://github.com/tmux/tmux/commit/907f58cc3c2c76184dfd06129902b2147a2e4c5b
  Author: nicm 
  Date:   2023-02-10 (Fri, 10 Feb 2023)

  Changed paths:
M screen-write.c

  Log Message:
  ---
  Fix cursor position after zero width space, GitHub issue 3469.


  Commit: b55f34029ac05474dfd993c187b9c61bbcd4e1a1
  
https://github.com/tmux/tmux/commit/b55f34029ac05474dfd993c187b9c61bbcd4e1a1
  Author: Thomas Adam 
  Date:   2023-02-10 (Fri, 10 Feb 2023)

  Changed paths:
M screen-write.c

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


Compare: https://github.com/tmux/tmux/compare/023b0f76c371...b55f34029ac0

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/023b0f-b55f34%40github.com.


[tmux/tmux] 1262e6: Remove old buffer when renaming rather than compla...

2023-02-07 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 1262e685b827a155d68e92f44077bfd1d44f1812
  
https://github.com/tmux/tmux/commit/1262e685b827a155d68e92f44077bfd1d44f1812
  Author: nicm 
  Date:   2023-02-07 (Tue, 07 Feb 2023)

  Changed paths:
M paste.c

  Log Message:
  ---
  Remove old buffer when renaming rather than complaining, GitHub issue
3467 from Jean-Philippe Paradis.


  Commit: 023b0f76c3712281e30041f086b91c89f9525d33
  
https://github.com/tmux/tmux/commit/023b0f76c3712281e30041f086b91c89f9525d33
  Author: Thomas Adam 
  Date:   2023-02-07 (Tue, 07 Feb 2023)

  Changed paths:
M paste.c

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


Compare: https://github.com/tmux/tmux/compare/ddaeebc2133b...023b0f76c371

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/ddaeeb-023b0f%40github.com.


[tmux/tmux] 0bd78b: Add an L modifier like P, W, S to loop over client...

2023-02-07 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 0bd78b42c0a379e46645a7083e0b4785b19e39aa
  
https://github.com/tmux/tmux/commit/0bd78b42c0a379e46645a7083e0b4785b19e39aa
  Author: nicm 
  Date:   2023-02-07 (Tue, 07 Feb 2023)

  Changed paths:
M format.c
M tmux.1

  Log Message:
  ---
  Add an L modifier like P, W, S to loop over clients. Also fix some long
lines in tmux(1).


  Commit: ddaeebc2133b991aacac78dea672add480895465
  
https://github.com/tmux/tmux/commit/ddaeebc2133b991aacac78dea672add480895465
  Author: Thomas Adam 
  Date:   2023-02-07 (Tue, 07 Feb 2023)

  Changed paths:
M format.c
M tmux.1

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


Compare: https://github.com/tmux/tmux/compare/4a0126f7fb90...ddaeebc2133b

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/4a0126-ddaeeb%40github.com.


[tmux/tmux] 7acc8d: Add -f to list-clients like the other list command...

2023-02-06 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 7acc8d703dec9f02e072ebc95495d634868b62e4
  
https://github.com/tmux/tmux/commit/7acc8d703dec9f02e072ebc95495d634868b62e4
  Author: nicm 
  Date:   2023-02-06 (Mon, 06 Feb 2023)

  Changed paths:
M cmd-list-clients.c
M tmux.1

  Log Message:
  ---
  Add -f to list-clients like the other list commands, from Andy Walker in
GitHub issue 3449.


  Commit: 4a0126f7fb9071f2833632536b2c113f5840d2ff
  
https://github.com/tmux/tmux/commit/4a0126f7fb9071f2833632536b2c113f5840d2ff
  Author: Thomas Adam 
  Date:   2023-02-06 (Mon, 06 Feb 2023)

  Changed paths:
M cmd-list-clients.c
M tmux.1

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


Compare: https://github.com/tmux/tmux/compare/77118f3a9f7b...4a0126f7fb90

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/77118f-4a0126%40github.com.


[tmux/tmux] 77118f: portable: remove vis.h

2023-02-05 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 77118f3a9f7bdbe0c199432155b956c08f32b260
  
https://github.com/tmux/tmux/commit/77118f3a9f7bdbe0c199432155b956c08f32b260
  Author: Thomas Adam 
  Date:   2023-02-06 (Mon, 06 Feb 2023)

  Changed paths:
M server-client.c

  Log Message:
  ---
  portable: remove vis.h

This is included portably across different systems.


-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/e25926-77118f%40github.com.


[tmux/tmux] 93b1b7: Extend display-message to work for control clients...

2023-02-05 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 93b1b781504f8de30f1858a4d0cf013396143c53
  
https://github.com/tmux/tmux/commit/93b1b781504f8de30f1858a4d0cf013396143c53
  Author: nicm 
  Date:   2023-02-05 (Sun, 05 Feb 2023)

  Changed paths:
M cmd-display-message.c
M cmd-queue.c
M server-client.c
M tmux.1
M tmux.h

  Log Message:
  ---
  Extend display-message to work for control clients. GitHub issue 3449.


  Commit: 0cb75f1332f7d2b5a3c610c2d76c5c53ef129c7c
  
https://github.com/tmux/tmux/commit/0cb75f1332f7d2b5a3c610c2d76c5c53ef129c7c
  Author: nicm 
  Date:   2023-02-05 (Sun, 05 Feb 2023)

  Changed paths:
M menu.c

  Log Message:
  ---
  Do not allow multiple line separators in a row.


  Commit: e25926d3c4b7b836228d371a2c6450c913986c8f
  
https://github.com/tmux/tmux/commit/e25926d3c4b7b836228d371a2c6450c913986c8f
  Author: Thomas Adam 
  Date:   2023-02-06 (Mon, 06 Feb 2023)

  Changed paths:
M cmd-display-message.c
M cmd-queue.c
M menu.c
M server-client.c
M tmux.1
M tmux.h

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


Compare: https://github.com/tmux/tmux/compare/493922dc4b15...e25926d3c4b7

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/493922-e25926%40github.com.


[tmux/tmux] 993e7a: Tweak note for D key binding, from Clark Wang.

2023-02-02 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 993e7a937fc416c17d96b455cce14b4db561d744
  
https://github.com/tmux/tmux/commit/993e7a937fc416c17d96b455cce14b4db561d744
  Author: nicm 
  Date:   2023-02-02 (Thu, 02 Feb 2023)

  Changed paths:
M key-bindings.c

  Log Message:
  ---
  Tweak note for D key binding, from Clark Wang.


  Commit: f10854cfc5e43f646b02b3031bfc4bc3f5f6c513
  
https://github.com/tmux/tmux/commit/f10854cfc5e43f646b02b3031bfc4bc3f5f6c513
  Author: nicm 
  Date:   2023-02-02 (Thu, 02 Feb 2023)

  Changed paths:
M layout-custom.c

  Log Message:
  ---
  Add a missing error message which causes an invalid layout name to crash.


  Commit: 493922dc4b150218ab35fbbb8c5cf6a90fc4f24c
  
https://github.com/tmux/tmux/commit/493922dc4b150218ab35fbbb8c5cf6a90fc4f24c
  Author: Thomas Adam 
  Date:   2023-02-02 (Thu, 02 Feb 2023)

  Changed paths:
M key-bindings.c
M layout-custom.c

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


Compare: https://github.com/tmux/tmux/compare/f5af3cfb211c...493922dc4b15

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/f5af3c-493922%40github.com.


[tmux/tmux] e7e112: Too many \s in example, GitHub issue 3445.

2023-01-23 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: e7e112fbd0263bb8661d0cf931d66c1b57e7fd3b
  
https://github.com/tmux/tmux/commit/e7e112fbd0263bb8661d0cf931d66c1b57e7fd3b
  Author: nicm 
  Date:   2023-01-23 (Mon, 23 Jan 2023)

  Changed paths:
M tmux.1

  Log Message:
  ---
  Too many \s in example, GitHub issue 3445.


  Commit: f5af3cfb211c12897b15e3b5a3b29c4bbb0493a8
  
https://github.com/tmux/tmux/commit/f5af3cfb211c12897b15e3b5a3b29c4bbb0493a8
  Author: Thomas Adam 
  Date:   2023-01-23 (Mon, 23 Jan 2023)

  Changed paths:
M tmux.1

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


Compare: https://github.com/tmux/tmux/compare/c42087c789ac...f5af3cfb211c

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/c42087-f5af3c%40github.com.


[tmux/tmux] 3aa458: Add a flag to display-menu to select the manu item...

2023-01-20 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 3aa458ea6398b0de37c3e146304bd2a4e17ea3c0
  
https://github.com/tmux/tmux/commit/3aa458ea6398b0de37c3e146304bd2a4e17ea3c0
  Author: nicm 
  Date:   2023-01-20 (Fri, 20 Jan 2023)

  Changed paths:
M cmd-display-menu.c
M menu.c
M mode-tree.c
M popup.c
M status.c
M tmux.1
M tmux.h

  Log Message:
  ---
  Add a flag to display-menu to select the manu item chosen first, GitHub
issue 3442.


  Commit: c42087c789ac514efb8cfcc41b0f51dfe16702ee
  
https://github.com/tmux/tmux/commit/c42087c789ac514efb8cfcc41b0f51dfe16702ee
  Author: Thomas Adam 
  Date:   2023-01-21 (Sat, 21 Jan 2023)

  Changed paths:
M cmd-display-menu.c
M menu.c
M mode-tree.c
M popup.c
M status.c
M tmux.1
M tmux.h

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


Compare: https://github.com/tmux/tmux/compare/c4a6f403bb9d...c42087c789ac

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/c4a6f4-c42087%40github.com.


[tmux/tmux] 9789ea: Support -1 without -N for list-keys.

2023-01-17 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 9789ea3fb4b3215e48b3f0024e2c21c50f95edec
  
https://github.com/tmux/tmux/commit/9789ea3fb4b3215e48b3f0024e2c21c50f95edec
  Author: nicm 
  Date:   2023-01-17 (Tue, 17 Jan 2023)

  Changed paths:
M cmd-list-keys.c

  Log Message:
  ---
  Support -1 without -N for list-keys.


  Commit: c4a6f403bb9d7c24c291f01dee9572bb4b784096
  
https://github.com/tmux/tmux/commit/c4a6f403bb9d7c24c291f01dee9572bb4b784096
  Author: Thomas Adam 
  Date:   2023-01-17 (Tue, 17 Jan 2023)

  Changed paths:
M cmd-list-keys.c

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


Compare: https://github.com/tmux/tmux/compare/f416ae1c12ea...c4a6f403bb9d

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/f416ae-c4a6f4%40github.com.


[tmux/tmux] d578cf: Update palette when moving a pane, GitHub issue 3437.

2023-01-17 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: d578cf8d3fa1e42ab14b9ec9499f31c6b9c6f384
  
https://github.com/tmux/tmux/commit/d578cf8d3fa1e42ab14b9ec9499f31c6b9c6f384
  Author: nicm 
  Date:   2023-01-17 (Tue, 17 Jan 2023)

  Changed paths:
M cmd-break-pane.c
M cmd-join-pane.c
M cmd-swap-pane.c

  Log Message:
  ---
  Update palette when moving a pane, GitHub issue 3437.


  Commit: f416ae1c12eaf6f3fde85e87e8a296f3424e7428
  
https://github.com/tmux/tmux/commit/f416ae1c12eaf6f3fde85e87e8a296f3424e7428
  Author: Thomas Adam 
  Date:   2023-01-17 (Tue, 17 Jan 2023)

  Changed paths:
M cmd-break-pane.c
M cmd-join-pane.c
M cmd-swap-pane.c

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


Compare: https://github.com/tmux/tmux/compare/789cb91f311c...f416ae1c12ea

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/789cb9-f416ae%40github.com.


[tmux/tmux] eb1f8d: Mark keys sent by command and skip paste handling ...

2023-01-16 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: eb1f8d70a7d1fe4b0fe604d5a36fcbc2babef249
  
https://github.com/tmux/tmux/commit/eb1f8d70a7d1fe4b0fe604d5a36fcbc2babef249
  Author: nicm 
  Date:   2023-01-16 (Mon, 16 Jan 2023)

  Changed paths:
M cmd-send-keys.c
M key-string.c
M server-client.c
M tmux.h

  Log Message:
  ---
  Mark keys sent by command and skip paste handling for them.


  Commit: 789cb91f311c1030f20d0b711793e0a9bdacba7a
  
https://github.com/tmux/tmux/commit/789cb91f311c1030f20d0b711793e0a9bdacba7a
  Author: Thomas Adam 
  Date:   2023-01-16 (Mon, 16 Jan 2023)

  Changed paths:
M cmd-send-keys.c
M key-string.c
M server-client.c
M tmux.h

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


Compare: https://github.com/tmux/tmux/compare/42895efac3f1...789cb91f311c

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/42895e-789cb9%40github.com.


[tmux/tmux] 483cc7: Have tmux recognise pasted texts wrapped in bracke...

2023-01-12 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 483cc77c1cbc6898fef143c8100945139c14a92c
  
https://github.com/tmux/tmux/commit/483cc77c1cbc6898fef143c8100945139c14a92c
  Author: nicm 
  Date:   2023-01-12 (Thu, 12 Jan 2023)

  Changed paths:
M input-keys.c
M server-client.c
M tmux.h
M tty.c

  Log Message:
  ---
  Have tmux recognise pasted texts wrapped in bracket paste sequences,
rather than only forwarding them to the program inside. From Andrew
Onyshchuk in GitHub issue 3431.


  Commit: 42895efac3f19bc61dcfbe094d434256f02306b8
  
https://github.com/tmux/tmux/commit/42895efac3f19bc61dcfbe094d434256f02306b8
  Author: Thomas Adam 
  Date:   2023-01-12 (Thu, 12 Jan 2023)

  Changed paths:
M input-keys.c
M server-client.c
M tmux.h
M tty.c

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


Compare: https://github.com/tmux/tmux/compare/9b1ea8b16d53...42895efac3f1

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/9b1ea8-42895e%40github.com.


[tmux/tmux] b41892: Fix behaviour with \007 (used the wrong tree for l...

2023-01-09 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: b41892622de3a2383ff5b419364530f08223558e
  
https://github.com/tmux/tmux/commit/b41892622de3a2383ff5b419364530f08223558e
  Author: nicm 
  Date:   2023-01-09 (Mon, 09 Jan 2023)

  Changed paths:
M tty-keys.c

  Log Message:
  ---
  Fix behaviour with \007 (used the wrong tree for last change).


  Commit: 9b1ea8b16d53a73c1dcd0ca020a45e9d1dd08ac6
  
https://github.com/tmux/tmux/commit/9b1ea8b16d53a73c1dcd0ca020a45e9d1dd08ac6
  Author: Thomas Adam 
  Date:   2023-01-09 (Mon, 09 Jan 2023)

  Changed paths:
M tty-keys.c

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


Compare: https://github.com/tmux/tmux/compare/90512202434d...9b1ea8b16d53

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/905122-9b1ea8%40github.com.


[tmux/tmux] c0031f: Accept \007 as terminator to OSC 10 or 11.

2023-01-09 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: c0031f8b8581f7fc2d75cabade596be68f85aa81
  
https://github.com/tmux/tmux/commit/c0031f8b8581f7fc2d75cabade596be68f85aa81
  Author: nicm 
  Date:   2023-01-09 (Mon, 09 Jan 2023)

  Changed paths:
M tty-keys.c

  Log Message:
  ---
  Accept \007 as terminator to OSC 10 or 11.


  Commit: 90512202434daa0c1c7d2d2d7fffd4f58ea7ab77
  
https://github.com/tmux/tmux/commit/90512202434daa0c1c7d2d2d7fffd4f58ea7ab77
  Author: Thomas Adam 
  Date:   2023-01-09 (Mon, 09 Jan 2023)

  Changed paths:
M tty-keys.c

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


Compare: https://github.com/tmux/tmux/compare/c1a30ed9950f...90512202434d

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/c1a30e-905122%40github.com.


[tmux/tmux] 565de3: Fix parsing of optional arguments so that and acce...

2023-01-08 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 565de3f54b37a955c15ae26db4076f71d02e
  
https://github.com/tmux/tmux/commit/565de3f54b37a955c15ae26db4076f71d02e
  Author: nicm 
  Date:   2023-01-08 (Sun, 08 Jan 2023)

  Changed paths:
M arguments.c

  Log Message:
  ---
  Fix parsing of optional arguments so that and accept a - starting an
argument.


  Commit: c1a30ed9950fa3ca0d8cbff46c1334d420e9bf1c
  
https://github.com/tmux/tmux/commit/c1a30ed9950fa3ca0d8cbff46c1334d420e9bf1c
  Author: Thomas Adam 
  Date:   2023-01-09 (Mon, 09 Jan 2023)

  Changed paths:
M arguments.c

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


Compare: https://github.com/tmux/tmux/compare/153ae758c922...c1a30ed9950f

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/153ae7-c1a30e%40github.com.


[tmux/tmux] 153ae7: portable: fixup merge with utf8.c

2023-01-08 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 153ae758c92207d34d4fe6f41779cf1ce3213d59
  
https://github.com/tmux/tmux/commit/153ae758c92207d34d4fe6f41779cf1ce3213d59
  Author: Thomas Adam 
  Date:   2023-01-08 (Sun, 08 Jan 2023)

  Changed paths:
M utf8.c

  Log Message:
  ---
  portable: fixup merge with utf8.c


-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/508637-153ae7%40github.com.


[tmux/tmux] cb5194: Quotes are now required in select-layout example.

2023-01-08 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: cb51942669cef089b46cd2b6cdbd62405000c0e7
  
https://github.com/tmux/tmux/commit/cb51942669cef089b46cd2b6cdbd62405000c0e7
  Author: nicm 
  Date:   2023-01-08 (Sun, 08 Jan 2023)

  Changed paths:
M tmux.1

  Log Message:
  ---
  Quotes are now required in select-layout example.


  Commit: 7ced0a03d2ff51274d5fa5fb6eeaa6f4aac9f2f4
  
https://github.com/tmux/tmux/commit/7ced0a03d2ff51274d5fa5fb6eeaa6f4aac9f2f4
  Author: nicm 
  Date:   2023-01-08 (Sun, 08 Jan 2023)

  Changed paths:
M utf8.c

  Log Message:
  ---
  Restore code to handle wcwidth failure so that unknown codepoints still
do the most likely right thing. GitHub issue 3427, patch based on an
diff from Jesse Luehrs in GitHub issue 3003.


  Commit: 7c0789d2d2721b70e04fe6a589f644797d2b5e1f
  
https://github.com/tmux/tmux/commit/7c0789d2d2721b70e04fe6a589f644797d2b5e1f
  Author: nicm 
  Date:   2023-01-08 (Sun, 08 Jan 2023)

  Changed paths:
M window.c

  Log Message:
  ---
  Have client return 1 if process is interrupted to an input pane.


  Commit: 5086377f30aabcd45f44359b8118ffeeb89da5cb
  
https://github.com/tmux/tmux/commit/5086377f30aabcd45f44359b8118ffeeb89da5cb
  Author: Thomas Adam 
  Date:   2023-01-08 (Sun, 08 Jan 2023)

  Changed paths:
M tmux.1
M utf8.c
M window.c

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


Compare: https://github.com/tmux/tmux/compare/2a32565e0c88...5086377f30aa

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/2a3256-508637%40github.com.


[tmux/tmux] 3b3f42: Add send-keys -K to handle keys directly as if typ...

2023-01-06 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 3b3f42053a5f11af5285392a5a072facbc16f4a9
  
https://github.com/tmux/tmux/commit/3b3f42053a5f11af5285392a5a072facbc16f4a9
  Author: nicm 
  Date:   2022-12-16 (Fri, 16 Dec 2022)

  Changed paths:
M arguments.c
M cmd-find-window.c
M cmd-send-keys.c
M tmux.1
M tmux.h

  Log Message:
  ---
  Add send-keys -K to handle keys directly as if typed (so look up in key
table). GitHub issue 3361.


  Commit: 8bd17bff49888d11f9cb19955e778bdcbc4eeea6
  
https://github.com/tmux/tmux/commit/8bd17bff49888d11f9cb19955e778bdcbc4eeea6
  Author: nicm 
  Date:   2022-12-16 (Fri, 16 Dec 2022)

  Changed paths:
M screen-write.c
M utf8.c

  Log Message:
  ---
  Make U+FE0F VARIATION SELECTOR-16 change the width from 1 to 2. GitHub
issue 3409.


  Commit: 7cb48fc40b178d0b7bf281dee6799fa0e3745c70
  
https://github.com/tmux/tmux/commit/7cb48fc40b178d0b7bf281dee6799fa0e3745c70
  Author: nicm 
  Date:   2022-12-16 (Fri, 16 Dec 2022)

  Changed paths:
M cmd-queue.c

  Log Message:
  ---
  Do not escape tabs in output (iTerm2 needs them). GitHub issue 3414.


  Commit: 4d79d463ef73fece1e3ab2d03b0076df5af9dc2f
  
https://github.com/tmux/tmux/commit/4d79d463ef73fece1e3ab2d03b0076df5af9dc2f
  Author: nicm 
  Date:   2022-12-19 (Mon, 19 Dec 2022)

  Changed paths:
M cmd-send-keys.c

  Log Message:
  ---
  Allow send-keys without a client again, reported by Stefan Hagen.


  Commit: b5ab4d2c13277e749c96920d4b1b09f2acc73390
  
https://github.com/tmux/tmux/commit/b5ab4d2c13277e749c96920d4b1b09f2acc73390
  Author: kn 
  Date:   2022-12-22 (Thu, 22 Dec 2022)

  Changed paths:
M tmux.1

  Log Message:
  ---
  Denote multiple arguments with 'arg ...' not 'args'

A few programs used the plural in their synopsis which doesn't read as
clear as the obvious triple-dot notation.

mdoc(7) .Ar defaults to "file ..." if no arguments are given and consistent
use of 'arg ...' matches that behaviour.

Cleanup a few markups of the same argument so the text keeps reading
naturally;  omit unhelpful parts like 'if optional arguments are given,
they are passed along' for tools like time(1) and timeout(1) that obviously
execute commands with whatever arguments where given -- just like doas(1)
which doesn't mention arguments in its DESCRIPTION in the first place.

For expr(1) the difference between 'expressions' and 'expression ...' is
crucial, as arguments must be passed as individual words.

Feedback millert jmc schwarze deraadt
OK jmc


  Commit: 3fe01ff09c2fe8629ebd5b0f2c2ce3aa5fa33c14
  
https://github.com/tmux/tmux/commit/3fe01ff09c2fe8629ebd5b0f2c2ce3aa5fa33c14
  Author: jmc 
  Date:   2022-12-26 (Mon, 26 Dec 2022)

  Changed paths:
M tmux.h

  Log Message:
  ---
  spelling fixes; from paul tagliamonte
amendments to his diff are noted on tech


  Commit: a41a92744188ec5c8a8d4ddc100ec15b52d04603
  
https://github.com/tmux/tmux/commit/a41a92744188ec5c8a8d4ddc100ec15b52d04603
  Author: nicm 
  Date:   2023-01-03 (Tue, 03 Jan 2023)

  Changed paths:
M cmd-queue.c
M colour.c
M input.c
M tmux.h
M tty-keys.c
M tty.c

  Log Message:
  ---
  Query the client terminal for foreground and background colours and if
OSC 10 or 11 is received but no colour has been set inside tmux, return
the colour from the first attached client (probably most people will
have all light or or all dark terminals).


  Commit: 09afc6c8ee971918d925c441c41a9de7f598efb7
  
https://github.com/tmux/tmux/commit/09afc6c8ee971918d925c441c41a9de7f598efb7
  Author: nicm 
  Date:   2023-01-06 (Fri, 06 Jan 2023)

  Changed paths:
M client.c
M file.c
M tmux-protocol.h
M tmux.h
M window.c

  Log Message:
  ---
  If a pane is killed, cancel reading from the file. GitHub issue 3422.


  Commit: 21e00e46359478f95c15f1672e5796e86eb0f529
  
https://github.com/tmux/tmux/commit/21e00e46359478f95c15f1672e5796e86eb0f529
  Author: Thomas Adam 
  Date:   2023-01-06 (Fri, 06 Jan 2023)

  Changed paths:
M arguments.c
M client.c
M cmd-find-window.c
M cmd-queue.c
M cmd-send-keys.c
M colour.c
M file.c
M input.c
M screen-write.c
M tmux-protocol.h
M tmux.1
M tmux.h
M tty-keys.c
M tty.c
M utf8.c
M window.c

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


Compare: https://github.com/tmux/tmux/compare/70ff8cfe1e06...21e00e463594

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/70ff8c-21e00e%40github.com.


[tmux/tmux] 7e497c: Process escape sequences in show-buffer, GitHub is...

2022-12-07 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 7e497c7f2303b29b0f44fe360a78c44ca86b87f9
  
https://github.com/tmux/tmux/commit/7e497c7f2303b29b0f44fe360a78c44ca86b87f9
  Author: nicm 
  Date:   2022-12-07 (Wed, 07 Dec 2022)

  Changed paths:
M cmd-queue.c
M cmd-save-buffer.c
M tmux.h

  Log Message:
  ---
  Process escape sequences in show-buffer, GitHub issue 3401.


  Commit: 6249a4b8666d02e384d48df8516cc9261aa3b3ad
  
https://github.com/tmux/tmux/commit/6249a4b8666d02e384d48df8516cc9261aa3b3ad
  Author: Thomas Adam 
  Date:   2022-12-07 (Wed, 07 Dec 2022)

  Changed paths:
M cmd-queue.c
M cmd-save-buffer.c
M tmux.h

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


Compare: https://github.com/tmux/tmux/compare/1536b7e206e5...6249a4b8666d

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/1536b7-6249a4%40github.com.


[tmux/tmux] 079f48: Document alternative delimiters for substitution, ...

2022-11-11 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 079f48e8a6131b2ef46b370c0905252d29d9d815
  
https://github.com/tmux/tmux/commit/079f48e8a6131b2ef46b370c0905252d29d9d815
  Author: nicm 
  Date:   2022-11-11 (Fri, 11 Nov 2022)

  Changed paths:
M tmux.1

  Log Message:
  ---
  Document alternative delimiters for substitution, from Jim Wisniewski.


  Commit: fe475bd856ff1f98bf8a4cd9b6aedd5da81a7e3c
  
https://github.com/tmux/tmux/commit/fe475bd856ff1f98bf8a4cd9b6aedd5da81a7e3c
  Author: nicm 
  Date:   2022-11-11 (Fri, 11 Nov 2022)

  Changed paths:
M input.c
M tmux.1
M tmux.h
M tty-features.c
M tty-keys.c
M tty-term.c
M tty.c

  Log Message:
  ---
  Parse primary device attributes as well as secondary and add a SIXEL
flag (not used yet), from Anindya Mukherjee.


  Commit: 20da16737715a183a019f1072735614615b5fd1c
  
https://github.com/tmux/tmux/commit/20da16737715a183a019f1072735614615b5fd1c
  Author: nicm 
  Date:   2022-11-11 (Fri, 11 Nov 2022)

  Changed paths:
M tty-features.c
M tty-keys.c
M tty-term.c

  Log Message:
  ---
  Tweak previous to set and log the feature instead of just setting the
flag.


  Commit: 1536b7e206e51488c37379df22b8c58ef3febc28
  
https://github.com/tmux/tmux/commit/1536b7e206e51488c37379df22b8c58ef3febc28
  Author: Thomas Adam 
  Date:   2022-11-11 (Fri, 11 Nov 2022)

  Changed paths:
M input.c
M tmux.1
M tmux.h
M tty-features.c
M tty-keys.c
M tty-term.c
M tty.c

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


Compare: https://github.com/tmux/tmux/compare/e46d0632a5ed...1536b7e206e5

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/e46d06-1536b7%40github.com.


[tmux/tmux] 48f41e: - sort options; from josiah frentsos

2022-11-10 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 48f41e4a411dc8dc77514e211293365ee8394792
  
https://github.com/tmux/tmux/commit/48f41e4a411dc8dc77514e211293365ee8394792
  Author: jmc 
  Date:   2022-11-10 (Thu, 10 Nov 2022)

  Changed paths:
M tmux.1
M tmux.c

  Log Message:
  ---
  - sort options; from josiah frentsos
ok nicm

- add -N to SYNOPSIS

- sort usage()


  Commit: aaa043a20f5175eec6dbdf151e99b5fadc28638f
  
https://github.com/tmux/tmux/commit/aaa043a20f5175eec6dbdf151e99b5fadc28638f
  Author: Thomas Adam 
  Date:   2022-11-11 (Fri, 11 Nov 2022)

  Changed paths:
M tmux.1
M tmux.c

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


Compare: https://github.com/tmux/tmux/compare/6fb80527f35c...aaa043a20f51

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/6fb805-aaa043%40github.com.


[tmux/tmux] f86eba: Fix C-S-Tab without extended keys, from Aaron Jensen.

2022-11-08 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: f86eba21294b61f410300b0c9a8920cb155ab738
  
https://github.com/tmux/tmux/commit/f86eba21294b61f410300b0c9a8920cb155ab738
  Author: nicm 
  Date:   2022-11-08 (Tue, 08 Nov 2022)

  Changed paths:
M input-keys.c

  Log Message:
  ---
  Fix C-S-Tab without extended keys, from Aaron Jensen.


  Commit: 6fb80527f35cb6236adcf54249b4af9d6d907c0d
  
https://github.com/tmux/tmux/commit/6fb80527f35cb6236adcf54249b4af9d6d907c0d
  Author: Thomas Adam 
  Date:   2022-11-08 (Tue, 08 Nov 2022)

  Changed paths:
M input-keys.c

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


Compare: https://github.com/tmux/tmux/compare/50f4e0fac937...6fb80527f35c

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/50f4e0-6fb805%40github.com.


[tmux/tmux] 77c135: Unescape the string for the literal operator (l:) ...

2022-11-04 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 77c135349026c3fbb24d291877ce926d682e
  
https://github.com/tmux/tmux/commit/77c135349026c3fbb24d291877ce926d682e
  Author: nicm 
  Date:   2022-11-04 (Fri, 04 Nov 2022)

  Changed paths:
M format.c

  Log Message:
  ---
  Unescape the string for the literal operator (l:) so special characters
work.


  Commit: 50f4e0fac93799da5b172bed51ca7e4a61ad7ed4
  
https://github.com/tmux/tmux/commit/50f4e0fac93799da5b172bed51ca7e4a61ad7ed4
  Author: Thomas Adam 
  Date:   2022-11-04 (Fri, 04 Nov 2022)

  Changed paths:
M format.c

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


Compare: https://github.com/tmux/tmux/compare/c449512be41f...50f4e0fac937

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/c44951-50f4e0%40github.com.


[tmux/tmux] 3be369: Add a -l flag to display-message to disable format...

2022-11-03 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 3be369522b6de38ba08ee50a86a49a9a86af490b
  
https://github.com/tmux/tmux/commit/3be369522b6de38ba08ee50a86a49a9a86af490b
  Author: nicm 
  Date:   2022-11-03 (Thu, 03 Nov 2022)

  Changed paths:
M cmd-display-message.c
M tmux.1

  Log Message:
  ---
  Add a -l flag to display-message to disable format expansion, from Aaron
Jensen. GitHub issue 3372.


  Commit: 17290b912116c4397620526d43dcf6ddcf0044b7
  
https://github.com/tmux/tmux/commit/17290b912116c4397620526d43dcf6ddcf0044b7
  Author: nicm 
  Date:   2022-11-03 (Thu, 03 Nov 2022)

  Changed paths:
M window-buffer.c

  Log Message:
  ---
  If there are no buffers, reset mode as soon as any key pressed. Fixes
crash reported by Gaoyang Zhang in GitHub issue 3373.


  Commit: c449512be41f0d4442bc0f2a7cd652c9784423b8
  
https://github.com/tmux/tmux/commit/c449512be41f0d4442bc0f2a7cd652c9784423b8
  Author: Thomas Adam 
  Date:   2022-11-03 (Thu, 03 Nov 2022)

  Changed paths:
M cmd-display-message.c
M tmux.1
M window-buffer.c

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


Compare: https://github.com/tmux/tmux/compare/dbfbd8a19570...c449512be41f

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/dbfbd8-c44951%40github.com.


[tmux/tmux] 9614f5: Instead of always setting the extended flag, set i...

2022-11-02 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 9614f5156079773b338a13e95ec932cc7c95b031
  
https://github.com/tmux/tmux/commit/9614f5156079773b338a13e95ec932cc7c95b031
  Author: nicm 
  Date:   2022-11-02 (Wed, 02 Nov 2022)

  Changed paths:
M input-keys.c
M tty-keys.c

  Log Message:
  ---
  Instead of always setting the extended flag, set it only when searching.
Allows send-keys to work. From Aaron Jensen.


  Commit: dbfbd8a195707a8550d59f9576fbbafe1045556c
  
https://github.com/tmux/tmux/commit/dbfbd8a195707a8550d59f9576fbbafe1045556c
  Author: Thomas Adam 
  Date:   2022-11-02 (Wed, 02 Nov 2022)

  Changed paths:
M input-keys.c
M tty-keys.c

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


Compare: https://github.com/tmux/tmux/compare/36896f6dd0d4...dbfbd8a19570

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/36896f-dbfbd8%40github.com.


[tmux/tmux] 229104: Use active pane in target window not current windo...

2022-11-01 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 22910451162c5c1ffe5505ca7c9b1b8cc99ba187
  
https://github.com/tmux/tmux/commit/22910451162c5c1ffe5505ca7c9b1b8cc99ba187
  Author: nicm 
  Date:   2022-11-01 (Tue, 01 Nov 2022)

  Changed paths:
M cmd-find.c

  Log Message:
  ---
  Use active pane in target window not current window for +/-. GitHub
issue 3370.


  Commit: 2d08235987efa1e2f9c932c4a5c8a0200b4804c1
  
https://github.com/tmux/tmux/commit/2d08235987efa1e2f9c932c4a5c8a0200b4804c1
  Author: nicm 
  Date:   2022-11-01 (Tue, 01 Nov 2022)

  Changed paths:
M input-keys.c
M key-string.c
M tmux.h
M tty-keys.c

  Log Message:
  ---
  Add modified Tab key sequences, from Aaron Jensen, GitHub issue 3368.


  Commit: 36896f6dd0d49d91bcc9c398c68a33818626532c
  
https://github.com/tmux/tmux/commit/36896f6dd0d49d91bcc9c398c68a33818626532c
  Author: Thomas Adam 
  Date:   2022-11-01 (Tue, 01 Nov 2022)

  Changed paths:
M cmd-find.c
M input-keys.c
M key-string.c
M tmux.h
M tty-keys.c

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


Compare: https://github.com/tmux/tmux/compare/9dd1f442c5a7...36896f6dd0d4

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/9dd1f4-36896f%40github.com.


[tmux/tmux] 8edece: Add paste-buffer-deleted notification and fix name...

2022-10-28 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 8edece2cdb7b4425526bae904506a246edbb6409
  
https://github.com/tmux/tmux/commit/8edece2cdb7b4425526bae904506a246edbb6409
  Author: nicm 
  Date:   2022-10-28 (Fri, 28 Oct 2022)

  Changed paths:
M control-notify.c
M input.c
M notify.c
M paste.c
M tmux.1
M tmux.h

  Log Message:
  ---
  Add paste-buffer-deleted notification and fix name of paste-buffer-changed.


  Commit: 9dd1f442c5a7f1d8d480476f11bc62cceab2019a
  
https://github.com/tmux/tmux/commit/9dd1f442c5a7f1d8d480476f11bc62cceab2019a
  Author: Thomas Adam 
  Date:   2022-10-28 (Fri, 28 Oct 2022)

  Changed paths:
M control-notify.c
M input.c
M notify.c
M paste.c
M tmux.1
M tmux.h

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


Compare: https://github.com/tmux/tmux/compare/d001a94d7b5a...9dd1f442c5a7

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/d001a9-9dd1f4%40github.com.


[tmux/tmux] c2580c: Initialize context before testing it.

2022-10-25 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: c2580cfe2466589c8bd9348225820888a3fc4c0a
  
https://github.com/tmux/tmux/commit/c2580cfe2466589c8bd9348225820888a3fc4c0a
  Author: nicm 
  Date:   2022-10-25 (Tue, 25 Oct 2022)

  Changed paths:
M screen-write.c

  Log Message:
  ---
  Initialize context before testing it.


  Commit: d001a94d7b5a80018871360fa91361f9268d66c3
  
https://github.com/tmux/tmux/commit/d001a94d7b5a80018871360fa91361f9268d66c3
  Author: Thomas Adam 
  Date:   2022-10-25 (Tue, 25 Oct 2022)

  Changed paths:
M screen-write.c

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


Compare: https://github.com/tmux/tmux/compare/dafd6f462fa3...d001a94d7b5a

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/dafd6f-d001a9%40github.com.


[tmux/tmux] 0fc961: Do not fire redraw callback if NULL.

2022-10-25 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 0fc961b22ee6c7298e8dd40d3ce8e2b484bc6b1d
  
https://github.com/tmux/tmux/commit/0fc961b22ee6c7298e8dd40d3ce8e2b484bc6b1d
  Author: nicm 
  Date:   2022-10-25 (Tue, 25 Oct 2022)

  Changed paths:
M screen-write.c

  Log Message:
  ---
  Do not fire redraw callback if NULL.


  Commit: 242cf1715eeac174cd5c71ed90f00595b17e
  
https://github.com/tmux/tmux/commit/242cf1715eeac174cd5c71ed90f00595b17e
  Author: nicm 
  Date:   2022-10-25 (Tue, 25 Oct 2022)

  Changed paths:
M cmd-parse.y

  Log Message:
  ---
  Fix a memory leak, from Japin Li in GitHub issue 3358.


  Commit: dafd6f462fa3b90c97d0e6ecd887c62cbc2a54c3
  
https://github.com/tmux/tmux/commit/dafd6f462fa3b90c97d0e6ecd887c62cbc2a54c3
  Author: Thomas Adam 
  Date:   2022-10-25 (Tue, 25 Oct 2022)

  Changed paths:
M cmd-parse.y
M screen-write.c

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


Compare: https://github.com/tmux/tmux/compare/5ce34add77fa...dafd6f462fa3

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/5ce34a-dafd6f%40github.com.


[tmux/tmux] ff2766: Preserve marked pane when renumbering windows.

2022-10-17 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: ff2766b024e6657b5f5f70dfd5acdb32085d7b70
  
https://github.com/tmux/tmux/commit/ff2766b024e6657b5f5f70dfd5acdb32085d7b70
  Author: nicm 
  Date:   2022-10-17 (Mon, 17 Oct 2022)

  Changed paths:
M session.c

  Log Message:
  ---
  Preserve marked pane when renumbering windows.


  Commit: 934f357149dba903f091237e7ea7c7ba78471614
  
https://github.com/tmux/tmux/commit/934f357149dba903f091237e7ea7c7ba78471614
  Author: Thomas Adam 
  Date:   2022-10-17 (Mon, 17 Oct 2022)

  Changed paths:
M session.c

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


Compare: https://github.com/tmux/tmux/compare/9ef854f5a911...934f357149db

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/9ef854-934f35%40github.com.


[tmux/tmux] 9cc8e4: Add a -T flag to capture-pane to stop at the last ...

2022-09-28 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 9cc8e40aa08ff91bc1c5d0211c1d2cef02f2c7a2
  
https://github.com/tmux/tmux/commit/9cc8e40aa08ff91bc1c5d0211c1d2cef02f2c7a2
  Author: nicm 
  Date:   2022-09-28 (Wed, 28 Sep 2022)

  Changed paths:
M cmd-capture-pane.c
M grid-view.c
M grid.c
M tmux.h

  Log Message:
  ---
  Add a -T flag to capture-pane to stop at the last used cell instead of
the full width. Restore the previous behaviour by making it default to
off unless -J is used (the only time it matters). Fixes mosh unit tests;
GitHub issue 3339.


  Commit: a10452be2d84d4ff1b9d4e636627b7a9c5a2c42a
  
https://github.com/tmux/tmux/commit/a10452be2d84d4ff1b9d4e636627b7a9c5a2c42a
  Author: nicm 
  Date:   2022-09-28 (Wed, 28 Sep 2022)

  Changed paths:
M tmux.1
M window-copy.c

  Log Message:
  ---
  Add scroll-top and scroll-bottom commands to scroll so cursor is at top
or bottom. From Anindya Mukherjee, GitHub issue 3334.


  Commit: 9ef854f5a9112a7d50c382dec403432dea2c3579
  
https://github.com/tmux/tmux/commit/9ef854f5a9112a7d50c382dec403432dea2c3579
  Author: Thomas Adam 
  Date:   2022-09-28 (Wed, 28 Sep 2022)

  Changed paths:
M cmd-capture-pane.c
M grid-view.c
M grid.c
M tmux.1
M tmux.h
M window-copy.c

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


Compare: https://github.com/tmux/tmux/compare/f49f92737f85...9ef854f5a911

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/f49f92-9ef854%40github.com.


[tmux/tmux] f03c3c: Add message-line option to control where message a...

2022-09-22 Thread 'Thomas Adam' via tmux-git
  Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: f03c3ca6c36cd52ae5ec4ae8cd4fa137cf79aaf3
  
https://github.com/tmux/tmux/commit/f03c3ca6c36cd52ae5ec4ae8cd4fa137cf79aaf3
  Author: nicm 
  Date:   2022-09-09 (Fri, 09 Sep 2022)

  Changed paths:
M options-table.c
M status.c
M tmux.1

  Log Message:
  ---
  Add message-line option to control where message and prompt go, from
Varun Kumar E in GitHub issue 3324.


  Commit: 9ab1ba36cd2de4ca83694c3d475061323ffcc4d4
  
https://github.com/tmux/tmux/commit/9ab1ba36cd2de4ca83694c3d475061323ffcc4d4
  Author: nicm 
  Date:   2022-09-10 (Sat, 10 Sep 2022)

  Changed paths:
M status.c

  Log Message:
  ---
  Use correct option name.


  Commit: a2cc601c3d1a569037ccd238b2638b5c416baca8
  
https://github.com/tmux/tmux/commit/a2cc601c3d1a569037ccd238b2638b5c416baca8
  Author: nicm 
  Date:   2022-09-12 (Mon, 12 Sep 2022)

  Changed paths:
M input.c

  Log Message:
  ---
  Don't use options from pane if pane is NULL.


  Commit: f49f92737f859bfeac901f0eb9b1db8249368843
  
https://github.com/tmux/tmux/commit/f49f92737f859bfeac901f0eb9b1db8249368843
  Author: Thomas Adam 
  Date:   2022-09-22 (Thu, 22 Sep 2022)

  Changed paths:
M input.c
M options-table.c
M status.c
M tmux.1

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


Compare: https://github.com/tmux/tmux/compare/19344ec890e0...f49f92737f85

-- 
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 tmux-git+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/19344e-f49f92%40github.com.


  1   2   3   4   >