#
b6124414 |
| 27-Jan-2025 |
nicm <nicm@openbsd.org> |
Make list-commands command show only one command if an argument is given, from Ilya Grigoriev in GitHub issue 4352.
|
#
3d40d63a |
| 01-Jan-2025 |
nicm <nicm@openbsd.org> |
Add an option allowing users to override the width of individual Unicode codepoints (overriding tmux's default list).
|
#
926caf46 |
| 16-Dec-2024 |
nicm <nicm@openbsd.org> |
Add a nesting limit to source-file, from Fadi Afani in GitHub issue 4223.
|
#
a1f482fe |
| 06-Dec-2024 |
nicm <nicm@openbsd.org> |
Do not write bracketed paste keys themselves if the pane has not asked for them.
|
#
83bde373 |
| 25-Nov-2024 |
nicm <nicm@openbsd.org> |
Do not rely on window reference count for linked formats because they are also used for notifications, GitHub issue 4258.
|
#
3a775927 |
| 22-Nov-2024 |
nicm <nicm@openbsd.org> |
Do not strvis output to terminal from commands.
|
#
61e9d0de |
| 20-Nov-2024 |
nicm <nicm@openbsd.org> |
Fix word navigation on lines with tabs, from Alexander Arch.
|
#
104e139d |
| 15-Nov-2024 |
nicm <nicm@openbsd.org> |
Add no-detach-on-destroy client option (useful for control mode clients). From laur dot aliste at gmail dot com, GitHub issue 4242.
|
#
dd0df669 |
| 15-Nov-2024 |
nicm <nicm@openbsd.org> |
Add two new style parameters, width and pad, which apply to scrollbars. From Michael Grant, GitHub issue 4241.
|
#
8b458060 |
| 15-Nov-2024 |
nicm <nicm@openbsd.org> |
Turn off scrollbar when pane is in alternate screen, from Michael Grant, GitHub issue 4231.
|
#
afeb706a |
| 12-Nov-2024 |
nicm <nicm@openbsd.org> |
Mouse support on the scrollbars, from Michael Grant.
|
#
d5f1c1a5 |
| 11-Nov-2024 |
nicm <nicm@openbsd.org> |
Add an option to control the input buffer size, from Ken Lau.
|
#
d2117533 |
| 05-Nov-2024 |
nicm <nicm@openbsd.org> |
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
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.
show more ...
|
#
e505ea96 |
| 25-Oct-2024 |
nicm <nicm@openbsd.org> |
Allow control characters to be entered at the command prompt prefixed with with C-v, from Alexander Arch in GitHub issue 4206.
|
#
02d75531 |
| 25-Oct-2024 |
nicm <nicm@openbsd.org> |
Flag tabs if possible in the grid cell so they can be preserved on copying and capture-pane. From Alexander Arch in GitHub issue 4201.
|
#
f4cc117e |
| 21-Oct-2024 |
nicm <nicm@openbsd.org> |
Add function to get current offset from copy mode, from Michael Grant.
|
#
863bdf70 |
| 07-Oct-2024 |
nicm <nicm@openbsd.org> |
Add initial-repeat-time option to allow the first repeat time to be increased and later reduced, from David le Blanc in GitHub issue 4164.
|
#
af11b61d |
| 04-Oct-2024 |
nicm <nicm@openbsd.org> |
Add -y flag to disable confirmation prompts in modes, GitHub issue 4152.
|
#
17b308fb |
| 02-Oct-2024 |
nicm <nicm@openbsd.org> |
Add a define for the socket permissions check so it can be overridden more easily (for Cgywin).
|
#
d1cbf82e |
| 01-Oct-2024 |
nicm <nicm@openbsd.org> |
Use global cursor style and colour options for modes instead of default, GitHub issue 4117.
|
#
482624f4 |
| 01-Oct-2024 |
nicm <nicm@openbsd.org> |
Change pasting to bypass the output key processing entirely and write what was originally received. Fixes problems with pasted text being interpreted as extended keys reported by Mark Kelly.
|
#
a1c6091a |
| 30-Sep-2024 |
nicm <nicm@openbsd.org> |
On some Windows terminals, if TIOCWINSZ does not return xpixel and ypixel (they are zero), if this is the case then try the query escape sequences. From Dmitry Galchinsky in GitHub issue 4099.
|
#
668a68ad |
| 30-Sep-2024 |
nicm <nicm@openbsd.org> |
Only use default-shell for popups, return to /bin/sh for run-shell, if-shell and #() - these have been documented as using /bin/sh for a long time and scripts rely on it. Pointed out by Gregory Pakos
Only use default-shell for popups, return to /bin/sh for run-shell, if-shell and #() - these have been documented as using /bin/sh for a long time and scripts rely on it. Pointed out by Gregory Pakosz.
show more ...
|
#
c9c8e50c |
| 16-Sep-2024 |
nicm <nicm@openbsd.org> |
Add a prefix timeout option, from Conor Taylor in GitHub issue 4108.
|
#
ca1080d0 |
| 27-Aug-2024 |
nicm <nicm@openbsd.org> |
Display hyperlinks in copy mode and add copy_cursor_hyperlink format to get the hyperlink under the cursor.
|