Replies: 1 comment
-
@dev-SR, Unfortunately that's how most of curses implementations, including ncurses are. They just don't recognize ANSI sequences as whole so they just split them resulting it for fail (I mean that ANSI sequence fails to get interpreted by terminal). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm thinking of creating a CLI app using python
curses
andrich
. Ascurses
requiresaddstr
method to print text to string, I'm unable to print usingrich
. Is it possible to integrate these two libraries?Following codes don't work accordingly!!
Beta Was this translation helpful? Give feedback.
All reactions