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
It would be working in almost all linux terminal emulators.
You can test it support with:
echo -e "\e[9mtest\e[0m"
That was my first attempt when coding in Ncurses. The escape code, ‘\033’ or ‘\x1b’, does work on win, but somehow refuse to be recognized as ANSI escape codes on a pad. Since I’m using a pad as the container of the actual document, I can’t implement ’\033[9m;’ unless there could be a valid way to render it. The current strikethrough as white rectangle with copiable text is all I could do right now.
But if you find any way to do that, let me know and I’m happy to do change that
It would be working in almost all linux terminal emulators.
You can test it support with:
The text was updated successfully, but these errors were encountered: