diff options
| author | John-Mark Gurney <jmg@FreeBSD.org> | 2014-10-17 21:09:03 +0000 |
|---|---|---|
| committer | John-Mark Gurney <jmg@FreeBSD.org> | 2014-10-17 21:09:03 +0000 |
| commit | 7e2c0c79fad54259db337ae0812c73b5031619fb (patch) | |
| tree | 6e0373b6e7d31e8edbdb49c9044c3a2649c1d877 /usr.bin/col | |
| parent | d3de6c1d2fc2933c68301475de6886f219bfcdbe (diff) | |
Notes
Diffstat (limited to 'usr.bin/col')
| -rw-r--r-- | usr.bin/col/col.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/col/col.c b/usr.bin/col/col.c index 78e978091582a..5221485748c6b 100644 --- a/usr.bin/col/col.c +++ b/usr.bin/col/col.c @@ -378,7 +378,7 @@ flush_blanks(void) PUTC('\n'); if (half) { PUTC('\033'); - PUTC('9'); + PUTC('\011'); if (!nb) PUTC('\r'); } |
