Branch: refs/heads/master
Home: https://github.com/tmux/tmux
Commit: 4823acca8f45446b6bbc1307fa30975d80dac44e
https://github.com/tmux/tmux/commit/4823acca8f45446b6bbc1307fa30975d80dac44e
Author: nicm <nicm>
Date: 2024-08-26 (Mon, 26 Aug 2024)
Changed paths:
M cmd-copy-mode.c
M tmux.1
M tmux.h
M window-copy.c
Log Message:
-----------
Add copy-mode -d flag to scroll a page down if in copy mode already,
from Michael Grant.
Commit: a84c1096041f486c1d160fbc507008bb27095c8d
https://github.com/tmux/tmux/commit/a84c1096041f486c1d160fbc507008bb27095c8d
Author: nicm <nicm>
Date: 2024-08-26 (Mon, 26 Aug 2024)
Changed paths:
M format.c
M tmux.h
M window.c
Log Message:
-----------
Add window_pane_mode helper function to tell if a pane is in copy mode,
from Michael Grant.
Commit: 73b2277af86b7bf253bef48766bef782028ee368
https://github.com/tmux/tmux/commit/73b2277af86b7bf253bef48766bef782028ee368
Author: nicm <nicm>
Date: 2024-08-26 (Mon, 26 Aug 2024)
Changed paths:
M client.c
M screen-redraw.c
M server-client.c
M server.c
M tmux.h
Log Message:
-----------
Client flags was changed to uint64_t a while ago, fix a few cases where
it is still int (do not matter now but will with some new flags). From
Michael Grant.
Commit: 9e2a7c28f5b64c3bf75489a5ad4e88892225d22c
https://github.com/tmux/tmux/commit/9e2a7c28f5b64c3bf75489a5ad4e88892225d22c
Author: nicm <nicm>
Date: 2024-08-26 (Mon, 26 Aug 2024)
Changed paths:
M screen-redraw.c
Log Message:
-----------
Pass the screen_redraw_ctx struct into more functions instead of
individual arguments (for example for the pane status), from Michael
Grant.
Commit: 31b6c9356c2afb7d8677dbf1b36220320fa78cc6
https://github.com/tmux/tmux/commit/31b6c9356c2afb7d8677dbf1b36220320fa78cc6
Author: nicm <nicm>
Date: 2024-08-26 (Mon, 26 Aug 2024)
Changed paths:
M input-keys.c
M tty-keys.c
Log Message:
-----------
C-h should not be treated specially and represented internally as \b but
as C-h like the other Ctrl keys. Backspace is already handled separately
if it VERASE.
Commit: 2d1e93447ef9d38b4f067134323e7f212c24eac4
https://github.com/tmux/tmux/commit/2d1e93447ef9d38b4f067134323e7f212c24eac4
Author: nicm <nicm>
Date: 2024-08-26 (Mon, 26 Aug 2024)
Changed paths:
M colour.c
M style.c
M tty-term.c
Log Message:
-----------
Use strtonum instead of atoi.
Commit: 2917bc5274bca10b88c4148b647d8c25025e0b02
https://github.com/tmux/tmux/commit/2917bc5274bca10b88c4148b647d8c25025e0b02
Author: nicm <nicm>
Date: 2024-08-27 (Tue, 27 Aug 2024)
Changed paths:
M server-client.c
Log Message:
-----------
Do not reset mouse pane if clicked on status line, it may have been set
by a range.
Commit: d0c81246619c56935e1076f25fdf4173977e8b2d
https://github.com/tmux/tmux/commit/d0c81246619c56935e1076f25fdf4173977e8b2d
Author: nicm <nicm>
Date: 2024-08-27 (Tue, 27 Aug 2024)
Changed paths:
M tmux.1
M window-copy.c
Log Message:
-----------
Add search_count and search_count_partial formats in copy mode, GitHub
issue 4091.
Commit: 141cd78407269f309c2b80317e63db021be123dc
https://github.com/tmux/tmux/commit/141cd78407269f309c2b80317e63db021be123dc
Author: nicm <nicm>
Date: 2024-08-27 (Tue, 27 Aug 2024)
Changed paths:
M hyperlinks.c
M tmux.1
M tmux.h
M window-copy.c
Log Message:
-----------
Display hyperlinks in copy mode and add copy_cursor_hyperlink format to
get the hyperlink under the cursor.
Commit: 3d8ead8a979fad44941b44d3a0c5e22ea3fad2d9
https://github.com/tmux/tmux/commit/3d8ead8a979fad44941b44d3a0c5e22ea3fad2d9
Author: Thomas Adam <[email protected]>
Date: 2024-08-28 (Wed, 28 Aug 2024)
Changed paths:
M client.c
M cmd-copy-mode.c
M colour.c
M format.c
M hyperlinks.c
M input-keys.c
M screen-redraw.c
M server-client.c
M server.c
M style.c
M tmux.1
M tmux.h
M tty-keys.c
M tty-term.c
M window-copy.c
M window.c
Log Message:
-----------
Merge branch 'obsd-master'
Compare: https://github.com/tmux/tmux/compare/34807388b064...3d8ead8a979f
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 [email protected].
To view this discussion on the web, visit
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/348073-3d8ead%40github.com.