diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-10-01 02:05:58 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-10-01 02:05:58 +0000 |
commit | 7af587866799c05822d7ce6c84a82699bd1eb07b (patch) | |
tree | 5e4debc6d5f3366eed1af6d3ebfd5a9aaf5c2d1d /bin/pdksh/PROJECTS | |
parent | 681a20ebbbbf2f359b11be4310b1ccc9428d48cf (diff) |
Integrate pdksh 5.2.9.
Diffstat (limited to 'bin/pdksh/PROJECTS')
-rw-r--r-- | bin/pdksh/PROJECTS | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/bin/pdksh/PROJECTS b/bin/pdksh/PROJECTS index 271dc3ccad9..917960ca4a0 100644 --- a/bin/pdksh/PROJECTS +++ b/bin/pdksh/PROJECTS @@ -1,4 +1,4 @@ -$OpenBSD: PROJECTS,v 1.2 1996/08/19 20:08:44 downsj Exp $ +$OpenBSD: PROJECTS,v 1.3 1996/10/01 02:05:30 downsj Exp $ Things to be done in pdksh (see also the NOTES file): @@ -110,7 +110,3 @@ Things to be done in pdksh (see also the NOTES file): * teach shf_vfprintf() about long long's (%lld); also make %p use long longs if appropriate. - - * add \[...\] parsing to prompt printing (don't count width of chars - inside the \[..\] - used to keep escape sequences in prompts from - messing up command-line-editor's idea of where the cursor is) |