mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-21 04:10:42 +00:00
website: fix cub test script
The `CUB` V2 test script has a trailing echo which pushes the cursor down one line, making the expected output incorrect. Remove the `echo` command so the cursor position is as shown.
This commit is contained in:
@@ -66,7 +66,6 @@ printf "\033[${cols}G" # move to last column
|
||||
printf "A" # set pending wrap state
|
||||
printf "\033[D" # move back one
|
||||
printf "XYZ"
|
||||
echo
|
||||
```
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user