10 lines
238 B
Bash
10 lines
238 B
Bash
#!/usr/bin/env zsh
|
|
|
|
[[ -v _z4h_tty_fd ]] || return
|
|
|
|
builtin echoti civis >&$_z4h_tty_fd
|
|
builtin print -rnu $_z4h_tty_fd -- $'\e[H\e[2J'
|
|
builtin zle .reset-prompt
|
|
builtin zle -R
|
|
builtin print -rnu $_z4h_tty_fd -- $'\e[3J'
|
|
-z4h-cursor-show
|