dotfiles/config/shared/bin/print-underline.sh
2025-10-20 20:21:42 +03:00

8 lines
312 B
Bash
Executable File

# tempfile=$(mktemp) \
# && curl -o $tempfile https://raw.githubusercontent.com/wezterm/wezterm/master/termwiz/data/wezterm.terminfo \
# && tic -x -o ~/.terminfo $tempfile \
# && rm $tempfile
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"