commandline: Fix setting cursor

Fixes #10358
This commit is contained in:
Fabian Boehm
2024-03-10 09:25:48 +01:00
parent 7c173c4b45
commit 947883c842
2 changed files with 7 additions and 2 deletions

View File

@@ -21,3 +21,7 @@ or echo Invalid $status
commandline --help &>/dev/null
echo Help $status
# CHECK: Help 0
commandline -pC 0 --input "test | test"
echo $status
# CHECK: 0