Changes:
- Implemented the following APIs (DOSKEY.EXE) support:
AddConsoleAliasGetConsoleAliasGetConsoleAliasExesLengthGetConsoleAliasExesGetConsoleAliasesLengthGetConsoleAliasesExpungeConsoleCommandHistorySetConsoleNumberOfCommands- not usedGetConsoleCommandHistoryLengthGetConsoleCommandHistoryGetConsoleHistoryInfo- not usedSetConsoleHistoryInfo- not used
- Alt+F10 to wipe DOSKEY aliases for current process (by process module name).
- Alt+F7 to clear command history (by process module name).
- Processes with the same module name share a common command history.
- Force 16-color mode on MS Windows prior Windows 10.
- Implement word-based text wrapping. #396
- Add GitHub Action workflow to generate binaries for the big three OS platforms.
- Disable mouse event processing when any reporting mode enabled. #438
- Add the ability to change default menu item settings. #439