Skip to content

Commit

Permalink
Add strikethrough style
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Mar 1, 2021
1 parent ae9b791 commit e775971
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 e775971

Please # to comment.