Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CMD][CONUTILS] Move the generic console-input code into CONUTILS.
CORE-13860 - All the code that deals with reading in an asynchronous way console input data is now moved to conutils/instream.c, and proper interfaces are written around it. This allows possible reusage in other command-line programs. - The code in cmd/console.c just wraps around these conutils interfaces. - Remove old dead code in conutils/instream.c. - Move code that retrieves console information into conutils/screen.c, function ConGetScreenInfo() which now works for both Win32 consoles and TTYs, and adjust the calls to this function.
- Loading branch information