[BACK]Return to ul.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ul

Diff for /src/usr.bin/ul/ul.c between version 1.10 and 1.11

version 1.10, 2003/06/10 22:20:53 version 1.11, 2003/06/25 21:09:45
Line 418 
Line 418 
 {  {
         static char tcapbuf[512];          static char tcapbuf[512];
         char *bp = tcapbuf;          char *bp = tcapbuf;
         char *getenv(), *tgetstr();  
   
         /* This nonsense attempts to work with both old and new termcap */          /* This nonsense attempts to work with both old and new termcap */
         CURS_UP =               tgetstr("up", &bp);          CURS_UP =               tgetstr("up", &bp);

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11