summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-21 14:11:39 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-21 14:11:39 +0000
commite70e9513a82a817edf35c86cb8b7f5ff2736c771 (patch)
treeb49787558eeefccf049972406233d5ed02155d00 /CHANGES
parent456ff329c37e4c9acf815d74353638e4829e868e (diff)
Simple tab completion of option names in command prompt.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index dbd9347e..afa53fe0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
21 June 2008
+* Naive tab completion in the command prompt. This only completes command
+ names if a) they are at the start of the text b) the cursor is at
+ the end of the text c) the text contains no spaces.
* Only attempt to set the title where TERM looks like an xterm (contains
"xterm", "rxvt" or is "screen"). I hate this but I don't see a better way:
setting the title actually kills some other terminals pretty much dead.
@@ -19,6 +22,7 @@
paste-buffer [-d] [-b index] [-t target-window]
delete-buffer [-b index] [-t target-session]
show-buffers [-t target-session]
+ show-buffer [-b index] [-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
@@ -538,4 +542,4 @@
(including mutt, emacs). No status bar yet and no key remapping or other
customisation.
-$Id: CHANGES,v 1.134 2008-06-21 13:11:28 nicm Exp $
+$Id: CHANGES,v 1.135 2008-06-21 14:11:39 nicm Exp $