| plan 9 kernel history: overview | file list | diff list |
1990/0707/port/devcons.c (diff list | history)
| 1990/0629/sys/src/9/port/devcons.c:240,246 – 1990/0707/sys/src/9/port/devcons.c:240,246 (short | long | prev | next) | ||
| 1990/0227 | if(c == 0x15) putstrn("^U\n", 3); | |
| 1990/0504 | if(c == 0x16) | |
| 1990/0629 |
| |
| 1990/0707 | dumpqueues(); | |
| 1990/0227 | else{ ch = c; putstrn(&ch, 1); | |