Fixed: Various bugs in the manipulation of the console command line
Switching between completion modes to complete the current word would incorrectly affect lastCompletion index.
Inserting a character after deleting out an autocompleted word could result in the previous terminator character being replaced and thus "uncovering" the rest of the contents of the command line buffer.
Fixed: Various bugs in the manipulation of the console command line
Switching between completion modes to complete the current word would
incorrectly affect lastCompletion index.
Inserting a character after deleting out an autocompleted word could
result in the previous terminator character being replaced and thus
"uncovering" the rest of the contents of the command line buffer.
Do not attempt to complete a zero-length word.