Feature: Support strikethrough formatting #17
Closed
opened 3 years ago by makeworld-the-better-one
·
5 comments
Loading…
Reference in new issue
There is no content yet.
Delete Branch '%!s(MISSING)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
See this question for some escape codes. It'd be nice to have this available as a tag as well.
tcell has not yet implemented support for strikethrough. Please help push towards implementing it upstream and it will also be supported in cview by commenting or, if possible, opening a pull request on tcell.
I've implemented support for italic flags just now.
changed title from Feature: Support {-italics and strikethrough-} to Feature: Support {+strikethrough formatting+}
Thanks!
@tslocum While you added strikethrough handling in the overlayStyle in utils.go as part of your commit, I think you might have forgotten to update the
colorPattern
regexp? The [::s] pattern is not recognized unfortunately.Thanks @nahojkap. I have updated the pattern.