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

1993/1005/port/devcons.c (diff list | history)

1993/0910/sys/src/9/port/devcons.c:209,2181993/1005/sys/src/9/port/devcons.c:209,224 (short | long | prev | next)
1993/0601    
	/* 
	 *  finally, the actual echoing 
	 */ 
1991/1223    
	if(r == 0x15) 
1990/0227    
		putstrn("^U\n", 3); 
1991/1223    
	else 
		putstrn(buf, n); 
1993/1005    
	if(r == '\n'){ 
		if(printq) 
			qproduce(printq, "\r", 1); 
	} else if(r == 0x15){ 
		buf = "^U\n"; 
		n = 3; 
	} 
	screenputs(buf, n); 
	if(printq) 
		qproduce(printq, buf, n); 
1990/0227    
} 
 
/* 


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