~kris/9p

9hist

ref: ea3149592ec4871c3c10637422e11a9e9f2ebd17 9hist/bitsy/screen.h -rw-r--r-- 194 bytes
ea314959 — David du Colombier Plan 9 from Bell Labs 2001-03-13 25 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
typedef struct Cursorinfo Cursorinfo;
typedef struct Cursor Cursor;

extern ulong blanktime;

struct Cursorinfo {
	Lock;
};

extern void	blankscreen(int);
extern void	flushmemscreen(Rectangle);