home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 2 / 2224 < prev    next >
Encoding:
Internet Message Format  |  1990-12-28  |  720 b 

  1. From: nachi@necisa.ho.necisa.oz (Nachiappan Muthu)
  2. Newsgroups: alt.sources
  3. Subject: Re: Elvis 1.4
  4. Message-ID: <1957@necisa.ho.necisa.oz>
  5. Date: 7 Dec 90 00:31:41 GMT
  6.  
  7.  
  8.     kirkenda@eecs.cs.pdx.edu (Steve Kirkendall) writes:
  9.  
  10.     >>Here comes version 1.4 of Elvis, my vi clone.
  11.     [..]
  12.  
  13.     I got compilation errors of curses.c when using SCO UNIX 3.2.0
  14.  
  15.     Problem was in line 23.
  16.  
  17.     >>#  undef    TIOCWINSZ    /* we can't handle it correctly yet */
  18.  
  19.     It has to be:
  20.  
  21.     #  undef    TIOCGWINSZ    /* we can't handle it correctly yet */
  22.  
  23.     TIOCWINSZ was not used anywhere in curses.c; only TIOCGWINSZ is used.
  24.  
  25.     I am just wondering, whether this problem existed originally, or I got it
  26.     due to some problem in the net.
  27.