Clarify crossed out = strikethrough

This commit is contained in:
Daniel Imms
2021-07-09 06:52:54 -07:00
parent a1f65a2f77
commit fa8a4853f7
+2 -2
View File
@@ -2365,7 +2365,7 @@ export class InputHandler extends Disposable implements IInputHandler {
* | 6 | Rapidly blinking. | #N |
* | 7 | Inverse. Flips foreground and background color. | #Y |
* | 8 | Invisible (hidden). | #Y |
* | 9 | Crossed-out characters. | #P[Support in DOM and Canvas renderers, not WebGL] |
* | 9 | Crossed-out characters (strikethrough). | #P[Support in DOM and Canvas renderers, not WebGL] |
* | 21 | Doubly underlined. | #P[Currently outputs a single underline.] |
* | 22 | Normal (neither bold nor faint). | #Y |
* | 23 | No italic. | #Y |
@@ -2373,7 +2373,7 @@ export class InputHandler extends Disposable implements IInputHandler {
* | 25 | Steady (not blinking). | #Y |
* | 27 | Positive (not inverse). | #Y |
* | 28 | Visible (not hidden). | #Y |
* | 29 | Not Crossed-out. | #Y |
* | 29 | Not Crossed-out (strikethrough). | #Y |
* | 30 | Foreground color: Black. | #Y |
* | 31 | Foreground color: Red. | #Y |
* | 32 | Foreground color: Green. | #Y |