Open Iswenzz opened 1 year ago
Looks good! Though, in the meantime, the unix readline implementation has been updated with new features. Could you update the windows implementation accordingly, possibly unifying the implementations, since it looks like the they have a lot in common?
https://github.com/callofduty4x/CoD4x_Server/issues/250 Removed the windows GUI with the equivalent of the linux console (ANSI colors, history, auto completion).
The cvar
ttycon_ansiColor
can be used to turn on terminal colors if your terminal supports ANSI escape codes. (Git Bash / Windows Terminal). On by default if the terminal has theENABLE_VIRTUAL_TERMINAL_PROCESSING
flag set.