TermKit icon indicating copy to clipboard operation
TermKit copied to clipboard

Terminal Capability

Open migueldeicaza opened this issue 4 years ago • 1 comments

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 avatar Mar 17 '21 03:03 migueldeicaza

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 avatar Mar 17 '21 19:03 migueldeicaza