summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-07-24 01:42:51 +0000
committerphk <phk@FreeBSD.org>1994-07-24 01:42:51 +0000
commit011c1468f55e752f9c8ad5c03fc20c5a08912ba0 (patch)
treeb84bce7e5548ac012ec6b68d0bc712afa4ffa3d0 /usr.bin
parenteab2b8a90b9013b3196118c00cb8552a63e81683 (diff)
downloadFreeBSD-src-011c1468f55e752f9c8ad5c03fc20c5a08912ba0.zip
FreeBSD-src-011c1468f55e752f9c8ad5c03fc20c5a08912ba0.tar.gz
Reviewed by: phk
changed a ctrl-A to \001
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/vgrind/vfontedpr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/vgrind/vfontedpr.c b/usr.bin/vgrind/vfontedpr.c
index 30320c6..6e9d3fe 100644
--- a/usr.bin/vgrind/vfontedpr.c
+++ b/usr.bin/vgrind/vfontedpr.c
@@ -540,7 +540,7 @@ putKcp (start, end, force)
if (idx) {
if (*start == ' ' || *start == '\t') {
if (xfld == 0)
- printf("");
+ printf("\001");
printf("\t");
xfld = 1;
while (*start == ' ' || *start == '\t')
OpenPOWER on IntegriCloud