1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 22:42:48 +03:00

add overlines to underline test script

This commit is contained in:
Wez Furlong 2022-07-01 11:24:20 -07:00
parent 8a03782778
commit 2a47f3e492

View File

@ -1,4 +1,6 @@
#!/bin/sh #!/bin/sh
printf "\x1b[58:2::255:0:0m\x1b[4:1msingle\x1b[4:2mdouble\x1b[4:3mcurly\x1b[4:4mdotted\x1b[4:5mdashed\x1b[0m\n" printf "\x1b[58:2::255:0:0m\x1b[4:1msingle\x1b[4:2mdouble\x1b[4:3mcurly\x1b[4:4mdotted\x1b[4:5mdashed\x1b[0m\n"
echo
printf "\x1b[58:2::0:255:0m\x1b[53moverline\x1b[0m\n"