Google
 

Trailing-Edge - PDP-10 Archives - bb-bt99h-bb - foropn.c12
There is 1 other file named foropn.c12 in the archive. Click here to see a list.
 REP 3/1	;12C1
		TV	FOROPN	OPEN & CLOSE ,10(4205)
 WIT
		TV	FOROPN	OPEN & CLOSE ,10(4220)
 INS 1102/2	;12C2
	4220	JLC	22-July-85
		Fix initial TTY output, which was throwing away all vertical
		motion control, instead of reducing the number of LFs by 1,
		as in V7.

 REP 22/64	;12C3
	TTYSET:	MOVX	T1,D%SEOL+D%PDOL+D%IN+D%OUT ;[4203] No initial CRLF for terminals
 WIT
	TTYSET:	MOVX	T1,D%SEOL+D%IN+D%OUT ;[4220] No initial CRLF for terminals
 REP 41/76	;12C4
		MOVX	T1,D%SEOL+D%PDOL+D%IN+D%OUT ;[4203] No initial CRLF for terminals
 WIT
		MOVX	T1,D%SEOL+D%IN+D%OUT ;[4220] No initial CRLF for terminals
 SUM 255793