K 10 svn:author V 7 rwatson K 8 svn:date V 27 2001-11-24T00:02:11.000000Z K 7 svn:log V 543 MFC of cl_screen.c:1.2 o nvi failed to correctly handle EINTR returned from tcsetattr(), exiting instead of recovering, which happens in particular during a rapid series of SIGWINCH's. This change forces nvi to loop on the call in the event that the call is interrupted. Interestingly, I submitted this bug report in 1998, and a solution was posted shortly thereafter by Matthias Buelow; it's been sitting in the PR database ever since. PR: bin/8438 Submitted by: Matthias Buelow END