| plan 9 kernel history: overview | file list | diff list |
1991/0327/port/devcons.c (diff list | history)
| 1991/0318/sys/src/9/port/devcons.c:249,254 – 1991/0327/sys/src/9/port/devcons.c:249,256 (short | long | prev | next) | ||
| 1990/0227 | /* * ^t hack BUG */ | |
| 1991/0327 | if(c == 0x10) panic("^p"); | |
| 1990/0227 | if(c == 0x14) DEBUG(); if(c == 0x15) | |
| 1991/0318/sys/src/9/port/devcons.c:272,277 – 1991/0327/sys/src/9/port/devcons.c:274,281 | ||
| 1990/0227 | void kbdchar(int c) { | |
| 1991/0327 | if(c == 0) /* NULs cause trouble */ return; | |
| 1990/0227 | if(c == '\r') c = '\n'; echo(c); | |