Copyright Digital Equipment Corp. All rights reserved.

Examples

   1.$ SET TERMINAL/DEVICE=VT102

     In this example, the SET TERMINAL command establishes the
     current terminal as a VT102 terminal and sets the default
     characteristics for that terminal type.

   2.$ SET TERMINAL/WIDTH=132/PAGE=60/NOBROADCAST
     $ TYPE MEMO.DOC
         .
         .
         .
     $ SET TERMINAL/DEVICE=LA36

     In this example, the first SET TERMINAL command indicates
     that the width of terminal lines is 132 characters and that
     the size of each page is 60 lines. The /NOBROADCAST qualifier
     disables the reception of broadcast messages while the terminal
     is printing the file MEMO.DOC. The next SET TERMINAL command
     restores the terminal to its default state.