1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/shells/pdksh/files/patch-edit.c
Thomas Gellekum ae84ec6c0f Fix calculation of prompt length. Bump PORTREVISION.
PR:		107410
Submitted by:	Bruce Becker <hostmaster at whois dot gts dot net>
2007-01-07 22:00:21 +00:00

11 lines
204 B
C

--- edit.c.orig Thu May 13 19:04:33 1999
+++ edit.c Sun Jan 7 22:48:23 2007
@@ -344,6 +344,7 @@
*/
if (*cp && cp[1] == '\r') {
delimiter = *cp;
+ indelimit = !indelimit;
cp += 2;
}