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

Terminal Capability #27

Open
migueldeicaza opened this issue Mar 17, 2021 · 1 comment
Open

Terminal Capability #27

migueldeicaza opened this issue Mar 17, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@migueldeicaza
Copy link
Owner

Currently the code is using a few too many unicode characters, we should have at least two layers of terminal configuration, if UTF8 is supported, we can use those unicode characters, otherwise, for older terminals, we should use just the drawing characters supported by curses.

@migueldeicaza
Copy link
Owner Author

Ah so I had already left some room for this in the "ConsoleDriver", by using vars to declare the funky characters, and I guess I was going to change those in case of a challenge. So that is sort-of-there, but has to be properly surfaced.

@migueldeicaza migueldeicaza added the enhancement New feature or request label Apr 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant