website(el): clarify cursor position in test script

The test script for `el` shows the cursor being on the right side of
`X`, however in xterm and ghostty the cursor is _on_ the `X`. Delete the
cursor position and add a comment on where the cursor should be.
This commit is contained in:
Tim Culverhouse
2023-12-29 15:19:20 -06:00
parent 6763e9ef37
commit 27be196fb4

View File

@ -63,9 +63,11 @@ printf "X"
```
```
|_______Xc
|_______X|
```
The cursor should be on the 'X'
### EL V-3: Erase Right SGR State
```bash