first commit
This commit is contained in:
commit
0610f4aeab
130 changed files with 9897 additions and 0 deletions
10
fn/z4h-clear-screen-hard-top
Normal file
10
fn/z4h-clear-screen-hard-top
Normal file
|
@ -0,0 +1,10 @@
|
|||
#!/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
|
Loading…
Add table
Add a link
Reference in a new issue