Google
 

Trailing-Edge - PDP-10 Archives - steco_19840320_1er_E35 - 10,5676/teco/source/tecvid.con
There is 1 other file named tecvid.con in the archive. Click here to see a list.
	SUBTTL	Table of Contents


;		Table of Contents for 
;
;
;			   Section			      Page
;   1. Table of Contents. . . . . . . . . . . . . . . . . . .    2
;   2. Revision History . . . . . . . . . . . . . . . . . . .    3
;   3. Macro definitions. . . . . . . . . . . . . . . . . . .    4
;   4. V$CINI - Per command initialization. . . . . . . . . .    5
;   5. V$ICHR - Input a character video mode. . . . . . . . .    6
;   6. V$ECHO - Echo an input character . . . . . . . . . . .    7
;   7. V$OCHR - Output a video mode character . . . . . . . .   12
;   8. Screen editing
;        8.1.   V$ASK - Ask a question and wait for response.   13
;   9. V$CTRG - Handle ^G. input command. . . . . . . . . . .   14
;  10. V$DELC - Handle a delete or backspace. . . . . . . . .   15
;  11. V$UPCM - Update the command buffer on the screen . . .   16
;  12. Screen editing
;       12.1.   SC$GSC - General scroll routine . . . . . . .   17
;       12.2.   SC$SCR - Scroll a region of the screen. . . .   18
;       12.3.   SC$SDN - Scroll a region of the screen. . . .   19
;       12.4.   SC$VID - Allocate the screen buffer . . . . .   20
;  13. SC$RVD - Return video information allocated by SC$VID.   22
;  14. Screen editing
;       14.1.   SC$FIN - Finish up. . . . . . . . . . . . . .   23
;       14.2.   SC$POS - Position the cursor. . . . . . . . .   24
;       14.3.   SC$DEL - Delete to end of line. . . . . . . .   25
;       14.4.   SC$STR - Write a string . . . . . . . . . . .   26
;       14.5.   SC$MES - Write a non-image string . . . . . .   27
;       14.6.   SC$PT - Move cursor to PT . . . . . . . . . .   28
;       14.7.   SC$IMG - output a character to the screen . .   29
;  15. Screen Editing
;       15.1.   SC$FLS - Flush the terminal buffer. . . . . .   30
;       15.2.   SC$FIL - Output fill characters . . . . . . .   31
;       15.3.   SC$CFL - Calculate fill cost. . . . . . . . .   32
;       15.4.   CPSTBL - Character per second table . . . . .   33
;  16. Screen editing
;       16.1.   SC$CHR - Output a character at a given posisiton  34
;       16.2.   SC$CLS - Clear a section. . . . . . . . . . .   35
;       16.3.   SC$CLR - Clear a section. . . . . . . . . . .   35
;       16.4.   SC$ERS - Clear the whole screen . . . . . . .   36
;  17. SC$SSR - Set screen regions. . . . . . . . . . . . . .   37
;  18. Low segment for TECVID . . . . . . . . . . . . . . . .   38
;  19. End of TECVID. . . . . . . . . . . . . . . . . . . . .   39