mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 12:50:25 +01:00
7 lines
171 B
Bash
7 lines
171 B
Bash
|
echo -e "Regular"
|
||
|
echo -e "\e[1mBold\e[0m"
|
||
|
echo -e "\e[3mItalic\e[0m"
|
||
|
echo -e "\e[3m\e[1mBold Italic\e[0m"
|
||
|
echo -e "\e[4mUnderline\e[0m"
|
||
|
echo -e "\e[9mStrikethrough\e[0m"
|