Feature: Support strikethrough formatting #17
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: tslocum/cview#17
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases 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.