tty autocomplete

Change tty extended command autocomplete, based loosely on <Someone>'s
patch, to allow you to type autocompleted characters.  That is, you can type
characters the autocompleter inserted without invalidating the command.
I haven't looked closely, but at least some other windowport extended
command readers seem to already behave similarly.
This commit is contained in:
cohrs
2002-12-12 06:16:39 +00:00
parent d013f95679
commit ed39497b21
2 changed files with 20 additions and 8 deletions

View File

@@ -371,6 +371,7 @@ tty: support terms where turning off inverse video turns off color too
tty: object selection at --More-- prompt after '?' didn't work anymore
unix: install recover command into GAMEDIR by default
vms: prevent error() from indirectly triggering hangup save during forced exit
tty: ext command autocomplete now lets you enter auto-completed characters
General New Features