mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 17:38:59 +00:00
ESL-24 Add tab complete to windows
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16010 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -1123,7 +1123,10 @@ static int console_bufferInput (char* addchars, int len, char *cmd, int key)
|
||||
cmd[--iCmdBuffer] = 0;
|
||||
}
|
||||
iCmdCursor = (int)strlen(cmd);
|
||||
printf("%s%s", prompt, cmd);
|
||||
printf("%s", prompt);
|
||||
GetConsoleScreenBufferInfo(hOut, &info);
|
||||
orgPosition = info.dwCursorPosition;
|
||||
printf("%s", cmd);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user