Cleanup previous PR

This commit is contained in:
Kovid Goyal 2024-03-02 09:24:19 +05:30
parent f3344e1da0
commit 2cc08cc5fd
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -4156,7 +4156,7 @@ the screen, instead of just clearing the screen. For ZSH, in :file:`~/.zshrc`, a
.. code-block:: zsh
ctrl_l() {
builtin print -rn -- $'\\r\e[0J\e[H\e[22J' >"$TTY"
builtin print -rn -- $'\r\e[0J\e[H\e[22J' >"$TTY"
builtin zle .reset-prompt
builtin zle -R
}