a6588d6918
Merge branch 'obsd-master'
2025-07-22 10:01:08 +01:00
206f492401
Fix incorrect handling of Korean Hangul Jamo characters. GitHub issue
...
4546 from Roy Jung.
2025-07-22 07:42:52 +00:00
865117a05f
Merge branch 'obsd-master'
2025-07-13 10:01:08 +01:00
e6bac234db
Increase delay for foreground and background queries as well as device
...
attributes, GitHub issue 4541.
2025-07-13 06:32:34 +00:00
7e43953937
Merge branch 'obsd-master'
2025-07-02 12:01:08 +01:00
28481e984b
Add sorting to W, P, L operators as well, and add some new session
...
format variables. From Michael Grant in GitHub issue 4516.
2025-07-02 08:13:09 +00:00
7be0613657
Merge branch 'obsd-master'
2025-05-22 12:01:07 +01:00
b9ad9186fe
Merge branch 'obsd-master'
2025-05-22 10:01:08 +01:00
3f4b154b70
Bump UTF8_SIZE to the maximum 32 because there are some crazy long UTF-8
...
sequences out there (GitHub issue 4506). This should not significantly
increase typical memory consumption because we only store each Unicode
character once in the shared cache.
2025-05-22 08:01:29 +00:00
833c7fbf6d
Add a set-default style attribute which replaces the current default
...
colours and attributes completely, useful at the start of compound
format strings (like status-format) to set the default colours for all
the following options.
2025-05-22 07:43:38 +00:00
faf2a44890
Merge branch 'obsd-master'
2025-05-12 14:01:10 +01:00
37a2c98d3d
Expand prompts when they are used rather than ahead of time, so the
...
input can be used as part of the format.
2025-05-12 10:34:13 +00:00
2905395695
Merge branch 'obsd-master'
2025-04-02 12:01:13 +01:00
4bf38da4d4
Only align panes and windows, not sessions, from David Mandelberg in
...
GitHub issue 4444.
2025-04-02 09:31:00 +00:00
9e1f110db0
Merge branch 'obsd-master'
2025-03-24 22:01:11 +00:00
aca3ffb30a
Add default-client-command to set the command used is tmux is run
...
without a command (the default stays new-session). From David Mandelberg
in GitHub issue 4422.
2025-03-24 20:01:03 +00:00
c3c4524def
Merge branch 'obsd-master'
2025-03-21 16:01:11 +00:00
f101762d1b
Fix mouse_hyperlink format in copy mode. From someone in GitHub issue
...
4418.
2025-03-21 14:04:26 +00:00
a541be3951
Add S-Up and S-Down to move windows in tree mode. From David Mandelberg
...
in GitHub issue 4415.
2025-03-21 13:36:42 +00:00
6703cb85d9
Merge branch 'obsd-master'
2025-03-21 04:01:10 +00:00
111e16e772
remove prototypes for removed functions
2025-03-21 02:10:42 +00:00
882fb4d295
Merge branch 'obsd-master'
2025-03-04 10:01:15 +00:00
eaf70c955b
Add mode 2031 support to automatically report dark or light theme. tmux
...
will guess the theme from the background colour on terminals which do
not themselves support the escape sequence. Written by Jonathan
Slenders, GitHub issue 4353.
2025-03-04 08:45:04 +00:00
94783addfc
Merge branch 'obsd-master'
2025-02-26 10:01:14 +00:00
21f7db4c4d
Do not allow meta prefix on paste start and end sequences, GitHub issue 4387.
2025-02-26 08:55:27 +00:00
251a87e2d2
Merge branch 'obsd-master'
2025-02-20 16:01:14 +00:00
084e6ee9ec
Add a -M flag to capture-pane to use the copy mode screen, GitHub issue
...
4358.
2025-02-20 13:39:58 +00:00
ec119b2f9e
Merge branch 'obsd-master'
2025-02-10 10:01:11 +00:00
80eb460fc9
Add display-message -C flag to update pane while message is displayed,
...
GitHub issue 4363 from Vitaly Ostrosablin.
2025-02-10 08:14:32 +00:00
ef68debc8d
Merge branch 'obsd-master'
2025-01-27 12:01:13 +00:00
4c12ac9fb8
Make list-commands command show only one command if an argument is
...
given, from Ilya Grigoriev in GitHub issue 4352.
2025-01-27 09:16:05 +00:00
bf30492d57
Merge branch 'obsd-master'
2025-01-01 18:01:10 +00:00
e00853ee82
Add an option allowing users to override the width of individual Unicode
...
codepoints (overriding tmux's default list).
2025-01-01 15:17:36 +00:00
190ddda572
Merge branch 'obsd-master'
2024-12-16 12:01:12 +00:00
6b32d195e8
Add a nesting limit to source-file, from Fadi Afani in GitHub issue
...
4223.
2024-12-16 09:13:09 +00:00
ae8f2208c9
Merge branch 'obsd-master'
2024-12-06 12:01:11 +00:00
102f34090d
Do not write bracketed paste keys themselves if the pane has not asked
...
for them.
2024-12-06 09:06:56 +00:00
252f41818e
Update imsg and remove workaround.
2024-11-27 10:30:52 +00:00
49b7276f2a
Merge branch 'obsd-master'
2024-11-25 10:01:11 +00:00
420af9e108
Do not rely on window reference count for linked formats because they
...
are also used for notifications, GitHub issue 4258.
2024-11-25 08:34:01 +00:00
ceaf9b7452
Merge branch 'obsd-master'
2024-11-22 14:01:11 +00:00
5fd45b3892
Do not strvis output to terminal from commands.
2024-11-22 12:58:05 +00:00
0f308bd18f
imsg no longer associates file descriptors with the imsg they were sent with,
...
work around this for the moment (it is not clear if this is intentional).
2024-11-22 09:58:47 +00:00
bb94a5437d
Merge branch 'obsd-master'
2024-11-21 00:01:13 +00:00
273f9b2027
Fix word navigation on lines with tabs, from Alexander Arch.
2024-11-20 20:54:02 +00:00
be594ff8a4
Merge branch 'obsd-master'
2024-11-15 16:01:11 +00:00
c66628e52b
Add no-detach-on-destroy client option (useful for control mode
...
clients). From laur dot aliste at gmail dot com, GitHub issue 4242.
2024-11-15 14:09:04 +00:00
350a151ee4
Add two new style parameters, width and pad, which apply to scrollbars.
...
From Michael Grant, GitHub issue 4241.
2024-11-15 13:12:20 +00:00
d35458e3fe
Merge branch 'obsd-master'
2024-11-15 10:01:11 +00:00
d6883c0266
Turn off scrollbar when pane is in alternate screen, from Michael Grant,
...
GitHub issue 4231.
2024-11-15 09:01:16 +00:00