Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 397 → Rev 398

/shark/trunk/drivers/oldchar/keyb.c
20,11 → 20,11
 
/**
------------
CVS : $Id: keyb.c,v 1.1 2003-03-24 10:54:16 pj Exp $
CVS : $Id: keyb.c,v 1.2 2004-01-17 13:17:52 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.1 $
Last update: $Date: 2003-03-24 10:54:16 $
Revision: $Revision: 1.2 $
Last update: $Date: 2004-01-17 13:17:52 $
------------
 
Author: Giuseppe Lipari
149,7 → 149,7
'[',']','@','#'
};
 
#define MAX_KEY_EXC 15
#define MAX_KEY_EXC 25
 
static struct keyexctable {
KEY_EVT evt;