| plan 9 kernel history: overview | file list | diff list |
2000/0504/carrera/screen.h (diff list | history)
| carrera/screen.h on 1999/0119 | ||
| 1999/0119 | typedef struct Cursor Cursor; | |
| 1994/0414 | typedef struct Cursorinfo Cursorinfo; | |
| 1993/0906 | ||
| 1994/0414 | struct Cursorinfo { Cursor; Lock; }; | |
| 1993/0906 | ||
| 1994/0414 | extern Cursorinfo cursor; | |
| 1998/0209 | extern Cursor arrow; | |
| 1994/0414 | ||
| 1994/0624 | extern int cursoron(int); | |
| 1994/0414 | #define cursoroff(x) extern Point mousexy(void); | |
| 1997/0327 | void setcursor(Cursor*); | |
| 1998/0417 | void mousectl(char*[], int); | |
| 1997/0327 | void mousetrack(int, int, int); | |
| 2000/0504 | void blankscreen(int); | |