-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
back FmtStr objects with Blessed/Blessings colorstring output #80
Comments
The weakest version of this would be just ripping out Another option would be completely doing away with our own internal representation, and reparsing terminal-formatted strings each time we do math with them. FmtStrs are nice for doing things like "start with a line, then stick the text "hello" in bold into spaces 10-16 of it. I'm not sure how this works with the fact that YOU DON'T ACTUALLY KNOW how big a string is until you're talking about a specific terminal (double width characters). Cutting into it is going to be more complicated. |
This sounds harder and less important than fixing the input code. |
Most important is giving parsing input character sequences and understanding them via blessed - let's start with that |
blocked on Blessed getting better parsing so that code can be used to produce FmtStrs |
We could do this before we switch to Blessed, but it'd be large.
The text was updated successfully, but these errors were encountered: