summaryrefslogtreecommitdiff
path: root/Src/prompt.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-2733256: fix prompttrunc() counting of %{ %} spansBarton E. Schaefer1-8/+6
2014-08-3033070: add %(e..) based on %eBarton E. Schaefer1-0/+11
2014-08-2933057: %e in prompts shows evaluation / execution depthPeter Stephenson1-0/+13
2014-08-0732971: negative argument with %(l..) and with %<< or %>> calculates space ava...Barton E. Schaefer1-3/+13
2014-07-3032918: add %. to ztrftime for use in promptsPeter Stephenson1-3/+5
2013-03-1030496: Parse argument to %F and %K as prompt sequencesMikael Magnusson1-14/+29
2012-03-0530307 plus tweak suggsted by Wayne: use %lld for zlong when long longPeter Stephenson1-0/+16
2011-05-0929165: use term.h globally if needed at all.Peter Stephenson1-3/+3
2011-03-0428853: Fix typo: preceed -> precedeFrank Terbeck1-1/+1
2010-06-0327983: colours could be output twicePeter Stephenson1-1/+6
2009-07-1027125: handle nested use of colour code buffer allocationPeter Stephenson1-2/+14
2009-05-1226958: Fix reallocation problem in promptsPeter Stephenson1-0/+3
2008-10-2425930: dynamic directory expansion memory handling was screwyPeter Stephenson1-196/+222
2008-09-2925775: fix logical problem with function line numbering inside eval-style trapsPeter Stephenson1-2/+2
2008-09-2525684: make %x and %I consistent with eval line numberingPeter Stephenson1-2/+4
2008-09-1625677: add %x and %I prompt escapes for shell source code debuggingPeter Stephenson1-0/+26
2008-09-1525672: remove unnecessary Nularg when prompt expandingPeter Stephenson1-0/+6
2008-06-2425242: Mikael V prompt test for contents of psvarPeter Stephenson1-0/+6
2008-05-1625051: add colour sequences to formatting strings in completionPeter Stephenson1-3/+1
2008-05-1225002: only ZLE should update attributes resulting from prompt expansionPeter Stephenson1-33/+37
2008-05-09unposted: fix uninitialised variablePeter Stephenson1-1/+1
2008-05-0924986: prompt escapes for coloursPeter Stephenson1-20/+539
2008-04-2224861 (with tweaks): logic to use alternative wcwidth() if needed;Peter Stephenson1-4/+4
2008-02-1724566: fix prompts with glitch spaces a bit morePeter Stephenson1-7/+24
2008-02-1524556: %G in prompt for glitch charactersPeter Stephenson1-0/+10
2007-11-20add some mod_export tags where neededPeter Stephenson1-1/+1
2007-10-2224007: prompt allocation and use of "shout"Peter Stephenson1-2/+2
2006-09-2122753: minor character bugs spotted on CygwinPeter Stephenson1-1/+2
2006-09-15assume width 1 for control characters;Peter Stephenson1-4/+13
2006-09-1322705: make ${(l...)...} and ${(r...)...} handle multibyte charactersPeter Stephenson1-9/+9
2006-08-03rationalise mb<->wc conversions to use restartable formPeter Stephenson1-0/+1
2006-07-0922542: deoverenthuse cmdpoppingPeter Stephenson1-3/+22
2006-03-07Changed some structures to avoid gcc's type-punned warnings.Wayne Davison1-1/+1
2006-01-17Tweaked the code that handles %D so that: (1) we don't free() a NULLWayne Davison1-4/+3
2006-01-13Got rid of some superfluous STOUC() calls (such as the ones I addedWayne Davison1-6/+7
2006-01-13A better version of my last change.Wayne Davison1-12/+4
2006-01-13Metafy the output of the ztrftime() string since that's what theWayne Davison1-1/+12
2006-01-12- The return value of mbrtowc() is a size_t (unsigned), so don'tWayne Davison1-61/+71
2005-10-2821943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;Peter Stephenson1-11/+11
2005-10-23Fix --disable-multibyte compile error.Bart Schaefer1-3/+5
2005-10-21remove a couple of TODOsPeter Stephenson1-94/+19
2005-10-1921890: fix segmentation error in left prompt truncation and a couple of minorPeter Stephenson1-1/+1
2005-10-1921882: extend prompt truncation to handle multibyte charactersPeter Stephenson1-32/+259
2005-10-1321870: bad INULL() definitionPeter Stephenson1-0/+41
2005-09-22Stephen Rueger: 21744: unconditionally assume that \t or \n are not part of m...Clint Adams1-1/+1
2005-09-1721731: handle multibyte characters in prompts correctlyPeter Stephenson1-25/+96
2004-09-0920331: Use internal zlong variables for consistencyPeter Stephenson1-2/+2
2004-08-1620251: integer conversion truncationPeter Stephenson1-1/+3
2004-08-07still allow user specified text modifiers with a short terminal.Geoff Wing1-1/+2
2004-07-2920208: ternary path codes in prompt treat / as zero elementsPeter Stephenson1-1/+4