Merge pull request #1188 from rockorager/website-script-fix

website: fix ich and il scripts
This commit is contained in:
Mitchell Hashimoto
2023-12-29 13:59:53 -08:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@ -32,6 +32,7 @@ margin, but either behavior is acceptable.
printf "ABC" printf "ABC"
printf "\033[1G" printf "\033[1G"
printf "\033[2@" printf "\033[2@"
printf "X"
``` ```
``` ```

View File

@ -92,7 +92,7 @@ printf "\033[L"
``` ```
|ABC_____| |ABC_____|
|_c______| |c_______|
|DEF_____| |DEF_____|
|123_____| |123_____|
``` ```