#
# Here are entries used by the multiscreen program provided with the ISI driver
# for the ISI card 
# Explanation for the entries. Each vs line for the terminal description 
# indicates a virtual screen that can be created. The second sub-sequence 
# describes
# the sequence of key strokes received from the keyboard by the multiscreen
# program to jump to the appropriate virtual screen. The first substring
# describes
# the message displayed in the help screen.
# The same description is true for em, cm, lm, sw entries.
# All unprintable characters must be
# entered in a string in octal represented ascii with a leading backslash
# preceeding. Also if there is a space within any sequence it must be 
# represented by appropriate octal value.
# em  -   end multiscreen
# cm  -   create multiscreen
# lm  -   Help screen
# sw  -   Switch to previous screen
# ps  -   physical screen
# The sub sequence in each ps entry is the sequence that has to be sent
# when switching to that physical screen.
# Look at the end of this file some frequently used octal numbers 
# 
# The clear entry specifies the escape sequence to be sent to clear
# the screen.		
#
#
# Each time entry followed by a number between 1 and 255 tells the
# multiscreen as to how much time it has to wait before read is
# processed. This is a mandatory entry for each terminal and must
# be the last one to be specified. 


wy50  wyse50  wyse model 50 w50
        vs	Shift-F1   \001`\015 
        vs	Shift-F2   \001a\015  
        em	Shift-F12   \001k\015  
        cm	Shift-F13  \001l\015  
        lm	Shift-F14  \001m\015  
	sw	Shift-F3   \001b\015  
	qm	Shift-F4   \001c\015  
        ps	\033w0   
	ps	\033w1  
	clear	\033+
	time     1

wy60 wyse60 wyse model 60  w60
        vs	Shift-F1   \001`\015  
        vs	Shift-F2   \001a\015  
        vs	Shift-F11  \001j\015  
        em	Shift-F12  \001k\015  
        cm	Shift-F13  \001l\015
        lm	Shift-F14  \001m\015  
	sw	Shift-F3   \001b\015  
	qm	Shift-F4   \001c\015  
        ps	\033w0 
	ps	\033w1
	clear	\033+
	time     1

vt100 
        vs	Shift-F1   \001`\015  
        vs	Shift-F2   \001a\015  
        em	Shift-F12  \001k\015  
        cm	Shift-F13  \001l\015 
        lm	Shift-F14  \001m\015  
	sw	Shift-F3   \001b\015  
	qm	Shift-F4   \001c\015  
        ps	\033w0 
	ps	\033w1 
	clear	\033+
	time     1

wy60d
        vs	Shift-F1   \001`\015  
        vs	Shift-F2   \001a\015  
        vs	Shift-F3   \001b\015  
        vs	Shift-F4   \001c\015  
        vs	Shift-F5   \001d\015  
        cm	Shift-F8   \001g\015  
        em	Shift-F9   \001h\015 
        sw      Shift-F10  \001i\015  
        lm      Shift-F11  \001j\015  
        ps 	\033w0 
        ps      \033w1
        ps      \033w2 
        ps      \033w3
        ps      \033w4 
	clear	\033+
	time 3

#^A   \001	;	 ^E	\005	;Escape character \033 
#New line  012		Carriage return ^M	015
