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
im struggling with reset sequences currently. E.g. the following string 'not, \x1b[1mbold\x1b[22m, not anymore' should result in 'not, bold, not anymore' but is rendered as 'not, bold, not anymore'. Am I using ansi wrong here? I did not found any implementation details regarding this requirement in the crate.
Ty for help.
Kind regards
Alexander
The text was updated successfully, but these errors were encountered:
Heho,
im struggling with reset sequences currently. E.g. the following string 'not, \x1b[1mbold\x1b[22m, not anymore' should result in 'not, bold, not anymore' but is rendered as 'not, bold, not anymore'. Am I using ansi wrong here? I did not found any implementation details regarding this requirement in the crate.
Ty for help.
Kind regards
Alexander
The text was updated successfully, but these errors were encountered: