Set underlined style support to partial

Feature tracked in #2251
This commit is contained in:
Daniel Imms
2021-07-09 07:05:46 -07:00
parent 29ddee4869
commit d8c790cb7a
+1 -1
View File
@@ -2360,7 +2360,7 @@ export class InputHandler extends Disposable implements IInputHandler {
* | 1 | Bold. (also see `options.drawBoldTextInBrightColors`) | #Y |
* | 2 | Faint, decreased intensity. | #Y |
* | 3 | Italic. | #Y |
* | 4 | Underlined (see below for style support). | #Y |
* | 4 | Underlined (see below for style support). | #P[Support in DOM and Canvas renderers, not WebGL] |
* | 5 | Slowly blinking. | #N |
* | 6 | Rapidly blinking. | #N |
* | 7 | Inverse. Flips foreground and background color. | #Y |