Skip to content

Commit

Permalink
Merge pull request #55 from onevcat/feature/crossline
Browse files Browse the repository at this point in the history
Add strikethrough style
  • Loading branch information
onevcat authored Mar 5, 2021
2 parents 91325ad + e775971 commit ff61d7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/Style.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ public enum Style: UInt8, ModeCode {
case underline = 4
case blink = 5
case swap = 7

case strikethrough = 9

public var value: [UInt8] {
return [rawValue]
}
Expand Down

0 comments on commit ff61d7b

Please # to comment.