Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Win32: Console #405

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Win32: Console #405

wants to merge 1 commit into from

Conversation

Iswenzz
Copy link
Contributor

@Iswenzz Iswenzz commented Mar 7, 2023

#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
Copy link
Contributor

proxict commented Sep 19, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants