Created
July 27, 2023 23:17
-
-
Save miguelgrinberg/e63562a0022043ca4d1217ebab2afea5 to your computer and use it in GitHub Desktop.
Tiny script to test if the undercurl control codes work in your terminal.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
printf 'This is \e[4:3mmono undercurl\e[0m,\n' | |
printf 'and this is \e[4:3m\e[58:2:206:64:51mcolor undercurl\e[0m.\n' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment