Nicholas Marriott
fe645c5bcc
Fix image scrolling at exact screen height, and add more logging for images.
2025-12-18 09:05:37 +00:00
Thomas Adam
86c15d7ae9
Merge branch 'obsd-master'
2025-12-17 14:01:08 +00:00
Thomas Adam
3c36d5e433
Merge branch 'obsd-master'
2025-12-17 12:01:07 +00:00
nicm
1c7e164c22
Add support for applications to use synchronized output mode (DECSET
...
2026) to prevent screen tearing during rapid updates. When an
application sends SM ?2026, tmux buffers output until RM ?2026 is received
or a 1-second timeout expires.
From Chris Lloyd with the assistance of Claude Code, GitHub issue 4744.
2025-12-17 11:49:29 +00:00
nicm
ce7eb22e3a
Do not have a default prompt cursor colour because some terminals
...
(urxvt, st) do not support the reset sequence. GitHub issue 4759.
2025-12-17 10:20:21 +00:00
Thomas Adam
739a97140f
Merge branch 'obsd-master'
2025-12-17 10:01:07 +00:00
nicm
99ed397e9c
Make clock mode seconds synchronized to the second, GitHub issue 4760
...
from Joao Pedro.
2025-12-17 08:38:12 +00:00
Thomas Adam
d2c7668bc2
Merge branch 'obsd-master'
2025-12-16 00:01:08 +00:00
nicm
7abf3e8bdf
Note that switch-client only changes the key table for one key, pointed
...
out by Jeenu Viswambharan.
2025-12-15 21:21:25 +00:00
Thomas Adam
506b4db762
Merge branch 'obsd-master'
2025-12-15 15:19:29 +00:00
bket
21c27fdcae
Simplify argument move using TAILQ_CONCAT()
...
Replace the manual loop moving each argument from cmd->arguments to
last->arguments with a single TAILQ_CONCAT() call. This makes the code
clearer and more efficient, while preserving identical behavior.
OK nicm@
2025-12-11 04:17:17 +00:00
nicm
672e89a640
Add a scroll-to-mouse command for copy mode to scroll to the mouse
...
position and bind to the scrollbar, brings the scrollbar keys into line
with the other mouse keys. From Michael Grant, GitHub issue 4731.
2025-12-10 21:24:43 +00:00
Nicholas Marriott
4b810ae493
Add a define for max images and bump to 20 for the moment.
2025-12-09 08:46:00 +00:00
nicm
52e2a7d990
Fix key code for M-BSpace, GitHub issue 4717.
2025-12-09 08:13:59 +00:00
Nicholas Marriott
2e5e9c0298
Fix calculation of scaled SIXEL size, from nincsnevem662 at gmail dot com in
...
GitHub issue 4739.
2025-12-08 21:41:30 +00:00
nicm
afa05ae15e
Use correct style for bottom line when pane status line is on, GitHub
...
issue 4732.
2025-12-08 21:32:50 +00:00
nicm
f58b8d0d6a
Setting working directory after fork means there is a race with
...
pane_current_path (especially on platforms with systemd which have to
take time to do some additional faffing around). To avoid this, change
it before fork and back in the parent afterwards. GitHub issue 4719.
2025-12-08 08:04:35 +00:00
Nicholas Marriott
5c73d3878d
FIx combine test again...
2025-12-07 22:11:45 +00:00
Nicholas Marriott
ef0a7e328c
Merge branch 'tmux-3.6a'
2025-12-05 06:20:32 +00:00
Nicholas Marriott
cc117b5048
Update CHANGES.
3.6a
2025-12-05 05:39:46 +00:00
nicm
faebe7a70a
Do not read over buffer if format is a single #, and do not loop forever
...
if UTF-8 is unfinished in a format. Reported by Giorgi Kobakhia im
GitHub issue 4735.
2025-12-05 05:38:05 +00:00
nicm
01962e25dc
Allow drag in alternate screen again, GitHub issue 4743 reported by Brad
...
King.
2025-12-05 05:37:57 +00:00
nicm
ff207eb583
Fix y offset of mouse if status at top. GitHub issue 4738 from Michael
...
Grant.
2025-12-05 05:37:48 +00:00
Thomas Adam
8e922ab690
Merge branch 'obsd-master'
2025-12-05 02:01:07 +00:00
Thomas Adam
1a3db6b65e
Merge branch 'obsd-master'
2025-12-05 00:01:08 +00:00
nicm
987e05ff31
Allow drag in alternate screen again, GitHub issue 4743 reported by Brad
...
King.
2025-12-04 22:50:34 +00:00
Nicholas Marriott
2fc123cf4a
Update CHANGES.
2025-12-04 20:54:44 +00:00
nicm
3b57077d01
Add a missing skin tone, from Jake Stewart in GitHub issue 4736.
2025-12-04 20:53:01 +00:00
nicm
33c1ba1549
Allow characters to be combined in either order, reported by Jake
...
Stewart in GitHub issue 4726.
2025-12-04 20:52:55 +00:00
nicm
bd16b22dac
Do not read over buffer if format is a single #, and do not loop forever
...
if UTF-8 is unfinished in a format. Reported by Giorgi Kobakhia im
GitHub issue 4735.
2025-12-04 20:49:57 +00:00
Thomas Adam
0929d8ddfa
Merge branch 'obsd-master'
2025-12-04 16:01:08 +00:00
nicm
9d6c69ebde
Fix y offset of mouse if status at top. GitHub issue 4738 from Michael
...
Grant.
2025-12-04 14:45:32 +00:00
Thomas Adam
1bcd360dfe
Merge branch 'obsd-master'
2025-12-04 08:01:07 +00:00
nicm
1f2210a3ce
Add a missing skin tone, from Jake Stewart in GitHub issue 4736.
2025-12-04 06:04:21 +00:00
nicm
2fe1378d3a
Allow characters to be combined in either order, reported by Jake
...
Stewart in GitHub issue 4726.
2025-12-04 06:02:27 +00:00
Thomas Adam
796539c60b
Merge branch 'obsd-master'
2025-12-03 10:01:09 +00:00
Thomas Adam
700936b2ad
Merge branch 'obsd-master'
2025-12-03 08:01:07 +00:00
nicm
a28dbe3a59
Improve code readability in colour_palette_get and colour_palette_set.
...
GitHub issue 4730 from Pavel Roskin.
2025-12-03 07:41:38 +00:00
nicm
820df0f551
Add check that the pane is not in alternate screen mode when in
...
copy-mode. From Michael Grant in GitHub issue 4728.
2025-12-03 07:38:46 +00:00
nicm
ee9cf1bbaa
Fix the size caluation for left-right windows used to spread out cells
...
horizontally evenly. From Michael Grant in GitHub issue 4724.
2025-12-03 07:35:32 +00:00
Nicholas Marriott
52917abe21
Update CHANGES.
2025-12-02 14:26:30 +00:00
nicm
a40f98df0a
Change noattr to be an explicit attribute in the style so that it works
...
correctly and does not delete attributes set in the style itself, GitHub
issue 4713.
2025-12-02 14:25:05 +00:00
nicm
2c78a5aceb
Add horizontal border case to server_client_check_mouse_in_pane to fix
...
mouse resizing. GitHub issue 4720 from Michael Grant, reported by
someone in GitHub issue 4715.
2025-12-02 14:24:57 +00:00
Thomas Adam
02a8e3fd34
Merge branch 'obsd-master'
2025-12-02 10:01:08 +00:00
nicm
322adfbdde
Add a get-clipboard option which when enabled (the default is off) uses
...
the same mechanism as palette requests to request clipboard from the
terminal and forward to the requesting pane. Remove the now-redundant
forward-to-pane ability from "refresh-client -l". GitHub issue 4275.
2025-12-02 08:20:32 +00:00
Thomas Adam
194d0a0e25
Merge branch 'obsd-master'
2025-12-01 10:01:08 +00:00
Nicholas Marriott
b2d6ebaa10
Fix combine-test.result, GitHub issue 4717.
2025-12-01 08:22:12 +00:00
Nicholas Marriott
bfecbb0685
Fix combine-test.result, GitHub issue 4717.
2025-12-01 08:21:04 +00:00
nicm
e4c552f5a5
Change noattr to be an explicit attribute in the style so that it works
...
correctly and does not delete attributes set in the style itself, GitHub
issue 4713.
2025-12-01 08:14:29 +00:00
nicm
04f32073c0
Add horizontal border case to server_client_check_mouse_in_pane to fix
...
mouse resizing. GitHub issue 4720 from Michael Grant, reported by
someone in GitHub issue 4715.
2025-12-01 08:04:26 +00:00