mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-30 16:51:41 +00:00
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
d3de6c1d2f
commit
7e2c0c79fa
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=273242
@ -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