mirror of
https://github.com/tmux/tmux.git
synced 2025-04-01 21:41:44 +00:00
Add CHANGES notes for 2.2 release
This commit is contained in:
parent
ad2532c3f4
commit
9a4b45dc0f
66
CHANGES
66
CHANGES
@ -1,3 +1,69 @@
|
|||||||
|
CHANGES FROM 2.1 to 2.2 10 April 2016
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
Normal 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).
|
||||||
|
|
||||||
|
|
||||||
CHANGES FROM 2.0 to 2.1 18 October 2015
|
CHANGES FROM 2.0 to 2.1 18 October 2015
|
||||||
|
|
||||||
Incompatible Changes
|
Incompatible Changes
|
||||||
|
@ -24,7 +24,7 @@ PKG_PROG_PKG_CONFIG
|
|||||||
test "$sysconfdir" = '${prefix}/etc' && sysconfdir=/etc
|
test "$sysconfdir" = '${prefix}/etc' && sysconfdir=/etc
|
||||||
|
|
||||||
# Is this --enable-debug?
|
# Is this --enable-debug?
|
||||||
found_debug=yes
|
#found_debug=yes
|
||||||
AC_ARG_ENABLE(
|
AC_ARG_ENABLE(
|
||||||
debug,
|
debug,
|
||||||
AC_HELP_STRING(--enable-debug, enable debug build flags),
|
AC_HELP_STRING(--enable-debug, enable debug build flags),
|
||||||
|
Loading…
Reference in New Issue
Block a user