Cleanup previous PR
This commit is contained in:
parent
f3344e1da0
commit
2cc08cc5fd
1 changed files with 1 additions and 1 deletions
|
|
@ -4156,7 +4156,7 @@
|
|||
.. 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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue