Path: utzoo!utgpu!cs.utexas.edu!usc!apple!uokmax!munnari.oz.au!metro!cluster!necisa!nachi From: nachi@necisa.ho.necisa.oz (Nachiappan Muthu) Newsgroups: alt.sources Subject: Re: Elvis 1.4 Keywords: Elvis 1.4 Message-ID: <1957@necisa.ho.necisa.oz> Date: 7 Dec 90 00:31:41 GMT Followup-To: alt.sources Distribution: alt Organization: NEC Information Systems Australia Pty. Ltd. Lines: 20 kirkenda@eecs.cs.pdx.edu (Steve Kirkendall) writes: >>Here comes version 1.4 of Elvis, my vi clone. [..] I got compilation errors of curses.c when using SCO UNIX 3.2.0 Problem was in line 23. >># undef TIOCWINSZ /* we can't handle it correctly yet */ It has to be: # undef TIOCGWINSZ /* we can't handle it correctly yet */ TIOCWINSZ was not used anywhere in curses.c; only TIOCGWINSZ is used. I am just wondering, whether this problem existed originally, or I got it due to some problem in the net.