]> git.proxmox.com Git - mirror_xterm.js.git/blame - test/escape_sequence_files/t0200-SGR.html
Merge pull request #351 from yuvipanda/docsome
[mirror_xterm.js.git] / test / escape_sequence_files / t0200-SGR.html
CommitLineData
d76d5067
JB
1<pre>
2Implemented non-color attributes:
3
4 1: This is <span style="font-weight: bold">bold</span>.
5
6 3: This is <span style="font-style: italic">italic</span>.
7
8 4: This is <span style="text-decoration: underline">underlined</span>.
9
10 5: This is <span style="text-decoration: blink">slowly blinking</span>.
11
12 6: This is <span style="text-decoration: blink">rapidly blinking</span>.
13
14 7: This is <span style="background-color: black; color: white">inverse</span>.
15
16 8: This is <span style="visibility: hidden">hidden</span>.
17
18 9: This is <span style="text-decoration: line-through">struck out</span>.
19
2021: This is <span style="text-decoration: underline; border-bottom: 1px solid">double underlined</span>.
21
2253: This is <span style="text-decoration: overline">overlined</span>.
23
24
25
26Unimplemented non-color attributes:
27
28 2: weight:feint
29
3020: style:fraktur
31
3251: frame:box
33
3452: frame:circle
35</pre>