Elvis 1.4
Nachiappan Muthu
nachi at necisa.ho.necisa.oz
Fri Dec 7 11:31:41 AEST 1990
kirkenda at 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.
More information about the Alt.sources
mailing list