]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1070: Cannot control cursor positioning of getchar() v9.1.1070
authorzeertzjq <zeertzjq@outlook.com>
Sun, 2 Feb 2025 18:01:01 +0000 (19:01 +0100)
committerChristian Brabandt <cb@256bit.org>
Sun, 2 Feb 2025 18:01:01 +0000 (19:01 +0100)
commitedf0f7db28f87611368e158210e58ed30f673098
tree4bfbd360415dfea21919f0b8f922276a2de7ca83
parent001c26cd6194fba2bfccb06dec30fdc9e1410e62
patch 9.1.1070: Cannot control cursor positioning of getchar()

Problem:  Cannot control cursor positioning of getchar().
Solution: Add "cursor" flag to {opts}, with possible values "hide",
          "keep" and "msg".

related: #10603
closes: #16569

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/builtin.txt
runtime/doc/todo.txt
runtime/doc/version9.txt
src/getchar.c
src/testdir/test_functions.vim
src/version.c