EarthCitizen / escape-artist

A Haskell library for text decoration with ANSI escape sequences made easy
BSD 3-Clause "New" or "Revised" License
10 stars 1 forks source link

Modifier Turned off When Child Turns It Off #1

Closed EarthCitizen closed 8 years ago

EarthCitizen commented 8 years ago

Underline (Multi [ Underline $ Yellow "Hello", Green 1000 ])

Should produce:

Hello1000 (all underlined) But produces:

Hello1000 (only hello underlined)