diff options
author | sabetts <sabetts> | 2003-05-28 23:02:53 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2003-05-28 23:02:53 +0000 |
commit | 87e9bbd830f6bab5d344852d45e46ae71f5bc113 (patch) | |
tree | 2fe337bd0851f9481c66ba1ec52a190c1f400aaa /ChangeLog | |
parent | 99d6bf980b231670ef58d12e082cfd52e0513707 (diff) | |
download | ratpoison-87e9bbd830f6bab5d344852d45e46ae71f5bc113.zip |
* src/completions.c (completions_complete): if direction is
COMPLETION_PREVIOUS, then set last_match to it's previous entry.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2003-05-28 Shawn Betts <sabetts@sfu.ca> + * src/completions.c (completions_complete): if direction is + COMPLETION_PREVIOUS, then set last_match to it's previous entry. + * src/globals.h (COMPLETION_NEXT): new define (COMPLETION_PREVIOUS): likewise |