aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/terminal/tests/decoration
blob: a584d4609274ab334654843ac84b4eddf0fae369 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

printf "\e[1mbold\e[0m\n"
printf "\e[3mitalic\e[0m\n"
printf "\e[3m\e[1mbold italic\e[0m\n"
printf "\e[4munderline (abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ)\e[0m\n"
printf "\e[9mstrikethrough\e[0m\n"
printf "\e[31mHello World\e[0m\n"
printf "\x1B[31mHello World\e[0m\n"