1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 00:12:29 +03:00

Add Style.

This commit is contained in:
Rob Rix 2015-11-19 18:02:02 -08:00
parent 8318a8aa89
commit 38610c8336

View File

@ -22,3 +22,5 @@ instance Enum Colour where
toEnum 36 = Cyan
toEnum 37 = White
toEnum _ = error "unknown colour code"
data Style = Normal | Bold | Underline