add new bins
This commit is contained in:
7
config/shared/bin/print-underline.sh
Executable file
7
config/shared/bin/print-underline.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
# 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"
|
||||
|
||||
Reference in New Issue
Block a user