Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /othersrc/dist/cdk/entry.c between versions 1.1 and 1.2

version 1.1, 2001/01/04 19:58:12 version 1.2, 2001/01/04 20:15:30
Line 481  char *injectCDKEntry (CDKENTRY *entry, c Line 481  char *injectCDKEntry (CDKENTRY *entry, c
                  }                   }
                  break;                   break;
   
             case KEY_RETURN : case KEY_TAB : case KEY_ENTER :              case KEY_RETURN : case KEY_TAB : case KEY_ENTER : case KEY_CR :
                  if ((int)strlen (entry->info) >= entry->min)                   if ((int)strlen (entry->info) >= entry->min)
                  {                   {
                     entry->exitType = vNORMAL;                      entry->exitType = vNORMAL;

Removed from v.1.1  
changed lines
  Added in v.1.2


CVSweb <webmaster@jp.NetBSD.org>