aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-20 17:31:48 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-20 17:31:48 +0000
commit4e4f71febb506fc83abb75ca163eca250ca4ac2a (patch)
tree0b8f32021f4f9df9cad773d456d1fd24e48bfb87 /CHANGES
parent9798dcd4dfa481eb28096a637f5b555a12354ad8 (diff)
downloadrtmux-4e4f71febb506fc83abb75ca163eca250ca4ac2a.tar.gz
rtmux-4e4f71febb506fc83abb75ca163eca250ca4ac2a.tar.bz2
rtmux-4e4f71febb506fc83abb75ca163eca250ca4ac2a.zip
Swap in new paste buffer code and add a couple more commands.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 12 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 61caa3a4..ffd80f26 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,16 @@
20 June 2008
+* Initial buffer improvements. Each session has a stack of buffers and each
+ buffer command takes a -b option to manipulate items on the stack. If -b
+ is omitted, the top entry is used. The following commands are currently
+ available:
+
+ set-buffer [-b index] [-t target-session] string
+ paste-buffer [-d] [-b index] [-t target-window]
+ delete-buffer [-b index] [-t target-session]
+ show-buffers [-t target-session]
+
+ -d to paste-buffer deletes the buffer after pasting it.
* New option, display-time, sets the time status line messages stay on screen
(unless a key is pressed). Set in milliseconds, default is 750 (0.75 seconds).
The timer is only checked every 100 ms or so.
@@ -517,4 +528,4 @@
(including mutt, emacs). No status bar yet and no key remapping or other
customisation.
-$Id: CHANGES,v 1.130 2008-06-19 23:24:40 nicm Exp $
+$Id: CHANGES,v 1.131 2008-06-20 17:31:48 nicm Exp $