summaryrefslogtreecommitdiff
path: root/Src/prompt.c
AgeCommit message (Expand)AuthorFilesLines
2025-01-3053332, 53334: Avoid strlen calls after sprintfOliver Kiddle1-22/+13
2024-12-2653257: use monotonic clock where appropriatedana1-1/+1
2024-03-0552646: extend support for highlight groups to completion explanation strings ...Oliver Kiddle1-3/+5
2024-02-1552533: add module to provide alternate readonly views of the content of .zle....Oliver Kiddle1-0/+28
2024-02-0452517: ensure that %H is followed by {Mikael Magnusson1-4/+6
2024-02-0452516: fix crash in %H when hlgroups is emptyMikael Magnusson1-1/+1
2024-01-2852500: add layer token to zle attributesOliver Kiddle1-2/+11
2024-01-2852499: support highlight groupsOliver Kiddle1-2/+48
2023-01-1051291: support for highlighting ellipses in the line editorOliver Kiddle1-0/+3
2023-01-1051289: don't disable non-colour attributes in prompts for SINGLE_LINE_ZLE and...Oliver Kiddle1-2/+1
2023-01-1051280: add support for italic and faint fonts in the line editorOliver Kiddle1-2/+37
2023-01-1051258, 51272: refactor handling of terminal attributes, removing OFF flags in...Oliver Kiddle1-82/+172
2022-12-1651212: remove STOUC() macroOliver Kiddle1-1/+1
2022-04-2550049: care with signed charactersPeter Stephenson1-1/+1
2022-02-12security/41: Don't perform PROMPT_SUBST evaluation on %F/%K argumentsOliver Kiddle1-0/+10
2021-12-1349646: allow colors in WATCHFMT with %F/%KOliver Kiddle1-4/+5
2021-04-0347510: drop code that avoided termcap for named coloursOliver Kiddle1-36/+11
2020-09-1047352 (+ extra test cases): fix %<n>K prompt expansionStephane Chazelas1-1/+1
2020-06-2546068 (tweaked) (was: github #57): region_highlight: Add memo= support.Daniel Shahaf1-3/+6
2019-12-1145004: Fix typos in commentsMartijn Dekker1-1/+1
2019-06-19fix multiple bugs in countpromptromkatv1-8/+27
2019-04-1843288: fix line-broken promptsdana1-3/+8
2019-02-0344030: prompt: Return error for unrecognised colour namedana1-0/+2
2019-01-2344011: Only use fg_start_code for non-truecolorMikael Magnusson1-10/+23
2018-12-30users/23809: ZLE_HIGHLIGHT extensions.Peter Stephenson1-4/+26
2018-11-0843805: make nearcolor module use the default colour rather than black as a fa...Oliver Kiddle1-1/+3
2018-11-0843804: also need to be able to turn colour attributes back into hex triples f...Oliver Kiddle1-4/+12
2018-11-0543759: add support for true colour terminalsOliver Kiddle1-44/+60
2018-11-0543747: new module to map colours from hex triplets to the nearest matching co...Oliver Kiddle1-1/+18
2018-06-2043075: Support nanosecond-precision time formattingdana1-5/+4
2018-01-1642285: off by one fix in multiple promptsWarepire1-1/+1
2018-01-1442136: empty string check in %~ / %C prompt expansionsBarton E. Schaefer1-1/+1
2017-05-0941078: Empty psvar could cause bad dereference in prompt expansionPeter Stephenson1-1/+1
2017-01-0340260: zero new space allocated in prompt bufferPaulo Andrade1-0/+1
2016-10-0339545: Add some missing unqueue_signals().Peter Stephenson1-1/+3
2016-08-0138971: Start using the new arrlen_ge() / arrlen_le() helpers.Daniel Shahaf1-3/+3
2016-07-0838809: fix tracking of colour attributes and restore them when turning bold offOliver Kiddle1-4/+8
2016-02-0337868: add 'static' to file local variablesJun-ichi Takimoto1-1/+1
2015-08-1836227: attempt to fix metafication problem with ztrftime.Peter Stephenson1-3/+5
2015-06-12Add non-metafied character length handling.Peter Stephenson1-1/+1
2015-01-1834322: bug with interface to parsestr() etc.Peter Stephenson1-1/+1
2014-12-1133876: etc.: Separate errors and keyboards interruptsPeter Stephenson1-2/+5
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