If I type a command which uses ::vwait (so command
doesn't complete until the mud reports it has
completed -- specifically a command that powerwalks to
a specific destination, where I'm vwaiting to arrive
at the final destination), it's kinda odd.
What's good is that I can hit the down arrow and type
in a new command. What's bad is:
[1] If I type a new command without hitting down
arrow, I'm appending to my existing command (and would
be re-entering the same command with the appended
stuff on the end).
[2] When the command completes, whatever I'm currently
typing in vanishes. More specifically:
[3] the original command doesn't go into command
history.
[4] the command that I was typing in but haven't yet
executed goes into command history.
I guess I can live with this, but it feels like a bug.
W