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

Diff for /src/usr.bin/mg/ttykbd.c between version 1.9 and 1.10

version 1.9, 2001/05/24 03:05:27 version 1.10, 2002/02/21 04:16:23
Line 56 
Line 56 
 #endif /* FKEYS */  #endif /* FKEYS */
   
 #ifndef NO_STARTUP  #ifndef NO_STARTUP
         if ((cp = gettermtype())) {          if ((cp = getenv("TERM"))) {
                 if (((cp = startupfile(cp)) != NULL) && (load(cp) != TRUE))                  if (((cp = startupfile(cp)) != NULL) && (load(cp) != TRUE))
                         ewprintf("Error reading key initialization file");                          ewprintf("Error reading key initialization file");
         }          }

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