8 lines
312 B
Bash
Executable File
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"
|
|
|