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

1991/0327/port/devcons.c (diff list | history)

1991/0318/sys/src/9/port/devcons.c:249,2541991/0327/sys/src/9/port/devcons.c:249,256 (short | long | prev | next)
1990/0227    
	/* 
	 * ^t hack BUG 
	 */ 
1991/0327    
	if(c == 0x10) 
		panic("^p"); 
1990/0227    
	if(c == 0x14) 
		DEBUG(); 
	if(c == 0x15) 
1991/0318/sys/src/9/port/devcons.c:272,2771991/0327/sys/src/9/port/devcons.c:274,281
1990/0227    
void 
kbdchar(int c) 
{ 
1991/0327    
	if(c == 0)	/* NULs cause trouble */ 
		return; 
1990/0227    
	if(c == '\r') 
		c = '\n'; 
	echo(c); 


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