enable_cursor_positioning
doesn't seem to take any effect
#6058
Unanswered
shumvgolove
asked this question in
Troubleshoot
Replies: 1 comment
-
Okay, adding the following to bindkey -s '^L' 'clear^M' solves the issue for me. Still, I'm curious if |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there!
The docs mention that:
Unfortunately, enabling that option doesn't seem to take any effect: extra newline is still printed. I've read the following issues with the similar problem:
...but I'm a little confused: is it a limitation of
zsh
as pointed in #5703, or doesenable_cursor_positioning
suppose to fix the issue? Thanks in advance.Environment
Linux
5.9
v24.17.1
Steps to reproduce
Create the following config:
Launch clean zsh:
Init oh-my-posh:
Clear the screen once with
Ctrl+L
.Execute anything (e.g.
whoami
like in an original issue).Clear the screen again with
Ctrl+L
and observe that extra line is added even withenable_cursor_positioning = true
.Beta Was this translation helpful? Give feedback.
All reactions