summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2020-01-28 15:52:04 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2020-01-28 15:52:04 +0000
commit7f3feb1896ffde7bca70ffa8db933196af7b2f91 (patch)
tree119c7f4de6b55dcf42530965de52159fa9488681 /CHANGES
parent7eada28f965d8e3b01df6e070e3b1ce5cb1784bf (diff)
Add to CHANGES.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES12
1 files changed, 11 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index ae980bb0..d6806e49 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,14 @@
CHANGES FROM 3.0 to X.X
+* Add support for adding a note to a key binding (with bind-key -N) and use
+ this to add descriptions to the default key bindings. A new -N flag to
+ list-keys shows key bindings with notes. Change the default ? binding to use
+ this to show a readable summary of keys. Also extend command-prompt to return
+ the name of the key pressed and add a default binding (/) to show the note
+ for the next key pressed.
+
+* Add support for the iTerm2 DSR 1337 sequence to get the terminal version.
+
* Treat plausible but invalid keys (like C-BSpace) as literal like any other
unrecognised string passed to send-keys
@@ -12,7 +21,8 @@ CHANGES FROM 3.0 to X.X
* Document client exit messages in the manual page.
-* Do not let read-only clients limit the size.
+* Do not let read-only clients limit the size, unless all clients are
+ read-only.
* Add a number of new formats to inspect what sessions and clients a window is
present or active in.