~kris/9p

9hist

ref: 0ae1ad81d8abfc17b5f227de54b1ac95392e143b 9hist/bitsy/screen.h -rw-r--r-- 169 bytes
0ae1ad81 — David du Colombier Plan 9 from Bell Labs 2000-11-10 25 years ago
                                                                                
1
2
3
4
5
6
7
8
9
typedef struct Cursorinfo Cursorinfo;
typedef struct Cursor Cursor;

struct Cursorinfo {
	Lock;
};

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