58b4286edb
Merge branch 'obsd-master'
2025-04-25 14:01:10 +01:00
63e5989f53
Remove a stray period, reported by David Mandelberg.
2025-04-25 11:39:39 +00:00
55292b72d1
Merge branch 'obsd-master'
2025-04-25 12:01:09 +01:00
1efe41b9b9
Add more features for boolean expressions in formats: 1) extend && and
...
|| to support arbitrarily many arguments and 2) add ! and !! for not and
not-not.
2025-04-25 08:28:21 +00:00
0772fe822a
Merge branch 'obsd-master'
2025-04-24 12:01:10 +01:00
68f2ac9296
Fix examples with too many backslashes, pointed out by David Mandelberg.
2025-04-24 08:54:40 +00:00
b4f8340f16
Merge branch 'obsd-master'
2025-04-22 16:01:12 +01:00
cd3d2910ee
Fix description of pane_in_mode, from Julian Prein in GitHub issue 4469.
2025-04-22 12:33:35 +00:00
ac2779f4d8
Merge branch 'obsd-master'
2025-04-09 10:01:12 +01:00
68ffe65499
Fix documentation around optional arguments. This includes:
...
- Syncing between the usage string in code and in the man page.
- Adding optional arguments that were not mentioned (such as
shell-command arguments).
- Adding square brackets around arguments that are actually optional.
From Julian Prein (julian at druck dot dev) in GitHub issue 4419.
2025-04-09 07:03:04 +00:00
3e14e7c48b
Formats can use environment variables, from David Mandelberg.
2025-04-09 06:51:31 +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
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
94783addfc
Merge branch 'obsd-master'
2025-02-26 10:01:14 +00:00
f224d61f37
Document the use of ';' as a modifier separator, from Matt Liggett in
...
GitHub issue 4384.
2025-02-26 07:50:36 +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
9a377485be
Merge branch 'obsd-master'
2025-02-13 18:01:08 +00:00
47a56c11f2
Add a note about C-r and C-s behaviour, GitHub issue 4309.
...
Also add a missing word, from jmc@.
2025-02-13 16:31:25 +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
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
6b470c5222
Merge branch 'obsd-master'
2024-12-16 10:01:11 +00:00
106d1c3538
Missing main-vertical-mirrored from layout list, from charlotte at
...
lottia dot net.
2024-12-16 08:51:41 +00:00
98e322d5a5
Merge branch 'obsd-master'
2024-12-03 14:01:12 +00:00
01edce40f3
M-1 to M-7 for 7 preset layouts; from bunkmate
...
ok nicm
2024-12-03 11:18:34 +00:00
db771ec6e3
Merge branch 'obsd-master'
2024-11-26 18:01:10 +00:00
6f7db82b18
Add copy-mode-position-style and copy-mode-selection-style for copy
...
mode (they default to mode-style as before).
2024-11-26 15:52:41 +00:00
ceaf9b7452
Merge branch 'obsd-master'
2024-11-22 14:01:11 +00:00
64d82d5988
Document command prompt escape sequence, from Von Welch.
2024-11-22 12:36:13 +00:00
ea6c5053c8
Merge branch 'obsd-master'
2024-11-21 10:01:09 +00:00
3f4fd45d5c
Fix save-buffer documentation - it writes to stdout. From Ilya Grigoriev.
2024-11-21 07:37:21 +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
563ed05353
Merge branch 'obsd-master'
2024-11-12 12:01:10 +00:00
713cacab1e
Mouse support on the scrollbars, from Michael Grant.
2024-11-12 09:32:56 +00:00
846f813565
Merge branch 'obsd-master'
2024-11-11 10:01:08 +00:00
c26d71d3e9
Add an option to control the input buffer size, from Ken Lau.
2024-11-11 08:41:05 +00:00
1fe30bb2e8
Merge branch 'obsd-master'
2024-11-06 20:33:45 +00:00
809d659e64
Xr to Ic, from jmc.
2024-11-05 21:07:19 +00:00
09f4e43189
Add support for a scrollbar at the side of each pane. New options
...
pane-scrollbars turn them on or off, pane-scrollbars-position sets the
position (left or right), and pane-scrollbars-style to set the colours.
Mouse support will come later. From Michael Grant in GitHub issue 4221.
2024-11-05 09:41:17 +00:00
a9d0461839
Merge branch 'obsd-master'
2024-10-17 20:01:07 +01:00
71aa4fe767
Switch pane-colors and cursor-style options to be in alphabetical order,
...
from Teubel Gyorgy, GitHub issue 4191.
2024-10-17 17:22:01 +00:00
cfd3c02306
Allow attributes in menu style, from Japin Li in GitHub issue 4194.
2024-10-17 17:10:41 +00:00
66c738bc10
Merge branch 'obsd-master'
2024-10-10 12:01:08 +01:00
bcc47add38
Add a sixel_support format variable which is 1 if SIXEL is supported
...
(always 0 on OpenBSD), requested by Misaki Masa in GitHub issue 4177
2024-10-10 10:41:33 +00:00