Fix to col when printing half-line feeds w/ -f option...

Message-Id on openbsd-tech: 20141017195810.GJ132@iris.usta.de
Submitted by:	Ingo Schwarze
Obtained from:	OpenBSD
MFC after:	3 days
This commit is contained in:
jmg 2014-10-17 21:09:03 +00:00
parent 48fe6db658
commit e9ac97fe26

View File

@ -378,7 +378,7 @@ flush_blanks(void)
PUTC('\n');
if (half) {
PUTC('\033');
PUTC('9');
PUTC('\011');
if (!nb)
PUTC('\r');
}