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

1995/1101/carrera/kbd.c (diff list | history)

1995/0207/sys/src/9/carrera/kbd.c:342,3481995/1101/sys/src/9/carrera/kbd.c:342,348 (short | long | prev | next)
1993/1003    
		c = KBDDAT; 
	} while(c == 0xFE || c == 0); 
	if(c != 0xFA){ 
		print("mouse returns %2.2ux to the %2.2ux command\n", c, cmd); 
1995/1101    
		/*print("mouse returns %2.2ux to the %2.2ux command\n", c, cmd);/**/ 
1993/1003    
		return -1; 
	} 
	return 0; 


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