| plan 9 kernel history: overview | file list | diff list |
1994/0624/port/devmouse.c (diff list | history)
| 1994/0521/sys/src/9/port/devmouse.c:321,327 – 1994/0624/sys/src/9/port/devmouse.c:321,327 (short | long | prev | next) | ||
| 1993/1006 | if(mouse.redraw && canlock(&cursor)){ mouse.redraw = 0; cursoroff(0); | |
| 1994/0624 | mouse.redraw = cursoron(0); | |
| 1993/1006 | unlock(&cursor); } } | |