| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: tmux | Distribution: openSUSE Tumbleweed |
| Version: 3.7b | Vendor: openSUSE |
| Release: 1.2 | Build date: Thu Jul 2 09:29:04 2026 |
| Group: System/Console | Build host: reproducible |
| Size: 1491413 | Source RPM: tmux-3.7b-1.2.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: https://tmux.github.io/ | |
| Summary: Terminal multiplexer | |
tmux is a terminal multiplexer: it enables a number of terminals (or windows), each running a separate program, to be created, accessed, and controlled from a single screen. tmux may be detached from a screen and continue running in the background, then later reattached. tmux is intended to be a modern, BSD-licensed alternative to programs such as GNU screen. tmux uses a client-server model. The server holds multiple sessions and each window is a independent entity which may be freely linked to multiple sessions, moved between sessions and otherwise manipulated. Each session may be attached to (display and accept keyboard input from) multiple clients.
ISC AND BSD-3-Clause AND BSD-2-Clause
* Thu Jul 02 2026 Fredrik Lönnegren <fredrik.lonnegren@suse.com>
- tmux 3.7b
* Fix so that the end of a synchronized update again triggers a redraw.
- tmux 3.7a:
* Fix crash in break-pane when no name is provided.
* Scrollbar options are now cached rather than being looked up for every
redraw
* Only forbid #( in names, allow #[, empty names, : and .
* Tue Jun 30 2026 Fredrik Lönnegren <fredrik.lonnegren@suse.com>
- tmux 3.7:
* Add floating panes.
* Add -g to kill-session to kill all sessions in a session group
* When mode-keys is set to vi, do not allow the cursor to go into the
invisible extra cell to the right of the visible text; this is closer to
what vi(1) does.
* Add emacs-style recentre-top-bottom command to copy mode.
* Add support for line numbers in copy mode.
* Make C-[ have the same bindings as Escape for terminals with extended
keys where they are different.
* Add ability to forward progress bar to outside terminal.
* Add detach to default session menu.
* Add -C flag to command-prompt to match display-message -C (do not freeze
panes).
* Add remain-on-exit key to keep pane around until a key is pressed.
* Add some new mouse ranges called "control0" to "control9" and use to add
some mouse controls to the pane state line.
* Add bracket_paste_flag format flag.
* Copy hyperlinks when redrawing popup so they do not vanish.
* Work around systemd killing panes early during system shutdown by creating
dependencies from the panes to the service which started tmux.
* Draw message as one format, allowing prompts and messages to occupy only a
portion of the status bar, overlaying the normal status content rather than
replacing the entire line. A new message-format option now controls the
entire message (like status-format). The message-style option now need to
include "fill" in order to cover the whole width (the default has
"fill=yellow").
* Add pane_pipe_pid with pipe file descriptor.
* Make -c work with new-session -A.
* Pass paste buffer through vis(3) when pasting to prevent buffers containing
for example the bracket end sequence causing issues, a new -S flag
disables.
* Add sorting (-O flag) and a custom format (-F) to list-keys.
* Add scroll-exit-on, scroll-exit-off, scroll-exit-toggle commands to copy
mode.
* Refresh copy mode when style changes.
* Make sorting code common and add -O for sorting to the list commands.
* Add -e flag to command-prompt to close if empty.
* Add paste to the default pane menu.
* If cannot find a terminator for palette responses, treat as a partial key
not complete.
* Do not send theme unless it has changed, and do not send immediately when
updates are enabled.
* Do not use ;;s in list-keys output as it is confusing and cannot be parsed
on input.
* Redraw pane borders when entering or leaving alternate screen.
* Add focus-follows-mouse option.
* Add selection_mode format variable for copy mode.
* Add prompt-command-cursor-style.
* With status-keys vi, move the cursor left by one when pressing Escape to
enter command mode, like vi.
* Add {current}/{active} for -t for current window or active pane.
* Add support for applications to use synchronized output mode (DECSET 2026)
to prevent screen tearing during rapid updates.
* Do not set a default prompt cursor colour because some terminals (urxvt,
st) do not support the reset sequence.
* 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.
* Add a missing skin tone character.
* Do not show scrollbar when entering copy mode from a pane in the alternate
screen.
* Add a get-clipboard option which when enabled (the default is off) and a
clipboard is requested from a pane, requests it from the terminal and
forwards to the requesting pane; also remove the now-redundant
forward-to-pane ability from "refresh-client -l" (issue 4275).
* Do not remove TERM for commands run from config file
* Add seconds options for clock mode
* Thu May 21 2026 Fredrik Lönnegren <fredrik.lonnegren@suse.com>
- tmux 3.6b:
* Remove images from the correct list when they are removed while in the
alternate screen.
- fixes CVE-2026-11623 [bsc#1267942]
* Fri Dec 05 2025 Fredrik Lönnegren <fredrik.lonnegren@suse.com>
- tmux 3.6a:
* A crash when linked against a libevent built with NDEBUG.
* A build issue with utempter on FreeBSD.
* Allow the mouse to enter copy mode when in the alternate screen again.
* Fixes to scrollbars, particularly when used with a pane status line.
* Correct handling of Unicode emoijs where the modifier precedes the modified
character.
* A crash and hang with malformed format strings.
* Wed Nov 26 2025 Fredrik Lönnegren <fredrik.lonnegren@suse.com>
- tmux 3.6:
* Add seconds options for clock mode (issue 4697).
* Make -v to source-file pass through to subsequent source-file commands (issue
4216).
* Add selection-mode command to expilcitly set the selection mode in copy mode
(issue 3842).
* Save and restore images in alternate screen (issue 3732).
* Improve handling of regional indicators and emoji modifiers (issue 3998).
* Preserve marked pane with swap-window and move-window (issue 3443).
* Set and check COLORTERM as a hint for RGB colour.
* If tmux receives a palette request (OSC 4) in a pane and the palette entry
has not been set, send a request to the most recently used client and
forward any response instead (based on change from Tim Culverhouse, issue
4665).
* Add -l flag to command-prompt to disable splitting into multiple prompts
(issue 4483).
* Add buffer_full format variable (from Mohammad AlSaleh, issue 4630).
* Introduce a new window option, tiled-layout-max-columns, which configures the
maximum number of columns in the tiled layout.
* Add -k flag to display-popup which allows any key to dismiss the popup once
the command has exited (from Meriel Luna Mittelbach, issue 4612).
* Add a pane-border-lines "spaces" value to use spaces for pane borders (issue
4587).
* Replace invalid UTF-8 characters with the placeholder instead of ignoring
them (issue 4514).
* Detect support for OSC 52 using the device attributes report (from James
Holderness, issue 4539).
* Add -E to run-shell to forward stderr as well as stdout (issue 4246).
* Add an option variation-selector-always-wide to instruct tmux not to
always interpret VS16 as a wide character and assume the terminal does
likewise.
* 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
(from David Mandelberg).
* Do not mistake other DCS sequences for SIXEL sequences (from James
Holderness, issue 4488).
* Improve #? conditional expression in formats: add support for else if and
default empty string if no else value (from David Mandelberg, issue 4451).
* Add default-client-command to set the command used if tmux is run without a
command; the default stays new-session (from David Mandelberg, issue
4422).
* Add S-Up and S-Down to move windows in tree mode (from David Mandelberg,
issue 4415).
* 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 (from Jonathan Slenders, issue 4353).
* Add -M flag to capture-pane to use the copy mode screen (issue 4358).
* Align index numbers in trees (from David Mandelberg, issue 4360).
* Add display-message -C flag to update pane while message is displayed (from
Vitaly Ostrosablin, issue 4363).
* Make list-commands command show only one command if an argument is given
(from Ilya Grigoriev, issue 4352).
* Count line numbers correctly inside strings in configuration files (reported
by Pedro Navarro, issue 4325).
* Map bright black (colour 8) to white (7) if the background is black on
terminals with only eight colours so the text is not invisible (from Dmytro
Bagrii, issue 4322).
* Add copy-mode-position-style and copy-mode-selection-style options for copy
mode.
* Add no-detach-on-destroy client option (issue 4242).
* Add input-buffer-size option (from Ken Lau).
* 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 (from
Michael Grant, issue 4221).
* Add prompt-cursor-colour and prompt-cursor-style to set the style of the
cursor in the command prompt and remove the emulated cursor (from Alexander
Arch, issue 4170).
* Add initial-repeat-time option to allow the first repeat time to be increased
and later reduced (from David le Blanc, issue 4164).
* Add copy-mode-position-format to configure the position indicator.
* Add -y flag to disable confirmation prompts in modes (issue 4152).
* Add -C and -P flags to the copy commands in copy mode: -C prevents the
commands from sending the text to the clipboard and -P prevents them from
adding the text as a paste buffer (issue 4153).
* Preserve transparency and raster attribute dimensions when sending a SIXEL
image, and avoid collapsing empty lines (issue 4149).
* Wed Jan 15 2025 Thorsten Kukuk <kukuk@suse.com>
- Disable libutempter, it doesn't work anymore with the switch
from utmp to systemd-logind
* Sat Oct 05 2024 Fredrik Lönnegren <fredrik.lonnegren@suse.com>
- tmux 3.5a:
* Do not translate BSpace as Unicode with extended keys.
* Fix so that keys with Shift are represented correctly with extended keys.
* Revert to using /bin/sh for #() and run-shell and if-shell; the change to
use default-shell only applies now to popups.
* Fix grey colour without a number suffix in styles.
* Mon Sep 30 2024 Fredrik Lönnegren <fredrik.lonnegren@suse.com>
- tmux 3.5:
* Revamp extended keys support to more closely match xterm and support mode 2
as well as mode 1. This is a substantial change to key handling which
changes tmux to always request mode 2 from parent terminal, changes to an
unambiguous internal representation of keys, and adds an option
(extended-keys-format) to control the format similar to the xterm(1)
formatOtherKeys resource.
* Clear an overlay (popup or menu) when command prompt is entered.
* Add copy-mode -d flag to scroll a page down if in copy mode already
(matching -e).
* Display hyperlinks in copy mode and add copy_cursor_hyperlink format to get
the hyperlink under the cursor.
* Add a prefix timeout option.
* Mouse move keys are not useful as key bindings because we do not turn them
on unless the application requests them. Ignore them so they do not cause
the prefix to be canceled
* Add search_count and search_count_partial formats in copy mode.
* Do not reset mouse pane if clicked on status line,
* Add mirrored versions of the main-horizontal and main-vertical layouts
where the main pane is bottom or right instead of top or left.
* Allow REP to work with Unicode characters.
* Fix size calculation of terminators for clipboard escape sequences.
* Treat CRLF as LF in config files where it is easy to do so.
* The Linux console has some bugs with bright colours, so add some
workarounds for it.
* If built with systemd, remove some environment variables it uses.
* Adjust the logic when deleting last buffer to better preserve the
selection: if selecting the element below the deleted one fails (because as
the last one), select the one above it instead.
* Add --enable-jemalloc to build with jemalloc memory allocator (since glibc
malloc is so poor).
* Add a way (refresh-client -r) for control mode clients to provide OSC 10
and 11 responses to tmux so they can set the default foreground and
background colours.
* Add N to search backwards in tree modes.
* Use default-shell for command prompt, #() and popups.
* Revert part of a change intended to improve search performance by skipping
parts of lines already searched, but which in fact skipped the ends of
lines altogether.
* Add a command-error hook when a command fails.
* Add an option allow-set-title to forbid applications from changing the pane
title.
* Correct handling of mouse up events (don't ignore all but the last released
button), and always process down event for double click.
* Fix a crash if focusing a pane that is exiting.
* Pick newest session (as documented) when looking for next session for
detach-on-destroy.
* Reduce default escape-time to 10 milliseconds.
* Add display-menu -M to always turn mouse on in a menu.
* Look for feature code 21 for DECSLRM and 28 for DECFRA in the device
attributes and also accept level 1.
* Fix crash if built with SIXEL and the SIXEL colour register is invalid;
also remove SIXEL images before reflow.
* Do not notify window-layout-changed if the window is about to be destroyed.
* Do not consider a selection present if it is empty for the selection_active
and selection_present format variables.
* Fix split-window -p.
* Fri Feb 16 2024 Andreas Stieger <andreas.stieger@gmx.de>
- tmux 3.4
* Improve handling of newer Unicode combined characters
* Add basic support for SIXEL images
* Add support for spawning panes in separate cgroups with systemd
* Add support for OSC 8 hyperlinks.
* Expanded configuration options
* Improved detection and support of terminal options
* Tweaks to UI and behavior
- drop patches:
* ncurses.patch
* tmux-CVE-2022-47016.patch
* Tue May 02 2023 Ondřej Súkup <mimi.vx@gmail.com>
- add ncurses.patch for compactibility with new ncurses
fixes boo#1210552
* Fri Mar 10 2023 Dirk Müller <dmueller@suse.com>
- disable utf8proc (following upstreams not use it by default
on non-macOS)
* Mon Jan 23 2023 pgajdos@suse.com
- security update
- added patches
fix CVE-2022-47016 [bsc#1207393], Null pointer dereference in window.c
+ tmux-CVE-2022-47016.patch
/run/tmux /usr/bin/tmux /usr/lib/tmpfiles.d/tmux.conf /usr/share/bash-completion/completions/tmux /usr/share/doc/packages/tmux /usr/share/doc/packages/tmux/CHANGES /usr/share/licenses/tmux /usr/share/licenses/tmux/COPYING /usr/share/man/man1/tmux.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Aug 9 20:39:26 2026