summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2019-07-26 21:22:53 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2019-07-26 21:22:53 +0100
commite19622b8db143545f02b92da674de7f71f8a907a (patch)
treeb29a944d9c9d8b6974a4c4ff4e8d2117aa4c7d57 /CHANGES
parentbb9a123dddf4816fe7e5539f0eea0b7b04935047 (diff)
Add to CHANGES.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES21
1 files changed, 20 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 95c8b619..952a95a6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,23 @@
CHANGES FROM 3.0 to X.X
+* Expand arguments to C and s format modifiers to match the m modifier.
+
+* Add support for underscore colours (Setulc capability must be added with
+ terminal-overrides as described in tmux(1)).
+
+* Add a "fill" style attribute for the fill colour of the drawing area (where
+ appropriate).
+
+* New -H flag to send-keys to send literal keys.
+
+* Format variables for pane mouse modes (mouse_utf8_flag and mouse_sgr_flag)
+ and for origin mode (origin_flag).
+
+* Add -F to refresh-client for flags for control mode clients, only one flag
+ (no-output) supported at the moment.
+
+* Add a few vi(1) keys for menus.
+
* Add pane options, set with set-option -p and displayed with show-options -p.
Pane options inherit from window options (so every pane option is also
a window option). The pane style is now configured by setting window-style
@@ -16,7 +34,8 @@ CHANGES FROM 3.0 to X.X
window.
* Add regular expression support for the format search, match and substitute
- modifiers and make them able to ignore case.
+ modifiers and make them able to ignore case. find-window now accepts -r to
+ use regular expressions.
* Do not use $TMUX to find the session because for windows in multiple sessions
it is wrong as often as it is right, and for windows in one session it is