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
Ok I finally have a solution! Made a PR #321 and there is no need to \ to escape. I made the logic look for ]( i.e. you have to have a ( to start the style after the ending ] or it will ignore [ and ].
style_parser.go
implements a special feature where[
and]
characters are used to separate styled text.termui/style_parser.go
Lines 19 to 20 in f976fe6
termui/style_parser.go
Lines 105 to 112 in f976fe6
Which ends up cropping the text:
Is there a way to disable this feature without having to edit the code ?
The text was updated successfully, but these errors were encountered: