]> git.proxmox.com Git - mirror_xterm.js.git/blob - src/test/escape_sequence_files/t0200-SGR.html
Refactor TS build and fix testing
[mirror_xterm.js.git] / src / test / escape_sequence_files / t0200-SGR.html
1 <pre>
2 Implemented 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
20 21: This is <span style="text-decoration: underline; border-bottom: 1px solid">double underlined</span>.
21
22 53: This is <span style="text-decoration: overline">overlined</span>.
23
24
25
26 Unimplemented non-color attributes:
27
28 2: weight:feint
29
30 20: style:fraktur
31
32 51: frame:box
33
34 52: frame:circle
35 </pre>