Skip to content

Commit

Permalink
wizard now reacts to terminal size changes and can function at much s…
Browse files Browse the repository at this point in the history
…maller terminal dimensions; fixes #649
  • Loading branch information
romkatv committed Apr 26, 2020
1 parent aca2f19 commit 5baecd6
Show file tree
Hide file tree
Showing 2 changed files with 923 additions and 1,177 deletions.
4 changes: 2 additions & 2 deletions internal/configure.zsh
Original file line number Diff line number Diff line change
@@ -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}
Expand Down
Loading

0 comments on commit 5baecd6

Please sign in to comment.