summaryrefslogtreecommitdiff
path: root/t/69screen_reflow.test
diff options
context:
space:
mode:
Diffstat (limited to 't/69screen_reflow.test')
-rw-r--r--t/69screen_reflow.test9
1 files changed, 9 insertions, 0 deletions
diff --git a/t/69screen_reflow.test b/t/69screen_reflow.test
index 278cc5b..eb7e4e4 100644
--- a/t/69screen_reflow.test
+++ b/t/69screen_reflow.test
@@ -77,3 +77,12 @@ RESIZE 5,16
?lineinfo 3 =
?screen_row 3 = "> "
?cursor = 3,2
+
+!Cursor goes missing
+# For more context: https://github.com/neovim/neovim/pull/21124
+RESET
+RESIZE 5,5
+RESIZE 3,1
+PUSH "\x1b[2;1Habc\r\n\x1b[H"
+RESIZE 1,1
+ ?cursor = 0,0