| plan 9 kernel history: overview | file list | diff list |
1993/1005/port/devcons.c (diff list | history)
| 1993/0910/sys/src/9/port/devcons.c:209,218 – 1993/1005/sys/src/9/port/devcons.c:209,224 (short | long | prev | next) | ||
| 1993/0601 | /* * finally, the actual echoing */ | |
| 1991/1223 |
| |
| 1990/0227 |
| |
| 1991/1223 |
| |
| 1993/1005 | if(r == '\n'){ if(printq) qproduce(printq, "\r", 1); } else if(r == 0x15){ buf = "^U\n"; n = 3; } screenputs(buf, n); if(printq) qproduce(printq, buf, n); | |
| 1990/0227 | } /* | |