callofduty4x / CoD4x_Server

Extended Call of Duty 4 server
https://cod4x.ovh
GNU Affero General Public License v3.0
333 stars 121 forks source link

Win32: Console #405

Open Iswenzz opened 1 year ago

Iswenzz commented 1 year ago

https://github.com/callofduty4x/CoD4x_Server/issues/250 Removed the windows GUI with the equivalent of the linux console (ANSI colors, history, auto completion).

image

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 the ENABLE_VIRTUAL_TERMINAL_PROCESSING flag set.

proxict commented 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?