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:
John-Mark Gurney 2014-10-17 21:09:03 +00:00
parent d3de6c1d2f
commit 7e2c0c79fa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=273242

View File

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