about summary refs log tree commit diff
path: root/Src/prompt.c
Commit message (Expand)AuthorAgeFilesLines
* 50049: care with signed charactersPeter Stephenson2022-04-251-1/+1
* security/41: Don't perform PROMPT_SUBST evaluation on %F/%K argumentsOliver Kiddle2022-02-121-0/+10
* 49646: allow colors in WATCHFMT with %F/%KOliver Kiddle2021-12-131-4/+5
* 47510: drop code that avoided termcap for named coloursOliver Kiddle2021-04-031-36/+11
* 47352 (+ extra test cases): fix %<n>K prompt expansionStephane Chazelas2020-09-101-1/+1
* 46068 (tweaked) (was: github #57): region_highlight: Add memo= support.Daniel Shahaf2020-06-251-3/+6
* 45004: Fix typos in commentsMartijn Dekker2019-12-111-1/+1
* fix multiple bugs in countpromptromkatv2019-06-191-8/+27
* 43288: fix line-broken promptsdana2019-04-181-3/+8
* 44030: prompt: Return error for unrecognised colour namedana2019-02-031-0/+2
* 44011: Only use fg_start_code for non-truecolorMikael Magnusson2019-01-231-10/+23
* users/23809: ZLE_HIGHLIGHT extensions.Peter Stephenson2018-12-301-4/+26
* 43805: make nearcolor module use the default colour rather than black as a fa...Oliver Kiddle2018-11-081-1/+3
* 43804: also need to be able to turn colour attributes back into hex triples f...Oliver Kiddle2018-11-081-4/+12
* 43759: add support for true colour terminalsOliver Kiddle2018-11-051-44/+60
* 43747: new module to map colours from hex triplets to the nearest matching co...Oliver Kiddle2018-11-051-1/+18
* 43075: Support nanosecond-precision time formattingdana2018-06-201-5/+4
* 42285: off by one fix in multiple promptsWarepire2018-01-161-1/+1
* 42136: empty string check in %~ / %C prompt expansionsBarton E. Schaefer2018-01-141-1/+1
* 41078: Empty psvar could cause bad dereference in prompt expansionPeter Stephenson2017-05-091-1/+1
* 40260: zero new space allocated in prompt bufferPaulo Andrade2017-01-031-0/+1
* 39545: Add some missing unqueue_signals().Peter Stephenson2016-10-031-1/+3
* 38971: Start using the new arrlen_ge() / arrlen_le() helpers.Daniel Shahaf2016-08-011-3/+3
* 38809: fix tracking of colour attributes and restore them when turning bold offOliver Kiddle2016-07-081-4/+8
* 37868: add 'static' to file local variablesJun-ichi Takimoto2016-02-031-1/+1
* 36227: attempt to fix metafication problem with ztrftime.Peter Stephenson2015-08-181-3/+5
* Add non-metafied character length handling.Peter Stephenson2015-06-121-1/+1
* 34322: bug with interface to parsestr() etc.Peter Stephenson2015-01-181-1/+1
* 33876: etc.: Separate errors and keyboards interruptsPeter Stephenson2014-12-111-2/+5
* 33256: fix prompttrunc() counting of %{ %} spansBarton E. Schaefer2014-09-271-8/+6
* 33070: add %(e..) based on %eBarton E. Schaefer2014-08-301-0/+11
* 33057: %e in prompts shows evaluation / execution depthPeter Stephenson2014-08-291-0/+13
* 32971: negative argument with %(l..) and with %<< or %>> calculates space ava...Barton E. Schaefer2014-08-071-3/+13
* 32918: add %. to ztrftime for use in promptsPeter Stephenson2014-07-301-3/+5
* 30496: Parse argument to %F and %K as prompt sequencesMikael Magnusson2013-03-101-14/+29
* 30307 plus tweak suggsted by Wayne: use %lld for zlong when long longPeter Stephenson2012-03-051-0/+16
* 29165: use term.h globally if needed at all.Peter Stephenson2011-05-091-3/+3
* 28853: Fix typo: preceed -> precedeFrank Terbeck2011-03-041-1/+1
* 27983: colours could be output twicePeter Stephenson2010-06-031-1/+6
* 27125: handle nested use of colour code buffer allocationPeter Stephenson2009-07-101-2/+14
* 26958: Fix reallocation problem in promptsPeter Stephenson2009-05-121-0/+3
* 25930: dynamic directory expansion memory handling was screwyPeter Stephenson2008-10-241-196/+222
* 25775: fix logical problem with function line numbering inside eval-style trapsPeter Stephenson2008-09-291-2/+2
* 25684: make %x and %I consistent with eval line numberingPeter Stephenson2008-09-251-2/+4
* 25677: add %x and %I prompt escapes for shell source code debuggingPeter Stephenson2008-09-161-0/+26
* 25672: remove unnecessary Nularg when prompt expandingPeter Stephenson2008-09-151-0/+6
* 25242: Mikael V prompt test for contents of psvarPeter Stephenson2008-06-241-0/+6
* 25051: add colour sequences to formatting strings in completionPeter Stephenson2008-05-161-3/+1
* 25002: only ZLE should update attributes resulting from prompt expansionPeter Stephenson2008-05-121-33/+37
* unposted: fix uninitialised variablePeter Stephenson2008-05-091-1/+1