about summary refs log tree commit diff
path: root/Test/D01prompt.ztst
Commit message (Collapse)AuthorAgeFilesLines
* 47352 (+ extra test cases): fix %<n>K prompt expansionStephane Chazelas2020-09-101-0/+28
| | | | | | | | | | | Fixed a regression introduced by workers/30496 (5.0.3) whereby %2K would no longer be the equivalent of %K{2} (%K{green}) in prompt expansion. That was one missing case where the is_fg flag was not passed along to match_colour() after code factorisation. Add tests for the different syntax variants, using echoti as a reference.
* 44030: prompt: Return error for unrecognised colour namedana2019-02-031-0/+8
|
* 43075: Support nanosecond-precision time formattingdana2018-06-201-0/+8
| | | | | | | | * Teach ztrftime() %9. and %N for nanoseconds * Update prompt expansion to pass sub-second times for time formatting * Update zsh/stat to pass sub-second times for atime/mtime/ctime Patch heavily based on Oliver's earlier work @ workers/24059
* 41078: Empty psvar could cause bad dereference in prompt expansionPeter Stephenson2017-05-091-0/+4
|
* 40816: Document interaction of 'print -P' and 'print -f'.Daniel Shahaf2017-03-121-1/+9
|
* 39292: Distinguish "=" and "==" tests in output.Peter Stephenson2016-09-131-2/+2
| | | | | This is both in xtrace output and shell code rebuilt from internal structures.
* various posts: Implement assignment parsing for typeset.Peter Stephenson2015-06-241-1/+1
| | | | | | | | | | | | Typeset assignments now work like raw assignments except for no "+=" and no GLOB_ASSIGN. Documented in typeset builtin doc and mentioned in release notes. Tests to ensure basic sanity. Enabled by default, can be turned off by "disable -r" with typeset family of commands.
* 25931: Test for prompt code reentrancyPeter Stephenson2008-10-241-0/+54
| | | | users/13400: clarify some ksh-like editing issues
* 25744: dynamic named directories and further doshfunc() simplificationPeter Stephenson2008-09-261-0/+43
|
* 21882: extend prompt truncation to handle multibyte charactersPeter Stephenson2005-10-191-4/+4
|
* 15334: use string "(eval)" as script name in debugging messages in eval'sPeter Stephenson2001-07-091-1/+1
|
* moved from ./Test/10prompt.ztstSven Wischnowsky2001-04-021-0/+106