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