Branch: refs/heads/master Home: https://github.com/tmux/tmux Commit: 9f2a853d87a3e22cf4eccd7044bf730e70fc9857 https://github.com/tmux/tmux/commit/9f2a853d87a3e22cf4eccd7044bf730e70fc9857 Author: nicm <nicm> Date: 2024-10-04 (Fri, 04 Oct 2024)
Changed paths: M key-bindings.c M tmux.1 M window-copy.c Log Message: ----------- Rework of copy mode commands ("send-keys -X") to parse the arguments so that flags may be detected propertly rather than just looking for strings ("-O" and so on). Also add -C and -P flags to the copy commands: -C prevents the commands from sending the text to the clipboard and -P prevents them from adding the text as a paste buffer. Note some of the default key bindings change to add "--" and any similar custom key bindings using "send-keys -X" may need a similar change. GitHub issue 4153. Commit: f2fd8c854aec2380cf8c45088fdaf8633a3cc487 https://github.com/tmux/tmux/commit/f2fd8c854aec2380cf8c45088fdaf8633a3cc487 Author: Thomas Adam <tho...@xteddy.org> Date: 2024-10-04 (Fri, 04 Oct 2024) Changed paths: M key-bindings.c M tmux.1 M window-copy.c Log Message: ----------- Merge branch 'obsd-master' Compare: https://github.com/tmux/tmux/compare/7a78cdf78c00...f2fd8c854aec 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/7a78cd-f2fd8c%40github.com.