index
:
mirror/zsh
this commit
#CVSPS.NO.BRANCH
5.9
declarednull
dot-zsh-3.1.5-pws-14
dot-zsh-3.1.5-pws-17
dot-zsh-3.1.5-pws-19
fork_early
interrupt_abort
job_control_debug
job_control_debug2
master
mikachu/badarrays
mikachu/redrawhook
schaefer/badarrays
typeset-array
zsh
zsh-3.1.5-pws-16-patches
zsh-4.0-patches
zsh-4.2-patches
zsh-5.8-patches
mirror of git://git.code.sf.net/p/zsh/code
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
prompt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
45004: Fix typos in comments
Martijn Dekker
2019-12-11
1
-1
/
+1
*
fix multiple bugs in countprompt
romkatv
2019-06-19
1
-8
/
+27
*
43288: fix line-broken prompts
dana
2019-04-18
1
-3
/
+8
*
44030: prompt: Return error for unrecognised colour name
dana
2019-02-03
1
-0
/
+2
*
44011: Only use fg_start_code for non-truecolor
Mikael Magnusson
2019-01-23
1
-10
/
+23
*
users/23809: ZLE_HIGHLIGHT extensions.
Peter Stephenson
2018-12-30
1
-4
/
+26
*
43805: make nearcolor module use the default colour rather than black as a fa...
Oliver Kiddle
2018-11-08
1
-1
/
+3
*
43804: also need to be able to turn colour attributes back into hex triples f...
Oliver Kiddle
2018-11-08
1
-4
/
+12
*
43759: add support for true colour terminals
Oliver Kiddle
2018-11-05
1
-44
/
+60
*
43747: new module to map colours from hex triplets to the nearest matching co...
Oliver Kiddle
2018-11-05
1
-1
/
+18
*
43075: Support nanosecond-precision time formatting
dana
2018-06-20
1
-5
/
+4
*
42285: off by one fix in multiple prompts
Warepire
2018-01-16
1
-1
/
+1
*
42136: empty string check in %~ / %C prompt expansions
Barton E. Schaefer
2018-01-14
1
-1
/
+1
*
41078: Empty psvar could cause bad dereference in prompt expansion
Peter Stephenson
2017-05-09
1
-1
/
+1
*
40260: zero new space allocated in prompt buffer
Paulo Andrade
2017-01-03
1
-0
/
+1
*
39545: Add some missing unqueue_signals().
Peter Stephenson
2016-10-03
1
-1
/
+3
*
38971: Start using the new arrlen_ge() / arrlen_le() helpers.
Daniel Shahaf
2016-08-01
1
-3
/
+3
*
38809: fix tracking of colour attributes and restore them when turning bold off
Oliver Kiddle
2016-07-08
1
-4
/
+8
*
37868: add 'static' to file local variables
Jun-ichi Takimoto
2016-02-03
1
-1
/
+1
*
36227: attempt to fix metafication problem with ztrftime.
Peter Stephenson
2015-08-18
1
-3
/
+5
*
Add non-metafied character length handling.
Peter Stephenson
2015-06-12
1
-1
/
+1
*
34322: bug with interface to parsestr() etc.
Peter Stephenson
2015-01-18
1
-1
/
+1
*
33876: etc.: Separate errors and keyboards interrupts
Peter Stephenson
2014-12-11
1
-2
/
+5
*
33256: fix prompttrunc() counting of %{ %} spans
Barton E. Schaefer
2014-09-27
1
-8
/
+6
*
33070: add %(e..) based on %e
Barton E. Schaefer
2014-08-30
1
-0
/
+11
*
33057: %e in prompts shows evaluation / execution depth
Peter Stephenson
2014-08-29
1
-0
/
+13
*
32971: negative argument with %(l..) and with %<< or %>> calculates space ava...
Barton E. Schaefer
2014-08-07
1
-3
/
+13
*
32918: add %. to ztrftime for use in prompts
Peter Stephenson
2014-07-30
1
-3
/
+5
*
30496: Parse argument to %F and %K as prompt sequences
Mikael Magnusson
2013-03-10
1
-14
/
+29
*
30307 plus tweak suggsted by Wayne: use %lld for zlong when long long
Peter Stephenson
2012-03-05
1
-0
/
+16
*
29165: use term.h globally if needed at all.
Peter Stephenson
2011-05-09
1
-3
/
+3
*
28853: Fix typo: preceed -> precede
Frank Terbeck
2011-03-04
1
-1
/
+1
*
27983: colours could be output twice
Peter Stephenson
2010-06-03
1
-1
/
+6
*
27125: handle nested use of colour code buffer allocation
Peter Stephenson
2009-07-10
1
-2
/
+14
*
26958: Fix reallocation problem in prompts
Peter Stephenson
2009-05-12
1
-0
/
+3
*
25930: dynamic directory expansion memory handling was screwy
Peter Stephenson
2008-10-24
1
-196
/
+222
*
25775: fix logical problem with function line numbering inside eval-style traps
Peter Stephenson
2008-09-29
1
-2
/
+2
*
25684: make %x and %I consistent with eval line numbering
Peter Stephenson
2008-09-25
1
-2
/
+4
*
25677: add %x and %I prompt escapes for shell source code debugging
Peter Stephenson
2008-09-16
1
-0
/
+26
*
25672: remove unnecessary Nularg when prompt expanding
Peter Stephenson
2008-09-15
1
-0
/
+6
*
25242: Mikael V prompt test for contents of psvar
Peter Stephenson
2008-06-24
1
-0
/
+6
*
25051: add colour sequences to formatting strings in completion
Peter Stephenson
2008-05-16
1
-3
/
+1
*
25002: only ZLE should update attributes resulting from prompt expansion
Peter Stephenson
2008-05-12
1
-33
/
+37
*
unposted: fix uninitialised variable
Peter Stephenson
2008-05-09
1
-1
/
+1
*
24986: prompt escapes for colours
Peter Stephenson
2008-05-09
1
-20
/
+539
*
24861 (with tweaks): logic to use alternative wcwidth() if needed;
Peter Stephenson
2008-04-22
1
-4
/
+4
*
24566: fix prompts with glitch spaces a bit more
Peter Stephenson
2008-02-17
1
-7
/
+24
*
24556: %G in prompt for glitch characters
Peter Stephenson
2008-02-15
1
-0
/
+10
*
add some mod_export tags where needed
zsh-4.3.4-dev-2
Peter Stephenson
2007-11-20
1
-1
/
+1
*
24007: prompt allocation and use of "shout"
Peter Stephenson
2007-10-22
1
-2
/
+2
[next]