[alt.sources] Elvis 1.4

nachi@necisa.ho.necisa.oz (Nachiappan Muthu) (12/07/90)

    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.