| plan 9 kernel history: overview | file list | diff list |
1993/1108/port/devmouse.c (diff list | history)
| 1993/1026/sys/src/9/port/devmouse.c:326,331 – 1993/1108/sys/src/9/port/devmouse.c:326,335 (short | long | prev | next) | ||
| 1993/1009 | memmove(curs.set, p+40, 2*16); Cursortocursor(&curs); } | |
| 1993/1108 | qlock(&mouse); mouse.redraw = 1; mouseclock(); qunlock(&mouse); | |
| 1993/1009 | cursoron(1); return n; | |
| 1993/1006 | ||