~kris/9p

9hist

ref: ee02306e1d3e9ea0496ecac9f8b4311bce3c76f0 9hist/bitsy/screen.h -rw-r--r-- 169 bytes
ee02306e — David du Colombier Plan 9 from Bell Labs 2000-11-08 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);