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:
parent
48fe6db658
commit
e9ac97fe26
@ -378,7 +378,7 @@ flush_blanks(void)
|
||||
PUTC('\n');
|
||||
if (half) {
|
||||
PUTC('\033');
|
||||
PUTC('9');
|
||||
PUTC('\011');
|
||||
if (!nb)
|
||||
PUTC('\r');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user