NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/54329 CVS commit: src/lib/libedit
The following reply was made to PR lib/54329; it has been noted by GNATS.
From: "Christos Zoulas" <christos%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/54329 CVS commit: src/lib/libedit
Date: Sat, 29 Jun 2019 17:35:09 -0400
Module Name: src
Committed By: christos
Date: Sat Jun 29 21:35:09 UTC 2019
Modified Files:
src/lib/libedit: terminal.c
Log Message:
PR/54329: Raphael Ross: According to https://www.gnu.org/software/termutils/\
manual/termcap-1.3/html_chapter/termcap_4.html#SEC23 the cursor move multiple
escapes have undefined results when moving out of the screen. Stop using DO
to move down multiple lines and use a loop of newlines instead.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/lib/libedit/terminal.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index