| plan 9 kernel history: overview | file list | diff list |
2000/0716/port/devmouse.c (diff list | history)
| 2000/0516/sys/src/9/port/devmouse.c:142,148 – 2000/0716/sys/src/9/port/devmouse.c:142,148 (short | long | prev | next) | ||
| 1993/1006 | unlock(&mouse); break; | |
| 1999/1012 | case Qmousein: | |
| 2000/0516 |
| |
| 2000/0716 | /* error("disabled"); */ | |
| 1999/1012 | lock(&mouse); if(mouse.inopen){ unlock(&mouse); | |
| 2000/0516/sys/src/9/port/devmouse.c:546,552 – 2000/0716/sys/src/9/port/devmouse.c:546,552 | ||
| 1993/1006 | static uchar msg[3]; static int nb; static int middle; | |
| 2000/0716 | static uchar b[] = { 0, 4, 1, 5, 0, 2, 1, 3 }; | |
| 1993/1006 | short x; int dx, dy, newbuttons; | |
| 2000/0516/sys/src/9/port/devmouse.c:586,592 – 2000/0716/sys/src/9/port/devmouse.c:586,592 | ||
| 1993/1006 | { static short msg[5]; static int nb; | |
| 2000/0716 | static uchar b[] = {0, 4, 2, 6, 1, 5, 3, 7, 0, 2, 2, 6, 1, 3, 3, 7}; | |
| 1993/1006 | int dx, dy, newbuttons; if((c&0xF0) == 0x80) | |