first commit

This commit is contained in:
Arctic 2025-07-04 11:48:40 -05:00
commit 0610f4aeab
130 changed files with 9897 additions and 0 deletions

View file

@ -0,0 +1,11 @@
#!/usr/bin/env zsh
[[ -v _z4h_tty_fd ]] || return
builtin echoti civis >&$_z4h_tty_fd
local -i cursor_x cursor_y
-z4h-get-cursor-pos || cursor_y=0
builtin print -rnu $_z4h_tty_fd -- "${(pl:$((2 * LINES - cursor_y - 1))::\n:)}"
builtin zle -I
builtin zle -R
-z4h-cursor-show