AuroraRuntime/Source/Console/ConsoleTTY
Reece Wilson 6dfa806e3a [+] (NT only) Missing numpad and math keys input under ConsoleStd noncan APIs
[*] Refactor NoncanonicalInput
[*] Fix various keys resort in NUL getting added to ConsoleTTYs input field
[*] Fix multichar right key input (finish TODO note)

[*] Hex grammar: literals may end with 'h' now that i think about it. also added wiresharks seperator. let's continue to simply make sure we cover all forms of hex in a reasonably liberal fashion to account for user input from various human written and software form.

(Nonuniform style of non-hex illegal chars are fine so long as it looks and reads like a legal array of hex characters. Comas must come directly after literals, possible [0x] prefixes are fine, whitespaces too, copy/pasted '[', ']', '{', '}', 'reasonable' new line rejection, etc)
2022-12-09 22:59:03 +00:00
..
ConsoleTTY.cpp [+] (NT only) Missing numpad and math keys input under ConsoleStd noncan APIs 2022-12-09 22:59:03 +00:00
ConsoleTTY.hpp [+] AuDebug::ErrorStack / AuErrorStack 2022-11-30 11:11:18 +00:00
ConsoleTTY.NT.cpp [*] Fix: win32 console - copy/paste scroll bug 2022-09-09 21:32:10 +01:00
ConsoleTTY.NT.hpp [*] Fix: win32 console - copy/paste scroll bug 2022-09-09 21:32:10 +01:00
ConsoleTTY.Unix.cpp Further Linux support 2022-08-02 05:52:57 +01:00
ConsoleTTY.Unix.hpp [*] Linux builds again. Still behind 2022-06-23 13:25:20 +01:00