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 /NEWS | |
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 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,6 +1,13 @@ ratpoison NEWS --- history of user-visible changes. -*- outline -*- * Changes since 1.2.0-beta5 +** Completions +You can now type Tab and get completions on window names, group names, +and colon commands. + +** Line editing capabilities +You can now go forward a word, backward a char, delete a word, etc. + ** New commands gnewbg, gselect, groups, gmove, and gmerge These commands allow further manipulation of window groups. |