1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-21 03:39:16 +03:00
wezterm/test-data/underlines.sh

8 lines
222 B
Bash
Raw Normal View History

2021-04-30 19:00:02 +03:00
#!/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[9mStRiKeThRoUgH\x1b[0m\n"
2022-07-01 21:24:20 +03:00
echo
printf "\x1b[58:2::0:255:0m\x1b[53moverline\x1b[0m\n"
2021-04-30 19:00:02 +03:00