home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
sun
/
volume2
/
tahoe-systat
/
patch01
/
keyboard.c.diff
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-10-23
|
292 b
|
17 lines
*** keyboard.c.orig Mon Jun 11 15:32:59 1990
--- keyboard.c Tue Jun 12 19:09:44 1990
***************
*** 15,20 ****
--- 15,25 ----
#include "systat.h"
#include <ctype.h>
+ #ifdef sun
+ #undef CTRL
+ #define CTRL(c) ((c)-'a'+1)
+ #endif
+
keyboard()
{
char ch, line[80];