| plan 9 kernel history: overview | file list | diff list |
1994/0205/pc/kbd.c (diff list | history)
| 1993/1221/sys/src/9/pc/kbd.c:387,393 – 1994/0205/sys/src/9/pc/kbd.c:387,394 (short | long | prev | next) | ||
| 1991/0730 | * if it's the mouse... */ if(s & Minready){ | |
| 1993/1113 |
| |
| 1994/0205 | if(mousetype == MousePS2) ps2mouseputc(c); | |
| 1993/1124 | return; | |
| 1991/0730 | } | |
| 1991/0703 | ||