The autocompletion was working, but you couldn't tell
because the text was overwritten with blanks. This was
a recent glitch created during fix for other cursor problems.
static BOOL FDECL(CtrlHandler, (DWORD));
#ifdef PORT_DEBUG
-static boolean display_cursor_info = TRUE;
+static boolean display_cursor_info = FALSE;
#endif
extern boolean getreturn_enabled; /* from sys/share/pcsys.c */
break;
case '\b':
cursor.X--;
- ch = ' ';
- WriteConsoleOutputAttribute(hConOut,&attr,1,
- cursor,&acount);
- WriteConsoleOutputCharacter(hConOut,&ch,1,
- cursor,&ccount);
break;
default:
WriteConsoleOutputAttribute(hConOut,&attr,1,