plan 9 kernel history: overview | file list | diff list

1992/1020/ss/screen.c (diff list | history)

1992/1012/sys/src/9/ss/screen.c:14,191992/1020/sys/src/9/ss/screen.c:14,20 (short | long | prev | next)
1990/1223    
 
1992/0208    
extern	GSubfont	defont0; 
GSubfont		*defont; 
1992/1020    
int	islcd; 
1990/1223    
 
struct{ 
	Point	pos; 
1992/1012/sys/src/9/ss/screen.c:543,5461992/1020/sys/src/9/ss/screen.c:544,554
1992/0813    
	for(o = 32 - n; o >= 0; o -= n) 
		rv |= (v << o); 
	return rv; 
1992/1020    
} 
 
/* only 1 flavor mouse */ 
void 
mousectl(char *x) 
{ 
	USED(x); 
1990/1223    
} 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)