index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
prompt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-30
53332, 53334: Avoid strlen calls after sprintf
Oliver Kiddle
1
-22
/
+13
2024-12-26
53257: use monotonic clock where appropriate
dana
1
-1
/
+1
2024-03-05
52646: extend support for highlight groups to completion explanation strings ...
Oliver Kiddle
1
-3
/
+5
2024-02-15
52533: add module to provide alternate readonly views of the content of .zle....
Oliver Kiddle
1
-0
/
+28
2024-02-04
52517: ensure that %H is followed by {
Mikael Magnusson
1
-4
/
+6
2024-02-04
52516: fix crash in %H when hlgroups is empty
Mikael Magnusson
1
-1
/
+1
2024-01-28
52500: add layer token to zle attributes
Oliver Kiddle
1
-2
/
+11
2024-01-28
52499: support highlight groups
Oliver Kiddle
1
-2
/
+48
2023-01-10
51291: support for highlighting ellipses in the line editor
Oliver Kiddle
1
-0
/
+3
2023-01-10
51289: don't disable non-colour attributes in prompts for SINGLE_LINE_ZLE and...
Oliver Kiddle
1
-2
/
+1
2023-01-10
51280: add support for italic and faint fonts in the line editor
Oliver Kiddle
1
-2
/
+37
2023-01-10
51258, 51272: refactor handling of terminal attributes, removing OFF flags in...
Oliver Kiddle
1
-82
/
+172
2022-12-16
51212: remove STOUC() macro
Oliver Kiddle
1
-1
/
+1
2022-04-25
50049: care with signed characters
Peter Stephenson
1
-1
/
+1
2022-02-12
security/41: Don't perform PROMPT_SUBST evaluation on %F/%K arguments
Oliver Kiddle
1
-0
/
+10
2021-12-13
49646: allow colors in WATCHFMT with %F/%K
Oliver Kiddle
1
-4
/
+5
2021-04-03
47510: drop code that avoided termcap for named colours
Oliver Kiddle
1
-36
/
+11
2020-09-10
47352 (+ extra test cases): fix %<n>K prompt expansion
Stephane Chazelas
1
-1
/
+1
2020-06-25
46068 (tweaked) (was: github #57): region_highlight: Add memo= support.
Daniel Shahaf
1
-3
/
+6
2019-12-11
45004: Fix typos in comments
Martijn Dekker
1
-1
/
+1
2019-06-19
fix multiple bugs in countprompt
romkatv
1
-8
/
+27
2019-04-18
43288: fix line-broken prompts
dana
1
-3
/
+8
2019-02-03
44030: prompt: Return error for unrecognised colour name
dana
1
-0
/
+2
2019-01-23
44011: Only use fg_start_code for non-truecolor
Mikael Magnusson
1
-10
/
+23
2018-12-30
users/23809: ZLE_HIGHLIGHT extensions.
Peter Stephenson
1
-4
/
+26
2018-11-08
43805: make nearcolor module use the default colour rather than black as a fa...
Oliver Kiddle
1
-1
/
+3
2018-11-08
43804: also need to be able to turn colour attributes back into hex triples f...
Oliver Kiddle
1
-4
/
+12
2018-11-05
43759: add support for true colour terminals
Oliver Kiddle
1
-44
/
+60
2018-11-05
43747: new module to map colours from hex triplets to the nearest matching co...
Oliver Kiddle
1
-1
/
+18
2018-06-20
43075: Support nanosecond-precision time formatting
dana
1
-5
/
+4
2018-01-16
42285: off by one fix in multiple prompts
Warepire
1
-1
/
+1
2018-01-14
42136: empty string check in %~ / %C prompt expansions
Barton E. Schaefer
1
-1
/
+1
2017-05-09
41078: Empty psvar could cause bad dereference in prompt expansion
Peter Stephenson
1
-1
/
+1
2017-01-03
40260: zero new space allocated in prompt buffer
Paulo Andrade
1
-0
/
+1
2016-10-03
39545: Add some missing unqueue_signals().
Peter Stephenson
1
-1
/
+3
2016-08-01
38971: Start using the new arrlen_ge() / arrlen_le() helpers.
Daniel Shahaf
1
-3
/
+3
2016-07-08
38809: fix tracking of colour attributes and restore them when turning bold off
Oliver Kiddle
1
-4
/
+8
2016-02-03
37868: add 'static' to file local variables
Jun-ichi Takimoto
1
-1
/
+1
2015-08-18
36227: attempt to fix metafication problem with ztrftime.
Peter Stephenson
1
-3
/
+5
2015-06-12
Add non-metafied character length handling.
Peter Stephenson
1
-1
/
+1
2015-01-18
34322: bug with interface to parsestr() etc.
Peter Stephenson
1
-1
/
+1
2014-12-11
33876: etc.: Separate errors and keyboards interrupts
Peter Stephenson
1
-2
/
+5
2014-09-27
33256: fix prompttrunc() counting of %{ %} spans
Barton E. Schaefer
1
-8
/
+6
2014-08-30
33070: add %(e..) based on %e
Barton E. Schaefer
1
-0
/
+11
2014-08-29
33057: %e in prompts shows evaluation / execution depth
Peter Stephenson
1
-0
/
+13
2014-08-07
32971: negative argument with %(l..) and with %<< or %>> calculates space ava...
Barton E. Schaefer
1
-3
/
+13
2014-07-30
32918: add %. to ztrftime for use in prompts
Peter Stephenson
1
-3
/
+5
2013-03-10
30496: Parse argument to %F and %K as prompt sequences
Mikael Magnusson
1
-14
/
+29
2012-03-05
30307 plus tweak suggsted by Wayne: use %lld for zlong when long long
Peter Stephenson
1
-0
/
+16
2011-05-09
29165: use term.h globally if needed at all.
Peter Stephenson
1
-3
/
+3
[next]