Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-1-6] src/usr.bin/vi/cl
Module Name: src
Committed By: tron
Date: Mon Jun 14 17:03:36 UTC 2004
Modified Files:
src/usr.bin/vi/cl [netbsd-1-6]: cl_screen.c
Log Message:
Pull up revision 1.7 (requested by aymeric in ticket #1713):
. don't call newterm() more than once; use setterm() and resizeterm() instead
on subsequent calls. Newterm() would fail after a few calls, leading to vi
exiting with a "ex/vi: error initializing terminal" message
. if tcsetattr() fails due to EINTR, ignore it
Fixes PR #25849
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.6.2.1 src/usr.bin/vi/cl/cl_screen.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