Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-03-31 | 53413: "print -rP" in preview, in case of special characters | Frank Dana | 1 | -1/+1 | |
2022-03-08 | promptinit: only exclude current theme from preview if no arguments are given | Mikael Magnusson | 1 | -3/+2 | |
2021-05-16 | 48853: improved handling of theme resets when changing prompt themes, ↵ | Marlon Richert | 1 | -94/+71 | |
especially for theme preview | |||||
2021-02-22 | 48094: apply cleanup commands of the current theme on any theme change | Arseny Maslennikov | 1 | -19/+35 | |
* Rename zstyle `cleanup' on the context `:prompt-theme' to `restore' everywhere but in prompt_cleanup(). It is only used as a restore mechanism now. * Ensure prompt_cleanup() continues to store its command list in the `cleanup' style. * Clean up before theme switch at the end of set_prompt(). * Prepend every use of prompt_*_setup (which might modify the shell state in ways that require cleanup) with a cleanup run. * Adjust `prompt restore' to do both parts of the newly split restore mechanism, cleanup first. | |||||
2021-02-19 | 47867: Fix RPROMPT typo in prompinit | Arseny Maslennikov | 1 | -2/+2 | |
2017-07-29 | 41472: introduce cleanup hooks default and restore special themes, and ↵ | Barton E. Schaefer | 1 | -29/+91 | |
update documentation | |||||
2015-11-22 | 37192: silence WARN_CREATE_GLOBAL in prompt themes | Barton E. Schaefer | 1 | -1/+1 | |
2012-05-02 | 30461, 30462 (tweaked): add missing local for match, mbegin and mend | Mikael Magnusson | 1 | -0/+1 | |
2012-01-05 | 30087: Christian Höltje: remove any hooks with prompt theme | Peter Stephenson | 1 | -2/+4 | |
2011-12-13 | 30020: prevent prompt_opts and zle_highlight from leaking out of | Bart Schaefer | 1 | -1/+2 | |
prompt_preview_theme | |||||
2010-07-28 | c.f. users/15202: use "autoload -Uz" consistently | Peter Stephenson | 1 | -2/+2 | |
2010-07-28 | c.f. users/15202: use "autoload -Uz" consistently | Peter Stephenson | 1 | -1/+1 | |
2008-12-02 | Frank Terbeck: 26104: eliminate WARN_CREATE_GLOBAL warnings | Peter Stephenson | 1 | -3/+4 | |
2008-10-10 | Quote expansion of prompt_opts in prompt() because zsh emulation is by | Bart Schaefer | 1 | -1/+1 | |
necessity not enforced there. | |||||
2008-07-11 | 25276: use autoload -z for zsh-autoload functions | Peter Stephenson | 1 | -1/+1 | |
2008-05-17 | 25095: thorough modernization of prompt theme system | Peter Stephenson | 1 | -18/+19 | |
2007-10-31 | 24043: remove one "emulate" that was too many | Bart Schaefer | 1 | -1/+0 | |
2007-10-14 | zsh-users/12008: Assert zsh emulation to avoid setopt problems; don't try | Bart Schaefer | 1 | -2/+5 | |
to run precmd or preexec if they don't exist. | |||||
2006-09-21 | 22739: arno: different test for theme in prompt -c | Peter Stephenson | 1 | -1/+1 | |
2005-05-10 | Misc. prompt theme repairs | Bart Schaefer | 1 | -0/+1 | |
2000-09-04 | Create "User Contributions" doc and make some assoctiated changes. | Bart Schaefer | 1 | -2/+3 | |
2000-06-11 | 11866: More ANSI color stuff; preserve more state during prompt previewing. | Bart Schaefer | 1 | -35/+119 | |
1999-10-04 | Initial revision | Tanaka Akira | 1 | -0/+107 | |