Date: Tue, 10 Oct 2006 06:36:01 +0000 (UTC) From: Bruce Evans <bde@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ddb db_output.c Message-ID: <200610100636.k9A6a1EI061437@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2006-10-10 06:36:01 UTC
FreeBSD src repository
Modified files:
sys/ddb db_output.c
Log:
Fixed loss of whitespace suppression at ends of lines. Whitespace
suppression is only needed at ends of lines, but rev.1.32 forced it
off precisely there.
The --More-- prompt is now cleared by explicitly forcing out the
whitespace in "\r \r". It might be better to use the line
editor's clearing functions, but these are currently static and not
much different.
Revision Changes Path
1.37 +3 -3 src/sys/ddb/db_output.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610100636.k9A6a1EI061437>
