Skip to content

Commit

Permalink
Make sure underline AND blink can be used in co-existence
Browse files Browse the repository at this point in the history
  • Loading branch information
mofux committed Jul 25, 2017
1 parent 1780205 commit d682167
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/xterm.css
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,10 @@
text-decoration: blink;
}

.terminal .xterm-blink.xterm-underline {
text-decoration: blink underline;
}

.terminal .xterm-hidden {
visibility: hidden;
}
Expand Down

0 comments on commit d682167

Please sign in to comment.