summaryrefslogtreecommitdiff
path: root/Src/prompt.c
AgeCommit message (Collapse)AuthorFilesLines
2003-01-2718144: allow %{ %} to put bounds around a prompt truncation.Bart Schaefer1-0/+8
2002-08-0517503: fix various typos and spelling mistakes in source code commentsOliver Kiddle1-1/+1
2002-01-3116494: extract outermost words with negative arguments to %_ and add %^Oliver Kiddle1-7/+46
2001-11-0216198: add %j prompt expansion and j test character for no. of jobs in promptOliver Kiddle1-1/+16
2001-06-2215021: new %y character; %l semantic backAndrey Borzenkov1-0/+8
2001-06-0614766: unify %l substitution (tty0, pts/3 etc)Andrey Borzenkov1-2/+2
2001-03-29Don't assume we can change the string for the HOST parameter when used inPeter Stephenson1-4/+1
a prompt
2001-01-16remove 13108 (trap queues); replace with signal queueing to ensure that user ↵Sven Wischnowsky1-0/+4
signal handlers are only executed when it is safe to run them (13365)
2000-07-1312247: internal hostnam variable removed in favour of $HOSTPeter Stephenson1-2/+5
2000-07-1312242: based on code from Fr. Br. George (George V Kouryachy):Peter Stephenson1-162/+331
use negative integers in prompt to count from other end of string
1999-04-15Initial revisionTanaka Akira1-0/+766