- Timestamp:
- 03/15/08 17:40:31 (5 years ago)
- git-parent:
- Files:
-
- src/noit_console_telnet.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
src/noit_console_telnet.h
r46304a4 r065b034 65 65 * Structures of information for each special character function. 66 66 */ 67 typedef unsigned char cc_t;68 67 69 68 typedef struct { 70 69 unsigned char flag; /* the flags for this function */ 71 cc_tval; /* the value of the special character */70 unsigned char val; /* the value of the special character */ 72 71 } slcent, *Slcent; 73 72 … … 75 74 slcent defset; /* the default settings */ 76 75 slcent current; /* the current settings */ 77 cc_t*sptr; /* a pointer to the char in */76 unsigned char *sptr; /* a pointer to the char in */ 78 77 /* system data structures */ 79 78 } slcfun, *Slcfun;
