![]() ![]() | ![]() |
Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
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; |