From 27be196fb4794c6254506e00bbdbeeafd6642285 Mon Sep 17 00:00:00 2001 From: Tim Culverhouse Date: Fri, 29 Dec 2023 15:19:20 -0600 Subject: [PATCH] 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. --- website/app/vt/el/page.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/app/vt/el/page.mdx b/website/app/vt/el/page.mdx index d34297391..45b16bbfd 100644 --- a/website/app/vt/el/page.mdx +++ b/website/app/vt/el/page.mdx @@ -63,9 +63,11 @@ printf "X" ``` ``` -|_______Xc +|_______X| ``` +The cursor should be on the 'X' + ### EL V-3: Erase Right SGR State ```bash