CVSROOT: /cvs Module name: src Changes by: bent...@cvs.openbsd.org 2016/03/16 21:44:05
Modified files: usr.bin/vi/cl : cl_term.c Log message: Add error checking for COLUMNS/LINES environment variables. It would be better to replace all the complicated existing code with a simple idiom, and this is being worked on. But for the moment, preventing vi from crashing is worthwhile. ok jung@