wizard now reacts to terminal size changes and can function at much smaller terminal dimensions; fixes #649

This commit is contained in:
romkatv 2020-04-26 19:32:46 +02:00
parent aca2f19fa3
commit 5baecd66db
2 changed files with 922 additions and 1176 deletions

View file

@ -1,5 +1,5 @@
typeset -gr __p9k_wizard_columns=55
typeset -gr __p9k_wizard_lines=21
typeset -gr __p9k_wizard_columns=51
typeset -gr __p9k_wizard_lines=12
typeset -gr __p9k_zd=${ZDOTDIR:-$HOME}
typeset -gr __p9k_zd_u=${${${(q)__p9k_zd}/#(#b)${(q)HOME}(|\/*)/'~'$match[1]}//\%/%%}
typeset -gr __p9k_zshrc=${${:-$__p9k_zd/.zshrc}:A}

File diff suppressed because it is too large Load diff