You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From what I've read on the subject, the base ncurses library doesn't support ANSI escapes. It has its own methods of coloring text, which I should be able to expose through the MenuItem class pretty easily.
This is a script made by user l0b0 in which you can run from folder directory
that will allow you to display the number of colors as well as the actual
colors that are supported by your terminal.
I am adding this just a very minor side note for issue pmbarrett314#16. If, by chance, you
are unsure if or how many colors your terminal support, here's an easy way to
find out.
While in the directory of the xterm-color-count, run the command
"./xterm-color-count.sh -v" and all the supported colors will be displayed.
Note: This is not supported on Linux.
pmbarrett314
changed the title
Support ANSI escape codes
Support ANSI escape codes/custom colors
Aug 1, 2022
Trying to use escape codes doesn't work as I would have hoped:
Result:
Thanks...
The text was updated successfully, but these errors were encountered: