|
![](/images/spacer.gif) |
![](/images/spacer.gif) |
![](/images/spacer.gif) |
Changelog for tmux-2.6-5.83.x86_64.rpm :
* Fri Aug 30 2019 jcejka - Do not crash in key_bindings_dispatch() if c is NULL: * tmux-null-client.patch * Tue Oct 17 2017 mimi.vxAATTgmail.com- update to 2.6 * Add select-pane -T to set pane title. * Fix memory leak when lines with BCE are removed from history. * Fix (again) the \"prefer unattached\" behaviour of attach-session. * Reorder how keys are checked to allow keys to be specified that have a leading escape. GitHub issue 1048. * Support REP escape sequence (\\033[b). * Run alert hooks based on options rather than always, and allow further bells even if there is an existing bell. * Add -d flag to display-panes to override display-panes-time. * Add selection_present format when in copy mode (allows key bindings that do something different if there is a selection). * Add pane_at_left, pane_at_right, pane_at_top and pane_at_bottom formats. * Make bell, activity and silence alerting more consistent by: removing the bell-on-alert option; adding activity-action and silence-action options with the same possible values as the existing bell-action; adding a \"both\" value for the visual-bell, visual-activity and visual-silence options to trigger both a bell and a message. * Add a pane_pipe format to show if pipe-pane is active. * Block signals between forking and resetting signal handlers so that the libevent signal handler doesn\'t get called in the child and incorrectly write into the signal pipe that it still shares with the parent. GitHub issue 1001. * Allow punctuation in pane_current_command. * Add -c for respawn-pane and respawn-window. * Wait for any remaining data to flush when a pane is closed while pipe-pane is in use. * Fix working out current client with no target. GitHub issue 995. * Try to fallback to C.UTF-8 as well as en_US.UTF-8 when looking for a UTF-8 locale. * Add user-keys option for user-defined key escape sequences (mapped to User0 to User999 keys). * Add pane-set-clipboard hook. * FAQ file has moved out of repository to online. * Fix problem with high CPU usage when a client dies unexpectedly. GitHub issue 941. * Do a dance on OS X 10.10 and above to return tmux to the user namespace, allowing access to the clipboard. * Do not allow escape sequences which expect a specific terminator (APC, DSC, OSC) to wait for forever - use a small timeout. This reduces the chance of the pane locking up completely when sent garbage (cat /dev/random or similar). * Support SIGUSR2 to toggle logging on a running server, also generate the \"out\" log file with -vv not -vvvv. * Make set-clipboard a three state option: on (tmux both sends to outside terminal and accepts from applications inside); external (tmux sends outside but does not accept inside); and off. * Fix OSC 4 palette setting for bright foreground colours. GitHub issue 954. * Use setrgbf and setrgbb terminfo(5) capabilities to set RGB colours, if they are available. (Tc is still supported as well.) * Fix redrawing panes when they are resized several times but end up with the size unchanged (for example, splitw/resizep -Z/breakp). * Major rewrite of choose mode. Now includes preview, sorting, searching and tagging; commands that can be executed directly from the mode (for example, to delete one or more buffers); and filtering in tree mode. * choose-window and choose-session are now aliases of choose-tree (in the command-alias option). * Support OSC 10 and OSC 11 to set foreground and background colours. * Check the U8 capability to determine whether to use UTF-8 line drawing characters for ACS. * Some missing notifications for layout changes. * Control mode clients now do not affect session sizes until they issue refresh-client -C. new-session -x and -y works with control clients even if the session is not detached. * All new sessions that are unattached (whether with -d or started with no terminal) are now created with size 80 x 24. Whether the status line is on or off does not affect the size of new sessions until they are attached. * Expand formats in option names and add -F flag to expand them in option values. * Remember the search string for a pane even if copy mode is exited and entered again. * Some further BCE fixes (scroll up, reverse index). * Improvements to how terminals are cleared (entirely or partially). * Tue May 30 2017 mimi.vxAATTgmail.com- update to 2.5- dropped tmux_issue889.patch- refresh tmux-socket-path.patch * new stable release * Wed May 03 2017 mimi.vxAATTgmail.com- Fix boo#1037468 - tmux_issue889.patch * Fri Apr 21 2017 asnAATTcryptomilk.org- Fix tmux-socket-path.patch to create directories inside of /run/tmux * Thu Apr 20 2017 mimi.vxAATTgmail.com- update to 2.4- refresh tmux-socket-path.patch + Incompatible Changes * Key tables have undergone major changes. Mode key tables are no longer separate from the main key tables. All mode key tables have been removed, together with the -t flag to bind-key and unbind-key. The emacs-edit, vi-edit, emacs-choose and vi-choose tables have been replaced by fixed key bindings in the command prompt and choose modes. The mode-keys and status-keys options remain. The emacs-copy and vi-copy tables have been replaced by the copy-mode and copy-mode-vi tables. Commands are sent using the -X and -N flags to send-keys. So the following: bind -temacs-copy C-Up scroll-up bind -temacs-copy -R5 WheelUpPane scroll-up Becomes: bind -Tcopy-mode C-Up send -X scroll-up bind -Tcopy-mode WheelUpPane send -N5 -X scroll-up This changes allows the full command parser (including command sequences) and command set to be used - for example, the normal command prompt with editing and history is now used for searching, jumping, and so on instead of a custom one. The default C-r binding is now: bind -Tcopy-mode C-r command-prompt -p\'search up\' \"send -X search-backward \'%%\'\" There are also some new commmands available with send -X, such as copy-pipe-and-cancel. * set-remain-on-exit has gone -- can be achieved with hooks instead. * Hooks: before hooks have been removed and only a selection of commands now have after hooks (they are no longer automatic). Additional hooks have been added. * The xterm-keys option now defaults to on. + Normal Changes * Support for mouse double and triple clicks. * BCE (Background Colour Erase) is now supported. * All occurrences of a search string in copy mode are now highlighted; additionally, the number of search results is displayed. The highlighting updates interactively with the default emacs key bindings (incremental search). * source-file now understands glob patterns. * Formats now have simple comparisons: [#]{==:a,b} [#]{!=:a,b} * There are the following new formats: - #{version} -- the tmux server version; - #{client_termtype} -- the terminal type of the client; - #{client_name} -- the name of a client; - #{client_written} -- the number of bytes written to the client. * The configuration file now accepts %if/%endif conditional blocks which are processed when it is parsed; the argument is a format string (useful with the new format comparison options). * detach-client now has -E to execute a command replacing the client instead of exiting. * Add support for custom command aliases, this is an array option which contains items of the form \"alias=command\". This is consulted when an unknown command is parsed. * break-pane now has -n to specify the new window name. * OSC 52 support has been added for programs inside tmux to set a tmux buffer. * The mouse \"all event\" mode (1003) is now supported. * Palette setting is now possible (OSC 4 and 104). * Strikethrough support (a recent terminfo is required). * Grouped sessions can now be named (new -t). * terminal-overrides and update-environment are now array options (the previous set -ag syntax should work without change). * There have been substantial performance improvements. * Fri Sep 30 2016 aloisioAATTgmx.com- Update to version 2.3 * New option \'pane-border-status\' to add text in the oane borders. * Support for hooks on commands: \'after\' and \'before\' hooks. * \'source-file\' understands \'-q\' to supress errors for nonexistent files. * Lots of UTF8 improvements, especially on MacOS. * \'window-status-separator\' understands #[] expansions. * \'split-window\' understands \'-f\' for performing a full-width split. * Allow report count to be specified when using \'bind-key -R\'. * \'set -a\' for appending to user options (AATTfoo) is now supported. * \'display-panes\' can now accept a command to run, rather than always selecting the pane. * Sun Apr 24 2016 mpluskalAATTsuse.com- Add correct systemd requires (boo#976922) * Tue Apr 12 2016 idonmezAATTsuse.com- Update to 2.2 + Incompatible changes: * The format strings which referenced time have been removed. Instead: [#]{t:window_activity} can be used. * Support for TMPDIR has been removed. Use TMUX_TMPDIR instead. * UTF8 detection how happens automatically if the client supports it, hence the mouse-utf8, utf8 options has been removed. * The mouse_utf8_flag format string has been removed. * The -I option to show-messages has been removed. See #{t:start_time} format option instead. + Other changes: * Panes are unzoomed with selectp -LRUD * New formats added: [#]{scroll_position} [#]{socket_path} [#]{=10:...} -- limit to N characters (from the start) [#]{=-10:...} -- limit to N characters (from the end) [#]{t:...} -- used to format time-based formats [#]{b:...} -- used to ascertain basename from string [#]{d:...} -- used to ascertain dirname from string [#]{s:...} -- used to perform substitutions on a string * Job output is run via the format system, so formats work again * If display-time is set to 0, then the indicators wait for a key to be pressed. * list-keys and list-commands can be run without starting the tmux server. * kill-session learns -C to clear all alerts in all windows of the session. * Support for hooks (internal for now), but hooks for the following have been implemented: alert-bell alert-silence alert-activity client-attached client-detached client-resized pane-died pane-exited * RGB (24bit) colour support. The \'Tc\' flag must be set in the external TERM entry (using terminal-overrides or a custom terminfo entry).- Refresh tmux-socket-path.patch- Bash completion is now removed and provided by https://github.com/przepompownia/tmux-bash-completion instead. * Mon Feb 01 2016 mimi.vxAATTgmail.com- cleanup specfile
|
|
|