| plan 9 kernel history: overview | file list | diff list |
1994/0624/pc/screen.h (diff list | history)
| 1994/0520/sys/src/9/pc/screen.h:14,20 – 1994/0624/sys/src/9/pc/screen.h:14,20 (short | long | prev | next) | ||
|
Change cursoron to return int.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1994/0414 | }; Cursorinfo cursor; | |
| 1994/0624 | extern int cursoron(int); | |
| 1994/0414 | extern void cursoroff(int); extern Point mousexy(void); extern void cursorinit(void); | |