Deck TDUFILE Part 002

27 Modifications

Source

Seq #  *Modification Id* Act 
----------------------------+
02537  M00S02189.tdufile +++|    cursor_pos_column_first  value = FALSE
02538  M00S02190.tdufile +++|    cursor_pos_column_length value = (0)
02539  M00S02191.tdufile +++|    cursor_pos_row_length    value = (0)
02540  M00S02192.tdufile +++|    cursor_pos_begin         out   = (prefix)
02541  M00S02193.tdufile +++|    cursor_pos_second        out   = (3B(16))
02542  M00S02194.tdufile +++|    cursor_pos_third         out   = (48(16))
02543  M00S02195.tdufile +++|
02544  M00S02196.tdufile +++|"   CURSOR MOVEMENT INFORMATION                                               "
02545  M00S02197.tdufile +++|    cursor_home              inout = (prefix 48(16))
02546  M00S02198.tdufile +++|    cursor_up                inout = (prefix 41(16))
02547  M00S02199.tdufile +++|    cursor_down              inout = (prefix 42(16))
02548  M00S02200.tdufile +++|    cursor_left              inout = (prefix 44(16))
02549  M00S02201.tdufile +++|    cursor_right             inout = (prefix 43(16))
02550  M00S02202.tdufile +++|
02551  M00S02203.tdufile +++|"   CURSOR BEHAVIOR (for cursor movement keys)                                "
02552  M00S02204.tdufile +++|    move_past_right          type  = stop_next
02553  M00S02205.tdufile +++|    move_past_left           type  = stop_next
02554  M00S02206.tdufile +++|    move_past_top            type  = stop_next
02555  M00S02207.tdufile +++|    move_past_bottom         type  = stop_next
02556  M00S02208.tdufile +++|
02557  M00S02209.tdufile +++|"   CURSOR BEHAVIOR (for character keys)                                      "
02558  M00S02210.tdufile +++|    char_past_right          type  = stop_next
02559  M00S02211.tdufile +++|    char_past_left           type  = stop_next
02560  M00S02212.tdufile +++|    char_past_last_position  type  = stop_next
02561  M00S02213.tdufile +++|
02562  M00S02214.tdufile +++|"   PROTECTED CURSOR BEHAVIOR (for cursor movement keys)                      "
02563  M00S02215.tdufile +++|    protected_past_right     type  = stop_next
02564  M00S02216.tdufile +++|    protected_past_left      type  = stop_next
02565  M00S02217.tdufile +++|    protected_past_up        type  = stop_next
02566  M00S02218.tdufile +++|    protected_past_down      type  = stop_next
02567  M00S02219.tdufile +++|
02568  M00S02220.tdufile +++|"   PROTECTED CURSOR BEHAVIOR (for character keys)                            "
02569  M00S02221.tdufile +++|    field_past_right         type  = stop_next
02570  M00S02222.tdufile +++|    field_past_left          type  = stop_next
02571  M00S02223.tdufile +++|    field_past_last          type  = stop_next
02572  M00S02224.tdufile +++|    field_before_first       type  = stop_next
02573  M00S02225.tdufile +++|
02574  M00S02226.tdufile +++|"   TERMINAL ATTRIBUTES                                                       "
02575  M00S02227.tdufile +++|    clears_when_change_size  value = FALSE
02576  M00S02228.tdufile +++|    function_key_leaves_mark value = TRUE
02577  M00S02229.tdufile +++|    has_hidden               value = FALSE
02578  M00S02230.tdufile +++|    has_protect              value = FALSE
02579  M00S02231.tdufile +++|    home_at_top              value = TRUE
02580  M00S02232.tdufile +++|    multiple_sizes           value = FALSE
02581  M00S02233.tdufile +++|    tabs_to_home             value = FALSE
02582  M00S02234.tdufile +++|    tabs_to_tab_stops        value = TRUE
02583  M00S02235.tdufile +++|    tabs_to_unprotected      value = FALSE
02584  M00S02236.tdufile +++|
02585  M00S02237.tdufile +++|"   SCREEN SIZES                                                              "
02586  M00S02238.tdufile +++|    set_size       rows = 24 columns = 80   out = ()
02587  M00S02239.tdufile +++|
02588  M00S02240.tdufile +++|"   SCREEN AND LINE MODE TRANSITION                                           "
Line S02241 Modification History
M01 (Removed by) tdufi2
Seq #  *Modification Id* Act 
----------------------------+
02589  M01S02241.tdufi2  ---|    set_screen_mode     out = (1B(16) 3C(16) prefix 3E(16) 34(16) ..
02590  M01S02242.tdufi2  ---|         3B(16) 36(16) 3B(16) 37(16) 68(16) prefix 3E(16) 33(16)  ..
02591  M01S02243.tdufi2  ---|         6C(16) prefix 3F(16) 37(16) 6C(16) )
02592  M01S02244.tdufi2  ---|
02593  M01S02245.tdufi2  ---|    set_line_mode       out = (prefix 7A(16))
Line S00012 Modification History
M01 (Added by) tdufi2
Seq #  *Modification Id* Act 
----------------------------+
02594  M01S00012.tdufi2  +++|    set_screen_mode     out = (use_ansi_mode  start_block_cursor  ..
02595  M01S00013.tdufi2  +++|         start_keypad_shift  start_keypad_alt  stop_hold_screen   ..
02596  M01S00014.tdufi2  +++|         discard_at_eol)
02597  M01S00015.tdufi2  +++|
02598  M01S00016.tdufi2  +++|    set_line_mode       out = (stop_keypad_shift  stop_keypad_alt ..
02599  M01S00017.tdufi2  +++|         wraparound_at_eol  stop_hold_screen)
02600  M00S02246.tdufile +++|
02601  M00S02247.tdufile +++|"   TERMINAL CAPABILITIES                                                     "
02602  M00S02248.tdufile +++|    backspace           in    = (08(16))
02603  M00S02249.tdufile +++|    delete_char         inout = (prefix 50(16))
02604  M00S02250.tdufile +++|    delete_line_bol     inout = (prefix 4D(16))
02605  M00S02251.tdufile +++|    erase_end_of_line   inout = (prefix 4B(16))
02606  M00S02252.tdufile +++|    erase_end_of_page   inout = (prefix 4A(16))
02607  M00S02253.tdufile +++|    erase_line_stay     inout = (prefix 32(16) 4B(16))
02608  M00S02254.tdufile +++|    erase_page_home     inout = (prefix 32(16) 4A(16))
02609  M00S02255.tdufile +++|    insert_char         inout = (prefix 40(16))
02610  M00S02256.tdufile +++|    insert_line_bol     inout = (prefix 4C(16))
02611  M00S02257.tdufile +++|    insert_mode_begin   inout = (prefix 34(16) 68(16))
02612  M00S02258.tdufile +++|    insert_mode_end     inout = (prefix 34(16) 6C(16))
02613  M00S02259.tdufile +++|    tab_backward        inout = (prefix 5A(16))
02614  M00S02260.tdufile +++|    tab_clear_all       inout = (prefix 33(16) 67(16))
02615  M00S02261.tdufile +++|    tab_forward         inout = (09(16))
02616  M00S02262.tdufile +++|    tab_set             inout = (1B(16)48(16))
02617  M00S02263.tdufile +++|
02618  M00S02264.tdufile +++|"   MISCELLANEOUS TERMINAL SEQUENCES                                          "
02619  M00S02265.tdufile +++|    bell_nak            out = (bel)
02620  M00S02266.tdufile +++|    output_begin        out = (end_ins_mode)
02621  M00S02267.tdufile +++|
02622  M00S02268.tdufile +++|"   PROGRAMMABLE FUNCTION KEY INPUT INFORMATION                               "
02623  M00S02269.tdufile +++|    f1        in = (1B(16) 4F(16) 53(16))
02624  M00S02270.tdufile +++|    f2        in = (1B(16) 4F(16) 54(16))
02625  M00S02271.tdufile +++|    f3        in = (1B(16) 4F(16) 55(16))
02626  M00S02272.tdufile +++|    f4        in = (1B(16) 4F(16) 56(16))
02627  M00S02273.tdufile +++|    f5        in = (1B(16) 4F(16) 57(16))
02628  M00S02274.tdufile +++|    f6        in = (1B(16) 4F(16) 50(16))
02629  M00S02275.tdufile +++|    f7        in = (1B(16) 4F(16) 51(16))
02630  M00S02276.tdufile +++|    f8        in = (1B(16) 4F(16) 52(16))
02631  M00S02277.tdufile +++|    f9        in = (1B(16) 4F(16) 58(16))
02632  M00S02278.tdufile +++|    f10       in = ()
02633  M00S02279.tdufile +++|    f11       in = ()
02634  M00S02280.tdufile +++|    f12       in = ()
02635  M00S02281.tdufile +++|    f13       in = ()
02636  M00S02282.tdufile +++|    f14       in = ()
02637  M00S02283.tdufile +++|    f15       in = ()
02638  M00S02284.tdufile +++|    f16       in = ()
02639  M00S02285.tdufile +++|    f1_s      in = (1B(16) 4F(16) 71(16))
02640  M00S02286.tdufile +++|    f2_s      in = (1B(16) 4F(16) 72(16))
02641  M00S02287.tdufile +++|    f3_s      in = (1B(16) 4F(16) 73(16))
02642  M00S02288.tdufile +++|    f4_s      in = (1B(16) 4F(16) 74(16))
02643  M00S02289.tdufile +++|    f5_s      in = (1B(16) 4F(16) 75(16))
02644  M00S02290.tdufile +++|    f6_s      in = (1B(16) 4F(16) 76(16))
02645  M00S02291.tdufile +++|    f7_s      in = (1B(16) 4F(16) 77(16))
02646  M00S02292.tdufile +++|    f8_s      in = (1B(16) 4F(16) 78(16))
02647  M00S02293.tdufile +++|    f9_s      in = (1B(16) 4F(16) 79(16))
02648  M00S02294.tdufile +++|    f10_s     in = (1B(16) 4F(16) 70(16))
02649  M00S02295.tdufile +++|    f11_s     in = (1B(16) 4F(16) 6E(16))
02650  M00S02296.tdufile +++|    f12_s     in = (1B(16) 4F(16) 4D(16))
02651  M00S02297.tdufile +++|    f13_s     in = ()
02652  M00S02298.tdufile +++|    f14_s     in = ()
02653  M00S02299.tdufile +++|    f15_s     in = ()
02654  M00S02300.tdufile +++|    f16_s     in = ()
02655  M00S02301.tdufile +++|
02656  M00S02302.tdufile +++|"   CDC STANDARD FUNCTION KEY INPUT INFORMATION                               "
02657  M00S02303.tdufile +++|    back      in = ()
02658  M00S02304.tdufile +++|    back_s    in = ()
02659  M00S02305.tdufile +++|    help      in = (prefix 7E(16))
02660  M00S02306.tdufile +++|    help_s    in = ()
02661  M00S02307.tdufile +++|    stop      in = (14(16))
02662  M00S02308.tdufile +++|    stop_s    in = (10(16))
02663  M00S02309.tdufile +++|    down      in = ()
02664  M00S02310.tdufile +++|    down_s    in = ()
02665  M00S02311.tdufile +++|    up        in = ()
02666  M00S02312.tdufile +++|    up_s      in = ()
02667  M00S02313.tdufile +++|    fwd       in = ()
02668  M00S02314.tdufile +++|    fwd_s     in = ()
02669  M00S02315.tdufile +++|    bkw       in = ()
02670  M00S02316.tdufile +++|    bkw_s     in = ()
02671  M00S02317.tdufile +++|    edit      in = ()
02672  M00S02318.tdufile +++|    edit_s    in = ()
02673  M00S02319.tdufile +++|    data      in = ()
02674  M00S02320.tdufile +++|    data_s    in = ()
02675  M00S02321.tdufile +++|
02676  M00S02322.tdufile +++|"   TERMINAL VIDEO ATTRIBUTES                                                 "
02677  M00S02323.tdufile +++|    inverse_begin       out = (start_inverse)
02678  M00S02324.tdufile +++|    inverse_end         out = (stop_inverse)
02679  M00S02325.tdufile +++|    underline_begin     out = (start_inverse)
02680  M00S02326.tdufile +++|    underline_end       out = (stop_inverse)
02681  M00S02327.tdufile +++|
02682  M00S02328.tdufile +++|"   LOGICAL ATTRIBUTE SPECIFICATIONS                                          "
02683  M00S02329.tdufile +++|    error_begin         out = (start_inverse)
02684  M00S02330.tdufile +++|    error_end           out = (stop_inverse)
02685  M00S02331.tdufile +++|    input_text_begin    out = (start_inverse)
02686  M00S02332.tdufile +++|    input_text_end      out = (stop_inverse)
02687  M00S02333.tdufile +++|
02688  M00S02334.tdufile +++|"   LINE DRAWING CHARACTER SPECIFICATION                                      "
02689  M00S02335.tdufile +++|    ld_fine_begin            out = (prefix 31(16) 30(16) 6D(16))
02690  M00S02336.tdufile +++|    ld_fine_end              out = (prefix 31(16) 31(16) 6D(16))
02691  M00S02337.tdufile +++|    ld_fine_horizontal       out = 61(16)
02692  M00S02338.tdufile +++|    ld_fine_vertical         out = 60(16)
02693  M00S02339.tdufile +++|    ld_fine_upper_left       out = 66(16)
02694  M00S02340.tdufile +++|    ld_fine_upper_right      out = 63(16)
02695  M00S02341.tdufile +++|    ld_fine_lower_left       out = 65(16)
02696  M00S02342.tdufile +++|    ld_fine_lower_right      out = 64(16)
02697  M00S02343.tdufile +++|    ld_fine_up_t             out = 73(16)
02698  M00S02344.tdufile +++|    ld_fine_down_t           out = 75(16)
02699  M00S02345.tdufile +++|    ld_fine_left_t           out = 76(16)
02700  M00S02346.tdufile +++|    ld_fine_right_t          out = 74(16)
02701  M00S02347.tdufile +++|    ld_fine_cross            out = 62(16)
02702  M00S02348.tdufile +++|    ld_medium_begin          out = (prefix 31(16) 30(16) 6D(16))
02703  M00S02349.tdufile +++|    ld_medium_end            out = (prefix 31(16) 31(16) 6D(16))
02704  M00S02350.tdufile +++|    ld_medium_horizontal     out = 61(16)
02705  M00S02351.tdufile +++|    ld_medium_vertical       out = 60(16)
02706  M00S02352.tdufile +++|    ld_medium_upper_left     out = 66(16)
02707  M00S02353.tdufile +++|    ld_medium_upper_right    out = 63(16)
02708  M00S02354.tdufile +++|    ld_medium_lower_left     out = 65(16)
02709  M00S02355.tdufile +++|    ld_medium_lower_right    out = 64(16)
02710  M00S02356.tdufile +++|    ld_medium_up_t           out = 73(16)
02711  M00S02357.tdufile +++|    ld_medium_down_t         out = 75(16)
02712  M00S02358.tdufile +++|    ld_medium_left_t         out = 76(16)
02713  M00S02359.tdufile +++|    ld_medium_right_t        out = 74(16)
02714  M00S02360.tdufile +++|    ld_medium_cross          out = 62(16)
02715  M00S02361.tdufile +++|    ld_bold_begin            out = (start_inverse)
02716  M00S02362.tdufile +++|    ld_bold_end              out = (stop_inverse)
02717  M00S02363.tdufile +++|    ld_bold_horizontal       out = (' ')
02718  M00S02364.tdufile +++|    ld_bold_vertical         out = (' ')
02719  M00S02365.tdufile +++|    ld_bold_upper_left       out = (' ')
02720  M00S02366.tdufile +++|    ld_bold_upper_right      out = (' ')
02721  M00S02367.tdufile +++|    ld_bold_lower_left       out = (' ')
02722  M00S02368.tdufile +++|    ld_bold_lower_right      out = (' ')
02723  M00S02369.tdufile +++|    ld_bold_up_t             out = (' ')
02724  M00S02370.tdufile +++|    ld_bold_down_t           out = (' ')
02725  M00S02371.tdufile +++|    ld_bold_left_t           out = (' ')
02726  M00S02372.tdufile +++|    ld_bold_right_t          out = (' ')
02727  M00S02373.tdufile +++|    ld_bold_cross            out = (' ')
02728  M00S02374.tdufile +++|
02729  M00S02375.tdufile +++|"   DEFAULT KEY DEFINITIONS FOR THE FULL SCREEN EDITOR                        "
02730  M00S02376.tdufile +++|    application_string...
02731  M00S02377.tdufile +++|    name = ('FSEKEYS')...
02732  M00S02378.tdufile +++|    out  = (k1 ';' k2 ';' k3 ';' k4)
02733  M00S02379.tdufile +++|    application_string...
02734  M00S02380.tdufile +++|    name = ('FSEKEYS')...
02735  M00S02381.tdufile +++|    out  = (k5 ';' k6 ';' k7 ';' k8)
02736  M00S02382.tdufile +++|
02737  M00S02383.tdufile +++|"   END OF TERMINAL DEFINITION FILE FOR ZENITH Z19 TERMINAL                   "
02738  M00S02384.tdufile +++|*WEOR
Line S02385 Modification History
M01 (Removed by) tdufi7
Seq #  *Modification Id* Act 
----------------------------+
02739  M01S02385.tdufi7  ---|TDUADM3
Line S00006 Modification History
M01 (Added by) tdufi7
Seq #  *Modification Id* Act 
----------------------------+
02740  M01S00006.tdufi7  +++|TDUADM3          *** REMOVE THIS LINE WHEN USING AS INPUT TO *TDU*. ***
02741  M00S02386.tdufile +++|
02742  M00S02387.tdufile +++|"   TERMINAL DEFINITION FILE FOR LEAR SIEGLER ADM3A TERMINAL                  "
02743  M00S02388.tdufile +++|
02744  M00S02389.tdufile +++|"   VARIABLES FOR FULL SCREEN EDITOR FUNCTION KEY DEFINITIONS                 "
02745  M00S02390.tdufile +++|    k1   = ('SK1/VNS/L/ FWD/;SKS1/VPS/L/ BKW/')
02746  M00S02391.tdufile +++|    k2   = ('SK2/VN/L/LINEUP/;SKS2/VP/L/LINEDN/')
02747  M00S02392.tdufile +++|    k3   = ('SK3/.I/L/ INSC/;SKS3/.D/L/ DELC/')
02748  M00S02393.tdufile +++|    k4   = ('SK4/IBP1/L/ INSL/;SKS4/D;PN/L/ DELL/')
02749  M00S02394.tdufile +++|    k5   = ('SK5/SM/L/ MARK/;SKS5/U/L/ UNDO/')
02750  M00S02395.tdufile +++|    k6   = ('SK6/MMTP/L/ MOVE/;SKS6/CMTP/L/ COPY/')
02751  M00S02396.tdufile +++|    k7   = ('SK7/H/L/ HELP/;SKS7/SVO0/L/ LEFT/')
02752  M00S02397.tdufile +++|    k8   = ('SK8/Q/L/ QUIT/;SKS8/SVO&C;.P+20/L/RIGHT/')
02753  M00S02398.tdufile +++|    k9   = ('SK9/.E/L/ENDLIN/;SKS9/SMW/L/MRKCHR/')
02754  M00S02399.tdufile +++|    k10  = ('SK10/SS/L/CLEAR/;SKS10/UM/L/UNMARK/')
02755  M00S02400.tdufile +++|    k11  = ('SK11/PF/L/FIRST/;SKS11/VL/L/ LAST/')
02756  M00S02401.tdufile +++|    k12  = ('SK12/IBP/L/ INSB/;SKS12/DB/L/ DELB/')
02757  M00S02402.tdufile +++|    k13  = ('SK13"L/&?/"L"LOCATE";SKS13/LN/L/LOCNXT/')
02758  M00S02403.tdufile +++|    k14  = ('SK14/.S/L/SPLIT/;SKS14/.J/L/ JOIN/')
02759  M00S02404.tdufile +++|    k15  = ('SK15/.F/L/ PARA/')
02760  M00S02405.tdufile +++|
02761  M00S02406.tdufile +++|"   MODEL NAME AND COMMUNICATION TYPE                                         "
02762  M00S02407.tdufile +++|    model_name          value = 'ADM3A'
02763  M00S02408.tdufile +++|    communications      type  = asynch
02764  M00S02409.tdufile +++|
02765  M00S02410.tdufile +++|"   END OF INFORMATION SPECIFICATION                                          "
02766  M00S02411.tdufile +++|    end_of_information  in    = (0)
02767  M00S02412.tdufile +++|
02768  M00S02413.tdufile +++|"   CURSOR POSITIONING INFORMATION                                            "
02769  M00S02414.tdufile +++|    cursor_pos_encoding      bias  = (20(16))  type = binary_cursor
02770  M00S02415.tdufile +++|    cursor_pos_column_first  value = FALSE
02771  M00S02416.tdufile +++|    cursor_pos_column_length value = (0)
02772  M00S02417.tdufile +++|    cursor_pos_row_length    value = (0)
02773  M00S02418.tdufile +++|    cursor_pos_begin         out   = (1B(16) 3D(16))
02774  M00S02419.tdufile +++|
02775  M00S02420.tdufile +++|"   CURSOR MOVEMENT INFORMATION                                               "
02776  M00S02421.tdufile +++|    cursor_home              inout = (rs)
02777  M00S02422.tdufile +++|    cursor_up                inout = (vt)
02778  M00S02423.tdufile +++|    cursor_down              inout = (lf)
02779  M00S02424.tdufile +++|    cursor_left              inout = (bs)
02780  M00S02425.tdufile +++|    cursor_right             inout = (ff)
02781  M00S02426.tdufile +++|
02782  M00S02427.tdufile +++|"   CURSOR BEHAVIOR (for cursor movement keys)                                "
Line S02428 Modification History
M01 (Removed by) tdufi3
Seq #  *Modification Id* Act 
----------------------------+
02783  M01S02428.tdufi3  ---|    move_past_right          type  = stop_next
Line S00003 Modification History
M01 (Added by) tdufi3
Seq #  *Modification Id* Act 
----------------------------+
02784  M01S00003.tdufi3  +++|    move_past_right          type  = wrap_adjacent_next
02785  M00S02429.tdufile +++|    move_past_left           type  = stop_next
02786  M00S02430.tdufile +++|    move_past_top            type  = stop_next
02787  M00S02431.tdufile +++|    move_past_bottom         type  = scroll_next
02788  M00S02432.tdufile +++|
02789  M00S02433.tdufile +++|"   CURSOR BEHAVIOR (for character keys)                                      "
02790  M00S02434.tdufile +++|    char_past_right          type  = stop_next
02791  M00S02435.tdufile +++|    char_past_left           type  = stop_next
Line S02436 Modification History
M01 (Removed by) tdufi3
Seq #  *Modification Id* Act 
----------------------------+
02792  M01S02436.tdufi3  ---|    char_past_last_position  type  = stop_next
Line S00004 Modification History
M01 (Added by) tdufi3
Seq #  *Modification Id* Act 
----------------------------+
02793  M01S00004.tdufi3  +++|    char_past_last_position  type  = scroll_next
02794  M00S02437.tdufile +++|
02795  M00S02438.tdufile +++|"   PROTECTED CURSOR BEHAVIOR (for cursor movement keys)                      "
02796  M00S02439.tdufile +++|    protected_past_right     type  = stop_next
02797  M00S02440.tdufile +++|    protected_past_left      type  = stop_next
02798  M00S02441.tdufile +++|    protected_past_up        type  = stop_next
02799  M00S02442.tdufile +++|    protected_past_down      type  = scroll_next
02800  M00S02443.tdufile +++|
02801  M00S02444.tdufile +++|"   PROTECTED CURSOR BEHAVIOR (for character keys)                            "
02802  M00S02445.tdufile +++|    field_past_right         type  = stop_next
02803  M00S02446.tdufile +++|    field_past_left          type  = stop_next
02804  M00S02447.tdufile +++|    field_past_last          type  = stop_next
02805  M00S02448.tdufile +++|    field_before_first       type  = stop_next
02806  M00S02449.tdufile +++|
02807  M00S02450.tdufile +++|"   TERMINAL ATTRIBUTES                                                       "
02808  M00S02451.tdufile +++|    clears_when_change_size  value = FALSE
02809  M00S02452.tdufile +++|    function_key_leaves_mark value = FALSE
02810  M00S02453.tdufile +++|    has_hidden               value = FALSE
02811  M00S02454.tdufile +++|    has_protect              value = FALSE
02812  M00S02455.tdufile +++|    home_at_top              value = TRUE
02813  M00S02456.tdufile +++|    multiple_sizes           value = FALSE
02814  M00S02457.tdufile +++|    tabs_to_home             value = FALSE
02815  M00S02458.tdufile +++|    tabs_to_tab_stops        value = FALSE
02816  M00S02459.tdufile +++|    tabs_to_unprotected      value = FALSE
02817  M00S02460.tdufile +++|
02818  M00S02461.tdufile +++|"   SCREEN SIZES                                                              "
02819  M00S02462.tdufile +++|    set_size       rows = 24 columns = 80   out = ()
02820  M00S02463.tdufile +++|
02821  M00S02464.tdufile +++|"   TERMINAL CAPABILITIES                                                     "
02822  M00S02465.tdufile +++|    erase_page_home     inout = (sub)
02823  M00S02466.tdufile +++|
02824  M00S02467.tdufile +++|"   MISCELLANEOUS TERMINAL SEQUENCES                                          "
02825  M00S02468.tdufile +++|    bell_nak            out = (bel)
02826  M00S02469.tdufile +++|
02827  M00S02470.tdufile +++|"   PROGRAMMABLE FUNCTION KEY INPUT INFORMATION                               "
02828  M00S02471.tdufile +++|    f1        in = (esc 31(16))
02829  M00S02472.tdufile +++|    f2        in = (esc 32(16))
02830  M00S02473.tdufile +++|    f3        in = (esc 33(16))
02831  M00S02474.tdufile +++|    f4        in = (esc 34(16))
02832  M00S02475.tdufile +++|    f5        in = (esc 35(16))
02833  M00S02476.tdufile +++|    f6        in = (esc 36(16))
02834  M00S02477.tdufile +++|    f7        in = (esc 37(16))
02835  M00S02478.tdufile +++|    f8        in = (esc 38(16))
02836  M00S02479.tdufile +++|    f9        in = (esc 39(16))
02837  M00S02480.tdufile +++|    f10       in = (esc 30(16))
02838  M00S02481.tdufile +++|    f11       in = (esc 3A(16))
02839  M00S02482.tdufile +++|    f12       in = (esc 2D(16))
02840  M00S02483.tdufile +++|    f13       in = (esc 5B(16))
02841  M00S02484.tdufile +++|    f14       in = (esc 5D(16))
02842  M00S02485.tdufile +++|    f15       in = (esc 5E(16))
02843  M00S02486.tdufile +++|    f16       in = ()
02844  M00S02487.tdufile +++|    f1_s      in = (esc 21(16))
02845  M00S02488.tdufile +++|    f2_s      in = (esc 22(16))
02846  M00S02489.tdufile +++|    f3_s      in = (esc 23(16))
02847  M00S02490.tdufile +++|    f4_s      in = (esc 24(16))
02848  M00S02491.tdufile +++|    f5_s      in = (esc 25(16))
02849  M00S02492.tdufile +++|    f6_s      in = (esc 26(16))
02850  M00S02493.tdufile +++|    f7_s      in = (esc 27(16))
02851  M00S02494.tdufile +++|    f8_s      in = (esc 28(16))
02852  M00S02495.tdufile +++|    f9_s      in = (esc 29(16))
02853  M00S02496.tdufile +++|    f11_s     in = (esc 2A(16))
02854  M00S02497.tdufile +++|    f12_s     in = (esc 3D(16))
02855  M00S02498.tdufile +++|    f13_s     in = (esc 7B(16))
02856  M00S02499.tdufile +++|    f14_s     in = (esc 7D(16))
02857  M00S02500.tdufile +++|    f15_s     in = (esc 7E(16))
02858  M00S02501.tdufile +++|    f16_s     in = ()
02859  M00S02502.tdufile +++|
02860  M00S02503.tdufile +++|"   CDC STANDARD FUNCTION KEY INPUT INFORMATION                               "
02861  M00S02504.tdufile +++|    back      in = ()
02862  M00S02505.tdufile +++|    back_s    in = ()
02863  M00S02506.tdufile +++|    help      in = ()
02864  M00S02507.tdufile +++|    help_s    in = ()
02865  M00S02508.tdufile +++|    stop      in = (14(16))
02866  M00S02509.tdufile +++|    stop_s    in = (10(16))
02867  M00S02510.tdufile +++|    down      in = ()
02868  M00S02511.tdufile +++|    down_s    in = ()
02869  M00S02512.tdufile +++|    up        in = ()
02870  M00S02513.tdufile +++|    up_s      in = ()
02871  M00S02514.tdufile +++|    fwd       in = ()
02872  M00S02515.tdufile +++|    fwd_s     in = ()
02873  M00S02516.tdufile +++|    bkw       in = ()
02874  M00S02517.tdufile +++|    bkw_s     in = ()
02875  M00S02518.tdufile +++|    edit      in = ()
02876  M00S02519.tdufile +++|    edit_s    in = ()
02877  M00S02520.tdufile +++|    data      in = ()
02878  M00S02521.tdufile +++|    data_s    in = ()
02879  M00S02522.tdufile +++|
02880  M00S02523.tdufile +++|"   LINE DRAWING CHARACTER SPECIFICATION                                      "
02881  M00S02524.tdufile +++|    ld_fine_horizontal       out = ('-')
02882  M00S02525.tdufile +++|    ld_fine_vertical         out = ('|')
02883  M00S02526.tdufile +++|    ld_fine_upper_left       out = ('*')
02884  M00S02527.tdufile +++|    ld_fine_upper_right      out = ('*')
02885  M00S02528.tdufile +++|    ld_fine_lower_left       out = ('*')
02886  M00S02529.tdufile +++|    ld_fine_lower_right      out = ('*')
02887  M00S02530.tdufile +++|    ld_fine_up_t             out = ('*')
02888  M00S02531.tdufile +++|    ld_fine_down_t           out = ('*')
02889  M00S02532.tdufile +++|    ld_fine_left_t           out = ('*')
02890  M00S02533.tdufile +++|    ld_fine_right_t          out = ('*')
02891  M00S02534.tdufile +++|    ld_fine_cross            out = ('*')
02892  M00S02535.tdufile +++|    ld_medium_horizontal     out = ('-')
02893  M00S02536.tdufile +++|    ld_medium_vertical       out = ('|')
02894  M00S02537.tdufile +++|    ld_medium_upper_left     out = ('*')
02895  M00S02538.tdufile +++|    ld_medium_upper_right    out = ('*')
02896  M00S02539.tdufile +++|    ld_medium_lower_left     out = ('*')
02897  M00S02540.tdufile +++|    ld_medium_lower_right    out = ('*')
02898  M00S02541.tdufile +++|    ld_medium_up_t           out = ('*')
02899  M00S02542.tdufile +++|    ld_medium_down_t         out = ('*')
02900  M00S02543.tdufile +++|    ld_medium_left_t         out = ('*')
02901  M00S02544.tdufile +++|    ld_medium_right_t        out = ('*')
02902  M00S02545.tdufile +++|    ld_medium_cross          out = ('*')
02903  M00S02546.tdufile +++|    ld_bold_horizontal       out = ('-')
02904  M00S02547.tdufile +++|    ld_bold_vertical         out = ('|')
02905  M00S02548.tdufile +++|    ld_bold_upper_left       out = ('*')
02906  M00S02549.tdufile +++|    ld_bold_upper_right      out = ('*')
02907  M00S02550.tdufile +++|    ld_bold_lower_left       out = ('*')
02908  M00S02551.tdufile +++|    ld_bold_lower_right      out = ('*')
02909  M00S02552.tdufile +++|    ld_bold_up_t             out = ('*')
02910  M00S02553.tdufile +++|    ld_bold_down_t           out = ('*')
02911  M00S02554.tdufile +++|    ld_bold_left_t           out = ('*')
02912  M00S02555.tdufile +++|    ld_bold_right_t          out = ('*')
02913  M00S02556.tdufile +++|    ld_bold_cross            out = ('*')
02914  M00S02557.tdufile +++|
02915  M00S02558.tdufile +++|"   DEFAULT KEY DEFINITIONS FOR THE FULL SCREEN EDITOR                        "
02916  M00S02559.tdufile +++|    application_string...
02917  M00S02560.tdufile +++|    name = ('FSEKEYS')...
02918  M00S02561.tdufile +++|    out  = (k1 ';' k2 ';' k3 ';' k4 ';' k5)
02919  M00S02562.tdufile +++|    application_string...
02920  M00S02563.tdufile +++|    name = ('FSEKEYS')...
02921  M00S02564.tdufile +++|    out  = (k6 ';' k7 ';' k8 ';' k9 ';' k10)
02922  M00S02565.tdufile +++|    application_string...
02923  M00S02566.tdufile +++|    name = ('FSEKEYS')...
02924  M00S02567.tdufile +++|    out  = (k11 ';' k12 ';' k13 ';' k14 ';' k15)
02925  M00S02568.tdufile +++|
02926  M00S02569.tdufile +++|"   END OF TERMINAL DEFINITION FILE FOR LEAR SIEGLER ADM3A TERMINAL           "
02927  M00S02570.tdufile +++|*WEOR
Line S02571 Modification History
M01 (Removed by) tdufi7
Seq #  *Modification Id* Act 
----------------------------+
02928  M01S02571.tdufi7  ---|TDUADM5
Line S00007 Modification History
M01 (Added by) tdufi7
Seq #  *Modification Id* Act 
----------------------------+
02929  M01S00007.tdufi7  +++|TDUADM5          *** REMOVE THIS LINE WHEN USING AS INPUT TO *TDU*. ***
02930  M00S02572.tdufile +++|
02931  M00S02573.tdufile +++|"   TERMINAL DEFINITION FILE FOR LEAR SIEGLER ADM5 TERMINAL                   "
02932  M00S02574.tdufile +++|
02933  M00S02575.tdufile +++|"   VARIABLES FOR FULL SCREEN EDITOR FUNCTION KEY DEFINITIONS                 "
02934  M00S02576.tdufile +++|    k1   = ('SK1/VNS/L/ FWD/;SKS1/VPS/L/ BKW/')
02935  M00S02577.tdufile +++|    k2   = ('SK2/VN/L/LINEUP/;SKS2/VP/L/LINEDN/')
02936  M00S02578.tdufile +++|    k3   = ('SK3/.I/L/ INSC/;SKS3/.D/L/ DELC/')
02937  M00S02579.tdufile +++|    k4   = ('SK4/IBP1/L/ INSL/;SKS4/D;PN/L/ DELL/')
02938  M00S02580.tdufile +++|    k5   = ('SK5/SM/L/ MARK/;SKS5/U/L/ UNDO/')
02939  M00S02581.tdufile +++|    k6   = ('SK6/MMTP/L/ MOVE/;SKS6/CMTP/L/ COPY/')
02940  M00S02582.tdufile +++|    k7   = ('SK7/H/L/ HELP/;SKS7/SVO0/L/ LEFT/')
02941  M00S02583.tdufile +++|    k8   = ('SK8/Q/L/ QUIT/;SKS8/SVO&C;.P+20/L/RIGHT/')
02942  M00S02584.tdufile +++|    k9   = ('SK9/.E/L/ENDLIN/;SKS9/SMW/L/MRKCHR/')
02943  M00S02585.tdufile +++|    k10  = ('SK10/SS/L/CLEAR/;SKS10/UM/L/UNMARK/')
02944  M00S02586.tdufile +++|    k11  = ('SK11/PF/L/FIRST/;SKS11/VL/L/ LAST/')
02945  M00S02587.tdufile +++|    k12  = ('SK12/IBP/L/ INSB/;SKS12/DB/L/ DELB/')
02946  M00S02588.tdufile +++|    k13  = ('SK13"L/&?/"L"LOCATE";SKS13/LN/L/LOCNXT/')
02947  M00S02589.tdufile +++|    k14  = ('SK14/.S/L/SPLIT/;SKS14/.J/L/ JOIN/')
02948  M00S02590.tdufile +++|
02949  M00S02591.tdufile +++|"   MODEL NAME AND COMMUNICATION TYPE                                         "
02950  M00S02592.tdufile +++|    model_name          value = 'ADM5'
02951  M00S02593.tdufile +++|    communications      type  = asynch
02952  M00S02594.tdufile +++|
02953  M00S02595.tdufile +++|"   END OF INFORMATION SPECIFICATION                                          "
02954  M00S02596.tdufile +++|    end_of_information  in    = (0)
02955  M00S02597.tdufile +++|
02956  M00S02598.tdufile +++|"   CURSOR POSITIONING INFORMATION                                            "
02957  M00S02599.tdufile +++|    cursor_pos_encoding      bias  = (20(16))  type = binary_cursor
02958  M00S02600.tdufile +++|    cursor_pos_column_first  value = FALSE
02959  M00S02601.tdufile +++|    cursor_pos_column_length value = (0)
02960  M00S02602.tdufile +++|    cursor_pos_row_length    value = (0)
02961  M00S02603.tdufile +++|    cursor_pos_begin         out   = (1B(16) 3D(16))
02962  M00S02604.tdufile +++|
02963  M00S02605.tdufile +++|"   CURSOR MOVEMENT INFORMATION                                               "
02964  M00S02606.tdufile +++|    cursor_home              inout = (rs)
02965  M00S02607.tdufile +++|    cursor_up                inout = (vt)
02966  M00S02608.tdufile +++|    cursor_down              inout = (lf)
02967  M00S02609.tdufile +++|    cursor_left              inout = (bs)
02968  M00S02610.tdufile +++|    cursor_right             inout = (ff)
02969  M00S02611.tdufile +++|
02970  M00S02612.tdufile +++|"   CURSOR BEHAVIOR (for cursor movement keys)                                "
Line S02613 Modification History
M01 (Removed by) tdufi3
Seq #  *Modification Id* Act 
----------------------------+
02971  M01S02613.tdufi3  ---|    move_past_right          type  = stop_next
Line S00005 Modification History
M01 (Added by) tdufi3
Seq #  *Modification Id* Act 
----------------------------+
02972  M01S00005.tdufi3  +++|    move_past_right          type  = wrap_adjacent_next
02973  M00S02614.tdufile +++|    move_past_left           type  = stop_next
02974  M00S02615.tdufile +++|    move_past_top            type  = stop_next
02975  M00S02616.tdufile +++|    move_past_bottom         type  = scroll_next
02976  M00S02617.tdufile +++|
02977  M00S02618.tdufile +++|"   CURSOR BEHAVIOR (for character keys)                                      "
02978  M00S02619.tdufile +++|    char_past_right          type  = stop_next
02979  M00S02620.tdufile +++|    char_past_left           type  = stop_next
Line S02621 Modification History
M01 (Removed by) tdufi3
Seq #  *Modification Id* Act 
----------------------------+
02980  M01S02621.tdufi3  ---|    char_past_last_position  type  = stop_next
Line S00006 Modification History
M01 (Added by) tdufi3
Seq #  *Modification Id* Act 
----------------------------+
02981  M01S00006.tdufi3  +++|    char_past_last_position  type  = scroll_next
02982  M00S02622.tdufile +++|
02983  M00S02623.tdufile +++|"   PROTECTED CURSOR BEHAVIOR (for cursor movement keys)                      "
02984  M00S02624.tdufile +++|    protected_past_right     type  = stop_next
02985  M00S02625.tdufile +++|    protected_past_left      type  = stop_next
02986  M00S02626.tdufile +++|    protected_past_up        type  = stop_next
02987  M00S02627.tdufile +++|    protected_past_down      type  = scroll_next
02988  M00S02628.tdufile +++|
02989  M00S02629.tdufile +++|"   PROTECTED CURSOR BEHAVIOR (for character keys)                            "
02990  M00S02630.tdufile +++|    field_past_right         type  = stop_next
02991  M00S02631.tdufile +++|    field_past_left          type  = stop_next
02992  M00S02632.tdufile +++|    field_past_last          type  = stop_next
02993  M00S02633.tdufile +++|    field_before_first       type  = stop_next
02994  M00S02634.tdufile +++|
02995  M00S02635.tdufile +++|"   TERMINAL ATTRIBUTES                                                       "
02996  M00S02636.tdufile +++|    clears_when_change_size  value = FALSE
02997  M00S02637.tdufile +++|    function_key_leaves_mark value = FALSE
02998  M00S02638.tdufile +++|    has_hidden               value = FALSE
02999  M00S02639.tdufile +++|    has_protect              value = FALSE
03000  M00S02640.tdufile +++|    home_at_top              value = TRUE
03001  M00S02641.tdufile +++|    multiple_sizes           value = FALSE
03002  M00S02642.tdufile +++|    tabs_to_home             value = FALSE
03003  M00S02643.tdufile +++|    tabs_to_tab_stops        value = FALSE
03004  M00S02644.tdufile +++|    tabs_to_unprotected      value = FALSE
03005  M00S02645.tdufile +++|
03006  M00S02646.tdufile +++|"   SCREEN SIZES                                                              "
03007  M00S02647.tdufile +++|    set_size       rows = 24 columns = 80   out = ()
03008  M00S02648.tdufile +++|
03009  M00S02649.tdufile +++|"   TERMINAL CAPABILITIES                                                     "
03010  M00S02650.tdufile +++|    erase_end_of_page   inout = (1B(16) 59(16))
03011  M00S02651.tdufile +++|    erase_page_home     inout = (sub)
03012  M00S02652.tdufile +++|
03013  M00S02653.tdufile +++|"   MISCELLANEOUS TERMINAL SEQUENCES                                          "
03014  M00S02654.tdufile +++|    bell_nak            out = (bel)
03015  M00S02655.tdufile +++|
03016  M00S02656.tdufile +++|"   PROGRAMMABLE FUNCTION KEY INPUT INFORMATION                               "
03017  M00S02657.tdufile +++|    f1        in = (esc 31(16))
03018  M00S02658.tdufile +++|    f2        in = (esc 32(16))
03019  M00S02659.tdufile +++|    f3        in = (esc 33(16))
03020  M00S02660.tdufile +++|    f4        in = (esc 34(16))
03021  M00S02661.tdufile +++|    f5        in = (esc 35(16))
03022  M00S02662.tdufile +++|    f6        in = (esc 36(16))
03023  M00S02663.tdufile +++|    f7        in = (esc 37(16))
03024  M00S02664.tdufile +++|    f8        in = (esc 38(16))
03025  M00S02665.tdufile +++|    f9        in = (esc 39(16))
03026  M00S02666.tdufile +++|    f10       in = (esc 30(16))
03027  M00S02667.tdufile +++|    f11       in = (esc 3A(16))
03028  M00S02668.tdufile +++|    f12       in = (esc 2D(16))
03029  M00S02669.tdufile +++|    f13       in = (esc 5B(16))
03030  M00S02670.tdufile +++|    f14       in = (esc 5D(16))
03031  M00S02671.tdufile +++|    f15       in = ()
03032  M00S02672.tdufile +++|    f16       in = ()
03033  M00S02673.tdufile +++|    f1_s      in = (esc 21(16))
03034  M00S02674.tdufile +++|    f2_s      in = (esc 22(16))
03035  M00S02675.tdufile +++|    f3_s      in = (esc 23(16))
03036  M00S02676.tdufile +++|    f4_s      in = (esc 24(16))
03037  M00S02677.tdufile +++|    f5_s      in = (esc 25(16))
03038  M00S02678.tdufile +++|    f6_s      in = (esc 26(16))
03039  M00S02679.tdufile +++|    f7_s      in = (esc 27(16))
03040  M00S02680.tdufile +++|    f8_s      in = (esc 28(16))
03041  M00S02681.tdufile +++|    f9_s      in = (esc 29(16))
03042  M00S02682.tdufile +++|    f11_s     in = (esc 2A(16))
03043  M00S02683.tdufile +++|    f12_s     in = (esc 3D(16))
03044  M00S02684.tdufile +++|    f13_s     in = (esc 7B(16))
03045  M00S02685.tdufile +++|    f14_s     in = (esc 7D(16))
03046  M00S02686.tdufile +++|    f15_s     in = ()
03047  M00S02687.tdufile +++|    f16_s     in = ()
03048  M00S02688.tdufile +++|
03049  M00S02689.tdufile +++|"   CDC STANDARD FUNCTION KEY INPUT INFORMATION                               "
03050  M00S02690.tdufile +++|    back      in = ()
03051  M00S02691.tdufile +++|    back_s    in = ()
03052  M00S02692.tdufile +++|    help      in = ()
03053  M00S02693.tdufile +++|    help_s    in = ()
03054  M00S02694.tdufile +++|    stop      in = (14(16))
03055  M00S02695.tdufile +++|    stop_s    in = (10(16))
03056  M00S02696.tdufile +++|    down      in = ()
03057  M00S02697.tdufile +++|    down_s    in = ()
03058  M00S02698.tdufile +++|    up        in = ()
03059  M00S02699.tdufile +++|    up_s      in = ()
03060  M00S02700.tdufile +++|    fwd       in = ()
03061  M00S02701.tdufile +++|    fwd_s     in = ()
03062  M00S02702.tdufile +++|    bkw       in = ()
03063  M00S02703.tdufile +++|    bkw_s     in = ()
03064  M00S02704.tdufile +++|    edit      in = ()
03065  M00S02705.tdufile +++|    edit_s    in = ()
03066  M00S02706.tdufile +++|    data      in = ()
03067  M00S02707.tdufile +++|    data_s    in = ()
03068  M00S02708.tdufile +++|
03069  M00S02709.tdufile +++|"   LINE DRAWING CHARACTER SPECIFICATION                                      "
03070  M00S02710.tdufile +++|    ld_fine_horizontal       out = ('-')
03071  M00S02711.tdufile +++|    ld_fine_vertical         out = ('|')
03072  M00S02712.tdufile +++|    ld_fine_upper_left       out = ('*')
03073  M00S02713.tdufile +++|    ld_fine_upper_right      out = ('*')
03074  M00S02714.tdufile +++|    ld_fine_lower_left       out = ('*')
03075  M00S02715.tdufile +++|    ld_fine_lower_right      out = ('*')
03076  M00S02716.tdufile +++|    ld_fine_up_t             out = ('*')
03077  M00S02717.tdufile +++|    ld_fine_down_t           out = ('*')
03078  M00S02718.tdufile +++|    ld_fine_left_t           out = ('*')
03079  M00S02719.tdufile +++|    ld_fine_right_t          out = ('*')
03080  M00S02720.tdufile +++|    ld_fine_cross            out = ('*')
03081  M00S02721.tdufile +++|    ld_medium_horizontal     out = ('-')
03082  M00S02722.tdufile +++|    ld_medium_vertical       out = ('|')
03083  M00S02723.tdufile +++|    ld_medium_upper_left     out = ('*')
03084  M00S02724.tdufile +++|    ld_medium_upper_right    out = ('*')
03085  M00S02725.tdufile +++|    ld_medium_lower_left     out = ('*')
03086  M00S02726.tdufile +++|    ld_medium_lower_right    out = ('*')
03087  M00S02727.tdufile +++|    ld_medium_up_t           out = ('*')
03088  M00S02728.tdufile +++|    ld_medium_down_t         out = ('*')
03089  M00S02729.tdufile +++|    ld_medium_left_t         out = ('*')
03090  M00S02730.tdufile +++|    ld_medium_right_t        out = ('*')
03091  M00S02731.tdufile +++|    ld_medium_cross          out = ('*')
03092  M00S02732.tdufile +++|    ld_bold_horizontal       out = ('-')
03093  M00S02733.tdufile +++|    ld_bold_vertical         out = ('|')
03094  M00S02734.tdufile +++|    ld_bold_upper_left       out = ('*')
03095  M00S02735.tdufile +++|    ld_bold_upper_right      out = ('*')
03096  M00S02736.tdufile +++|    ld_bold_lower_left       out = ('*')
03097  M00S02737.tdufile +++|    ld_bold_lower_right      out = ('*')
03098  M00S02738.tdufile +++|    ld_bold_up_t             out = ('*')
03099  M00S02739.tdufile +++|    ld_bold_down_t           out = ('*')
03100  M00S02740.tdufile +++|    ld_bold_left_t           out = ('*')
03101  M00S02741.tdufile +++|    ld_bold_right_t          out = ('*')
03102  M00S02742.tdufile +++|    ld_bold_cross            out = ('*')
03103  M00S02743.tdufile +++|
03104  M00S02744.tdufile +++|"   DEFAULT KEY DEFINITIONS FOR THE FULL SCREEN EDITOR                        "
03105  M00S02745.tdufile +++|    application_string...
03106  M00S02746.tdufile +++|    name = ('FSEKEYS')...
03107  M00S02747.tdufile +++|    out  = (k1 ';' k2 ';' k3 ';' k4 ';' k5)
03108  M00S02748.tdufile +++|    application_string...
03109  M00S02749.tdufile +++|    name = ('FSEKEYS')...
03110  M00S02750.tdufile +++|    out  = (k6 ';' k7 ';' k8 ';' k9 ';' k10)
03111  M00S02751.tdufile +++|    application_string...
03112  M00S02752.tdufile +++|    name = ('FSEKEYS')...
03113  M00S02753.tdufile +++|    out  = (k11 ';' k12 ';' k13 ';' k14)
03114  M00S02754.tdufile +++|
03115  M00S02755.tdufile +++|"   END OF TERMINAL DEFINITION FILE FOR LEAR SIEGLER ADM5 TERMINAL            "
03116  M00S02756.tdufile +++|*WEOR
Line S02757 Modification History
M01 (Removed by) tdufi7
Seq #  *Modification Id* Act 
----------------------------+
03117  M01S02757.tdufi7  ---|TDUVKX3
Line S00008 Modification History
M01 (Added by) tdufi7
Seq #  *Modification Id* Act 
----------------------------+
03118  M01S00008.tdufi7  +++|TDUVKX3          *** REMOVE THIS LINE WHEN USING AS INPUT TO *TDU*. ***
03119  M00S02758.tdufile +++|
03120  M00S02759.tdufile +++|"   TERMINAL DEFINITION FILE FOR CDC VIKING 721 TERMINAL (VERSION 3.0)        "
03121  M00S02760.tdufile +++|
03122  M00S02761.tdufile +++|"   VARIABLES                                                                 "
03123  M00S02762.tdufile +++|    clear_all_tabs      = (rs dc2 'Y')
03124  M00S02763.tdufile +++|    disable_blink       = (eot)
03125  M00S02764.tdufile +++|    disable_auto_cr     = (rs '''')
03126  M00S02765.tdufile +++|    disable_protect     = (rs dc2 'L')
03127  M00S02766.tdufile +++|    enable_auto_cr      = (rs '&')
03128  M00S02767.tdufile +++|    enable_clear        = (rs '$')
03129  M00S02768.tdufile +++|    enable_cr_delim     = (rs enq)
03130  M00S02769.tdufile +++|    enable_blink        = (etx)
03131  M00S02770.tdufile +++|    enable_protect      = (rs dc2 'K')
03132  M00S02771.tdufile +++|    enable_typeamatic   = (rs dc2 'i')
03133  M00S02772.tdufile +++|    end_print           = (rs 7f(16))
03134  M00S02773.tdufile +++|    large_cyber_mode    = (rs dc2 'B')
03135  M00S02774.tdufile +++|    page_mode           = (syn)
03136  M00S02775.tdufile +++|    pop_fn_keys         = (rs dc2 71(16) cr)
03137  M00S02776.tdufile +++|    push_fn_keys        = (rs dc2 70(16) cr)
03138  M00S02777.tdufile +++|    scroll_mode         = (dc2)
03139  M00S02778.tdufile +++|    shift_numeric_pad   = (rs dc2 6B(16))
03140  M00S02779.tdufile +++|    start_inverse       = (rs 'D')
03141  M00S02780.tdufile +++|    start_underline     = (ack)
03142  M00S02781.tdufile +++|    stop_inverse        = (rs 'E')
03143  M00S02782.tdufile +++|    stop_underline      = (nak)
03144  M00S02783.tdufile +++|
03145  M00S02784.tdufile +++|"   VARIABLES FOR FULL SCREEN EDITOR FUNCTION KEY DEFINITIONS                 "
03146  M00S02785.tdufile +++|    k1   = ('SK1/SM/L/ MARK/;SKS1/SMW/L/MRKCHR/')
03147  M00S02786.tdufile +++|    k2   = ('SK2/MMTP/L/ MOVE/;SKS2/CMTP/L/ COPY/')
03148  M00S02787.tdufile +++|    k3   = ('SK3/IBP/L/ INSB/;SKS3/DB/L/ DELB/')
03149  M00S02788.tdufile +++|    k4   = ('SK4/PF/L/ FIRST/;SKS4/VL/L/ LAST/')
03150  M00S02789.tdufile +++|    k5   = ('SK5/U/L/ UNDO/;SKS5/UM/L/UNMARK/')
03151  M00S02790.tdufile +++|    k6   = ('SK6/Q/L/ QUIT/')
03152  M00S02791.tdufile +++|    k7   = ('SK7"L/&?/"L"LOCATE";SK7S/LN/L/LOCNXT/')
03153  M00S02792.tdufile +++|    k8   = ('SK8/SVC132/L/132COL/;SK8S/SVC80/L/ 80COL/')
03154  M00S02793.tdufile +++|    k9   = ('SK9/V/L/MIDDLE/')
03155  M00S02794.tdufile +++|    k10  = ('SK10/.E/L/ENDLIN/')
03156  M00S02795.tdufile +++|    k11  = ('SK11/.S/L/ SPLIT/')
03157  M00S02796.tdufile +++|    k12  = ('SK12/.J/L/ JOIN/')
03158  M00S02797.tdufile +++|    k13  = ('SK13/.F/L/ PARA/')
03159  M00S02798.tdufile +++|    k14  = ('SK14/CMTP/L/ COPY/')
03160  M00S02799.tdufile +++|    k15  = ('SK15/.C/L/CENTER/')
03161  M00S02800.tdufile +++|
03162  M00S02801.tdufile +++|"   MODEL NAME AND COMMUNICATION TYPE                                         "
03163  M00S02802.tdufile +++|    model_name          value = '721V3'
03164  M00S02803.tdufile +++|    communications      type  = asynch
03165  M00S02804.tdufile +++|
03166  M00S02805.tdufile +++|"   END OF INFORMATION SPECIFICATION                                          "
03167  M00S02806.tdufile +++|    end_of_information  in    = (0)
03168  M00S02807.tdufile +++|
03169  M00S02808.tdufile +++|"   CURSOR POSITIONING INFORMATION                                            "
03170  M00S02809.tdufile +++|    cursor_pos_encoding      bias  = (32)   type = cdc721_cursor
03171  M00S02810.tdufile +++|    cursor_pos_column_first  value = TRUE
03172  M00S02811.tdufile +++|    cursor_pos_column_length value = (0)
03173  M00S02812.tdufile +++|    cursor_pos_row_length    value = (0)
03174  M00S02813.tdufile +++|    cursor_pos_begin         in    = (1e(16) 4d(16) 1f(16))
03175  M00S02814.tdufile +++|    cursor_pos_begin         out   = (stx)
03176  M00S02815.tdufile +++|    cursor_pos_second        out   = (7E(16) soh)
03177  M00S02816.tdufile +++|
03178  M00S02817.tdufile +++|"   CURSOR MOVEMENT INFORMATION                                               "
03179  M00S02818.tdufile +++|    cursor_home              inout = (em)
03180  M00S02819.tdufile +++|    cursor_up                inout = (etb)
03181  M00S02820.tdufile +++|    cursor_down              inout = (sub)
03182  M00S02821.tdufile +++|    cursor_left              inout = (bs)
03183  M00S02822.tdufile +++|    cursor_right             inout = (can)
03184  M00S02823.tdufile +++|
03185  M00S02824.tdufile +++|"   CURSOR BEHAVIOR (for cursor movement keys)                                "
03186  M00S02825.tdufile +++|    move_past_right          type  = wrap_adjacent_next
03187  M00S02826.tdufile +++|    move_past_left           type  = wrap_adjacent_next
03188  M00S02827.tdufile +++|    move_past_top            type  = wrap_same_next
03189  M00S02828.tdufile +++|    move_past_bottom         type  = wrap_same_next
03190  M00S02829.tdufile +++|
03191  M00S02830.tdufile +++|"   CURSOR BEHAVIOR (for character keys)                                      "
03192  M00S02831.tdufile +++|    char_past_right          type  = wrap_adjacent_next
03193  M00S02832.tdufile +++|    char_past_left           type  = wrap_adjacent_next
03194  M00S02833.tdufile +++|    char_past_last_position  type  = wrap_adjacent_next
03195  M00S02834.tdufile +++|
03196  M00S02835.tdufile +++|"   PROTECTED CURSOR BEHAVIOR (for cursor movement keys)                      "
03197  M00S02836.tdufile +++|    protected_past_right     type  = wrap_adjacent_next
03198  M00S02837.tdufile +++|    protected_past_left      type  = wrap_adjacent_next
03199  M00S02838.tdufile +++|    protected_past_up        type  = wrap_same_next
03200  M00S02839.tdufile +++|    protected_past_down      type  = wrap_same_next
03201  M00S02840.tdufile +++|
03202  M00S02841.tdufile +++|"   PROTECTED CURSOR BEHAVIOR (for character keys)                            "
03203  M00S02842.tdufile +++|    field_past_right         type  = wrap_adjacent_next
03204  M00S02843.tdufile +++|    field_past_left          type  = wrap_adjacent_next
03205  M00S02844.tdufile +++|    field_past_last          type  = wrap_adjacent_next
03206  M00S02845.tdufile +++|    field_before_first       type  = wrap_adjacent_next
03207  M00S02846.tdufile +++|
03208  M00S02847.tdufile +++|"   TERMINAL ATTRIBUTES                                                       "
03209  M00S02848.tdufile +++|    clears_when_change_size  value = TRUE
03210  M00S02849.tdufile +++|    function_key_leaves_mark value = FALSE
03211  M00S02850.tdufile +++|    has_hidden               value = TRUE
03212  M00S02851.tdufile +++|    has_protect              value = TRUE
03213  M00S02852.tdufile +++|    home_at_top              value = TRUE
03214  M00S02853.tdufile +++|    multiple_sizes           value = TRUE
03215  M00S02854.tdufile +++|    tabs_to_home             value = TRUE
03216  M00S02855.tdufile +++|    tabs_to_tab_stops        value = TRUE
03217  M00S02856.tdufile +++|    tabs_to_unprotected      value = TRUE
03218  M00S02857.tdufile +++|
03219  M00S02858.tdufile +++|"   SCREEN SIZES                                                              "
03220  M00S02859.tdufile +++|    set_size       rows = 30 columns = 80   out = (rs dc2 'H' rs dc2 '^')
03221  M00S02860.tdufile +++|    set_size       rows = 30 columns = 132  out = (rs dc2 'G' rs dc2 '^')
03222  M00S02861.tdufile +++|
03223  M00S02862.tdufile +++|"   SCREEN AND LINE MODE TRANSITION                                           "
03224  M00S02863.tdufile +++|    set_screen_mode     out = (push_fn_keys  shift_numeric_pad  enable_clear...
Line S02864 Modification History
M01 (Removed by) tdufi3
Seq #  *Modification Id* Act 
----------------------------+
03225  M01S02864.tdufi3  ---|         large_cyber_mode  disable_auto_cr  enable_cr_delim  clear_all_tabs ...
Line S00007 Modification History
M01 (Added by) tdufi3
Seq #  *Modification Id* Act 
----------------------------+
03226  M01S00007.tdufi3  +++|         large_cyber_mode  enable_auto_cr  enable_cr_delim  clear_all_tabs  ...
03227  M00S02865.tdufile +++|         enable_blink  end_print  page_mode)
03228  M00S02866.tdufile +++|
03229  M00S02867.tdufile +++|    set_line_mode       out = (scroll_mode  enable_auto_cr  clear_all_tabs  ...
03230  M00S02868.tdufile +++|         pop_fn_keys)
03231  M00S02869.tdufile +++|
03232  M00S02870.tdufile +++|"   TERMINAL CAPABILITIES                                                     "
03233  M00S02871.tdufile +++|    delete_char         inout = (rs 4e(16))
03234  M00S02872.tdufile +++|    delete_line_stay    inout = (rs 51(16))
03235  M00S02873.tdufile +++|    erase_char          inout = (1f(16))
03236  M00S02874.tdufile +++|    erase_end_of_line   inout = (vt)
03237  M00S02875.tdufile +++|    erase_field_stay    inout = (rs 59(16))
03238  M00S02876.tdufile +++|    erase_line_bol      inout = (rs 5D(16))
03239  M00S02877.tdufile +++|    erase_page_home     inout = (ff)
03240  M00S02878.tdufile +++|    insert_char         inout = (rs 4f(16))
03241  M00S02879.tdufile +++|    insert_line_stay    inout = (rs 52(16))
03242  M00S02880.tdufile +++|    tab_backward        inout = (rs 0b(16))
03243  M00S02881.tdufile +++|    tab_clear           inout = (rs dc2 'X')
03244  M00S02882.tdufile +++|    tab_clear_all       inout = (clear_all_tabs)
03245  M00S02883.tdufile +++|    tab_forward         inout = (ht)
03246  M00S02884.tdufile +++|    tab_set             inout = (rs dc2 'W')
03247  M00S02885.tdufile +++|
03248  M00S02886.tdufile +++|"   MISCELLANEOUS TERMINAL SEQUENCES                                          "
03249  M00S02887.tdufile +++|    bell_nak            out = (bel)
03250  M00S02888.tdufile +++|    output_begin        out = (disable_protect)
03251  M00S02889.tdufile +++|    output_end          out = (enable_protect)
03252  M00S02890.tdufile +++|    protect_all         out = (rs 'G')
03253  M00S02891.tdufile +++|
03254  M00S02892.tdufile +++|"   PROGRAMMABLE FUNCTION KEY INPUT INFORMATION                               "
03255  M00S02893.tdufile +++|    f1        in = (rs 71(16))
03256  M00S02894.tdufile +++|    f2        in = (rs 72(16))
03257  M00S02895.tdufile +++|    f3        in = (rs 73(16))
03258  M00S02896.tdufile +++|    f4        in = (rs 74(16))
03259  M00S02897.tdufile +++|    f5        in = (rs 75(16))
03260  M00S02898.tdufile +++|    f6        in = (rs 76(16))
03261  M00S02899.tdufile +++|    f7        in = (rs 77(16))
03262  M00S02900.tdufile +++|    f8        in = (rs 78(16))
03263  M00S02901.tdufile +++|    f9        in = (rs 79(16))
03264  M00S02902.tdufile +++|    f10       in = (rs 7A(16))
03265  M00S02903.tdufile +++|    f11       in = (rs 7B(16))
03266  M00S02904.tdufile +++|    f12       in = (rs 7C(16))
03267  M00S02905.tdufile +++|    f13       in = (rs 7D(16))
03268  M00S02906.tdufile +++|    f14       in = (rs 7E(16))
03269  M00S02907.tdufile +++|    f15       in = (rs 70(16))
03270  M00S02908.tdufile +++|    f16       in = (rs dc2 31(16))
03271  M00S02909.tdufile +++|    f1_s      in = (rs 61(16))
03272  M00S02910.tdufile +++|    f2_s      in = (rs 62(16))
03273  M00S02911.tdufile +++|    f3_s      in = (rs 63(16))
03274  M00S02912.tdufile +++|    f4_s      in = (rs 64(16))
03275  M00S02913.tdufile +++|    f5_s      in = (rs 65(16))
03276  M00S02914.tdufile +++|    f6_s      in = (rs 66(16))
03277  M00S02915.tdufile +++|    f7_s      in = (rs 67(16))
03278  M00S02916.tdufile +++|    f8_s      in = (rs 68(16))
03279  M00S02917.tdufile +++|    f9_s      in = (rs 69(16))
03280  M00S02918.tdufile +++|    f10_s     in = (rs 6A(16))
03281  M00S02919.tdufile +++|    f11_s     in = (rs 6B(16))
03282  M00S02920.tdufile +++|    f12_s     in = (rs 6C(16))
03283  M00S02921.tdufile +++|    f13_s     in = (rs 6D(16))
03284  M00S02922.tdufile +++|    f14_s     in = (rs 6E(16))
03285  M00S02923.tdufile +++|    f15_s     in = (rs 60(16))
03286  M00S02924.tdufile +++|    f16_s     in = (rs dc2 32(16))
03287  M00S02925.tdufile +++|
03288  M00S02926.tdufile +++|"   CDC STANDARD FUNCTION KEY INPUT INFORMATION                               "
03289  M00S02927.tdufile +++|    back      in = (rs 5F(16))
03290  M00S02928.tdufile +++|    back_s    in = (rs 5B(16))
03291  M00S02929.tdufile +++|    help      in = (rs 5C(16))
03292  M00S02930.tdufile +++|    help_s    in = (rs 58(16))
03293  M00S02931.tdufile +++|    stop      in = (rs 49(16))
03294  M00S02932.tdufile +++|    stop_s    in = (rs 4A(16))
03295  M00S02933.tdufile +++|    down      in = (rs dc2 20(16))
03296  M00S02934.tdufile +++|    down_s    in = (rs dc2 21(16))
03297  M00S02935.tdufile +++|    up        in = (rs dc2 24(16))
03298  M00S02936.tdufile +++|    up_s      in = (rs dc2 25(16))
03299  M00S02937.tdufile +++|    fwd       in = (rs dc2 28(16))
03300  M00S02938.tdufile +++|    fwd_s     in = (rs dc2 29(16))
03301  M00S02939.tdufile +++|    bkw       in = (rs dc2 2C(16))
03302  M00S02940.tdufile +++|    bkw_s     in = (rs dc2 2d(16))
03303  M00S02941.tdufile +++|    edit      in = (rs 5E(16))
03304  M00S02942.tdufile +++|    edit_s    in = (rs 5A(16))
03305  M00S02943.tdufile +++|    data      in = (rs dc2 35(16))
03306  M00S02944.tdufile +++|    data_s    in = (rs dc2 36(16))
03307  M00S02945.tdufile +++|
03308  M00S02946.tdufile +++|"   TERMINAL VIDEO ATTRIBUTES                                                 "
03309  M00S02947.tdufile +++|    alt_begin           out = (fs)
03310  M00S02948.tdufile +++|    alt_end             out = (gs)
03311  M00S02949.tdufile +++|    blink_begin         out = (so etx)
03312  M00S02950.tdufile +++|    blink_end           out = (si)
03313  M00S02951.tdufile +++|    hidden_begin        out = (rs dc2 '[')
03314  M00S02952.tdufile +++|    hidden_end          out = (rs dc2 5C(16))
03315  M00S02953.tdufile +++|    inverse_begin       out = (start_inverse)
03316  M00S02954.tdufile +++|    inverse_end         out = (stop_inverse)
03317  M00S02955.tdufile +++|    protect_begin       out = (rs dc2 'I')
03318  M00S02956.tdufile +++|    protect_end         out = (rs dc2 'J')
03319  M00S02957.tdufile +++|    underline_begin     out = (start_underline)
03320  M00S02958.tdufile +++|    underline_end       out = (stop_underline)
03321  M00S02959.tdufile +++|
03322  M00S02960.tdufile +++|"   LOGICAL ATTRIBUTE SPECIFICATIONS                                          "
03323  M00S02961.tdufile +++|    error_begin         out = (start_inverse)
03324  M00S02962.tdufile +++|    error_end           out = (stop_inverse)
03325  M00S02963.tdufile +++|    input_text_begin    out = (start_underline)
03326  M00S02964.tdufile +++|    input_text_end      out = (stop_underline)
03327  M00S02965.tdufile +++|    italic_begin        out = ()
03328  M00S02966.tdufile +++|    italic_end          out = ()
03329  M00S02967.tdufile +++|    message_begin       out = ()
03330  M00S02968.tdufile +++|    message_end         out = ()
03331  M00S02969.tdufile +++|    output_text_begin   out = ()
03332  M00S02970.tdufile +++|    output_text_end     out = ()
03333  M00S02971.tdufile +++|    title_begin         out = ()
03334  M00S02972.tdufile +++|    title_end           out = ()
03335  M00S02973.tdufile +++|
03336  M00S02974.tdufile +++|"   LINE DRAWING CHARACTER SPECIFICATION                                      "
03337  M00S02975.tdufile +++|    ld_fine_begin            out = (rs fs)
03338  M00S02976.tdufile +++|    ld_fine_end              out = (rs gs)
03339  M00S02977.tdufile +++|    ld_fine_horizontal       out = 20(16)
03340  M00S02978.tdufile +++|    ld_fine_vertical         out = 21(16)
03341  M00S02979.tdufile +++|    ld_fine_upper_left       out = 22(16)
03342  M00S02980.tdufile +++|    ld_fine_upper_right      out = 23(16)
03343  M00S02981.tdufile +++|    ld_fine_lower_left       out = 24(16)
03344  M00S02982.tdufile +++|    ld_fine_lower_right      out = 25(16)
03345  M00S02983.tdufile +++|    ld_fine_up_t             out = 26(16)
03346  M00S02984.tdufile +++|    ld_fine_down_t           out = 27(16)
03347  M00S02985.tdufile +++|    ld_fine_left_t           out = 28(16)
03348  M00S02986.tdufile +++|    ld_fine_right_t          out = 29(16)
03349  M00S02987.tdufile +++|    ld_fine_cross            out = 2A(16)
03350  M00S02988.tdufile +++|    ld_medium_begin          out = (rs fs)
03351  M00S02989.tdufile +++|    ld_medium_end            out = (rs gs)
03352  M00S02990.tdufile +++|    ld_medium_horizontal     out = 2B(16)
03353  M00S02991.tdufile +++|    ld_medium_vertical       out = 2C(16)
03354  M00S02992.tdufile +++|    ld_medium_upper_left     out = 2D(16)
03355  M00S02993.tdufile +++|    ld_medium_upper_right    out = 2E(16)
03356  M00S02994.tdufile +++|    ld_medium_lower_left     out = 2F(16)
03357  M00S02995.tdufile +++|    ld_medium_lower_right    out = 30(16)
03358  M00S02996.tdufile +++|    ld_medium_up_t           out = 31(16)
03359  M00S02997.tdufile +++|    ld_medium_down_t         out = 32(16)
03360  M00S02998.tdufile +++|    ld_medium_left_t         out = 33(16)
03361  M00S02999.tdufile +++|    ld_medium_right_t        out = 34(16)
03362  M00S03000.tdufile +++|    ld_medium_cross          out = 35(16)
03363  M00S03001.tdufile +++|    ld_bold_begin            out = start_inverse
03364  M00S03002.tdufile +++|    ld_bold_end              out = stop_inverse
03365  M00S03003.tdufile +++|    ld_bold_horizontal       out = (' ')
03366  M00S03004.tdufile +++|    ld_bold_vertical         out = (' ')
03367  M00S03005.tdufile +++|    ld_bold_upper_left       out = (' ')
03368  M00S03006.tdufile +++|    ld_bold_upper_right      out = (' ')
03369  M00S03007.tdufile +++|    ld_bold_lower_left       out = (' ')
03370  M00S03008.tdufile +++|    ld_bold_lower_right      out = (' ')
03371  M00S03009.tdufile +++|    ld_bold_up_t             out = (' ')
03372  M00S03010.tdufile +++|    ld_bold_down_t           out = (' ')
03373  M00S03011.tdufile +++|    ld_bold_left_t           out = (' ')
03374  M00S03012.tdufile +++|    ld_bold_right_t          out = (' ')
03375  M00S03013.tdufile +++|    ld_bold_cross            out = (' ')
03376  M00S03014.tdufile +++|
03377  M00S03015.tdufile +++|"   DEFAULT KEY DEFINITIONS FOR THE FULL SCREEN EDITOR                        "
Line S03016 Modification History
M01 (Removed by) tdufi1
Seq #  *Modification Id* Act 
----------------------------+
03378  M01S03016.tdufi1  ---|    application_string...
03379  M01S03017.tdufi1  ---|    name = ('FSEKEYS')...
03380  M01S03018.tdufi1  ---|    out  = (k1 ';' k2 ';' k3 ';' k4 ';' k5 ';' k6 ';' k7 ';' k8)
03381  M01S03019.tdufi1  ---|    application_string...
03382  M01S03020.tdufi1  ---|    name = ('FSEKEYS')...
03383  M01S03021.tdufi1  ---|    out  = (k9 ';' k10 ';' k11 ';' k12 ';' k13 ';' k14 ';' k15)
Line S00001 Modification History
M01 (Added by) tdufi1
Seq #  *Modification Id* Act 
----------------------------+
03384  M01S00001.tdufi1  +++|    APPLICATION_STRING...
03385  M01S00002.tdufi1  +++|    NAME = ('FSEKEYS')...
03386  M01S00003.tdufi1  +++|    OUT  = (K1 ';' K2 ';' K3 ';' K4 ';' K5)
03387  M01S00004.tdufi1  +++|    APPLICATION_STRING...
03388  M01S00005.tdufi1  +++|    NAME = ('FSEKEYS')...
03389  M01S00006.tdufi1  +++|    OUT  = (K6 ';' K7 ';' K8 ';' K9 ';' K10)
03390  M01S00007.tdufi1  +++|    APPLICATION_STRING...
03391  M01S00008.tdufi1  +++|    NAME = ('FSEKEYS')...
03392  M01S00009.tdufi1  +++|    OUT  = (K11 ';' K12 ';' K13 ';' K14 ';' K15)
03393  M00S03022.tdufile +++|
03394  M00S03023.tdufile +++|"   END OF TERMINAL DEFINITION FILE FOR CDC VIKING 721 TERMINAL (3.0)         "
03395  M00S03024.tdufile +++|*WEOR
Line S03025 Modification History
M01 (Removed by) tdufi7
Seq #  *Modification Id* Act 
----------------------------+
03396  M01S03025.tdufi7  ---|TDU721T
Line S00009 Modification History
M01 (Added by) tdufi7
Seq #  *Modification Id* Act 
----------------------------+
03397  M01S00009.tdufi7  +++|TDU721T          *** REMOVE THIS LINE WHEN USING AS INPUT TO *TDU*. ***
03398  M00S03026.tdufile +++|
03399  M00S03027.tdufile +++|"   TERMINAL DEFINITION FILE FOR CDC VIKING 721 TERMINAL                      "
03400  M00S03028.tdufile +++|
03401  M00S03029.tdufile +++|"   VARIABLES                                                                 "
03402  M00S03030.tdufile +++|    clear_all_tabs      = (rs dc2 'Y')
03403  M00S03031.tdufile +++|    disable_blink       = (eot)
03404  M00S03032.tdufile +++|    disable_auto_cr     = (rs '''')
03405  M00S03033.tdufile +++|    disable_auto_tab    = (rs '#')
03406  M00S03034.tdufile +++|    disable_protect     = (rs dc2 'L')
03407  M00S03035.tdufile +++|    enable_auto_cr      = (rs '&')
03408  M00S03036.tdufile +++|    enable_auto_tab     = (rs '"')
03409  M00S03037.tdufile +++|    enable_clear        = (rs '$')
03410  M00S03038.tdufile +++|    enable_cr_delim     = (rs enq)
03411  M00S03039.tdufile +++|    enable_blink        = (etx)
03412  M00S03040.tdufile +++|    enable_protect      = (rs dc2 'K')
03413  M00S03041.tdufile +++|    enable_typeamatic   = (rs dc2 'i')
03414  M00S03042.tdufile +++|    end_print           = (rs 7f(16))
03415  M00S03043.tdufile +++|    large_cyber_mode    = (rs dc2 'B')
03416  M00S03044.tdufile +++|    page_mode           = (syn)
03417  M00S03045.tdufile +++|    pop_fn_keys         = (rs dc2 71(16) cr)
03418  M00S03046.tdufile +++|    push_fn_keys        = (rs dc2 70(16) cr)
03419  M00S03047.tdufile +++|    scroll_mode         = (dc2)
03420  M00S03048.tdufile +++|    shift_numeric_pad   = (rs dc2 6B(16))
03421  M00S03049.tdufile +++|    start_inverse       = (rs 'D')
03422  M00S03050.tdufile +++|    start_underline     = (ack)
03423  M00S03051.tdufile +++|    stop_inverse        = (rs 'E')
03424  M00S03052.tdufile +++|    stop_underline      = (nak)
03425  M00S03053.tdufile +++|    touch_panel_on      = (rs dc2 'R')
03426  M00S03054.tdufile +++|    touch_panel_off     = (rs dc2 'Q'
03427  M00S03055.tdufile +++|
03428  M00S03056.tdufile +++|"   VARIABLES FOR FULL SCREEN EDITOR FUNCTION KEY DEFINITIONS                 "
03429  M00S03057.tdufile +++|    k1   = ('SK1/SM/L/ MARK/;SKS1/SMW/L/MRKCHR/')
03430  M00S03058.tdufile +++|    k2   = ('SK2/MMTP/L/ MOVE/;SKS2/CMTP;UM;SA' '/L/ONECPY/')
03431  M00S03059.tdufile +++|    k3   = ('SK3/IBP/L/ INSB/;SKS3/DB/L/ DELB/')
03432  M00S03060.tdufile +++|    k4   = ('SK4/PF/L/ FIRST/;SKS4/VL/L/ LAST/')
03433  M00S03061.tdufile +++|    k5   = ('SK5/U/L/ UNDO/;SKS5/UM/L/UNMARK')
03434  M00S03062.tdufile +++|    k6   = ('SK6/Q/L/ QUIT/')
03435  M00S03063.tdufile +++|    k7   = ('SK7"L/&?/"L"LOCATE";SK7S/LN/L/LOCNXT/')
03436  M00S03064.tdufile +++|    k8   = ('SK8/SVC132/L/132COL/;SK8S/SVC80/L/ 80COL/')
03437  M00S03065.tdufile +++|    k9   = ('SK9/V/L/MIDDLE/')
03438  M00S03066.tdufile +++|    k10  = ('SK10/.E/L/ENDLIN/')
03439  M00S03067.tdufile +++|    k11  = ('SK11/.S/L/ SPLIT/')
03440  M00S03068.tdufile +++|    k12  = ('SK12/.J/L/ JOIN/')
03441  M00S03069.tdufile +++|    k13  = ('SK13/.F/L/ PARA/')
03442  M00S03070.tdufile +++|    k14  = ('SK14/CMTP/L/ COPY/')
03443  M00S03071.tdufile +++|    k15  = ('SK15/.C/L/CENTER/')
03444  M00S03072.tdufile +++|
03445  M00S03073.tdufile +++|"   MODEL NAME AND COMMUNICATION TYPE                                         "
03446  M00S03074.tdufile +++|    model_name          value = '721T'
03447  M00S03075.tdufile +++|    communications      type  = asynch
03448  M00S03076.tdufile +++|
03449  M00S03077.tdufile +++|"   END OF INFORMATION SPECIFICATION                                          "
03450  M00S03078.tdufile +++|    end_of_information  in    = (0)
03451  M00S03079.tdufile +++|
03452  M00S03080.tdufile +++|"   CURSOR POSITIONING INFORMATION                                            "
03453  M00S03081.tdufile +++|    cursor_pos_encoding      bias  = (32)   type = cdc721_cursor
03454  M00S03082.tdufile +++|    cursor_pos_column_first  value = TRUE
03455  M00S03083.tdufile +++|    cursor_pos_column_length value = (0)
03456  M00S03084.tdufile +++|    cursor_pos_row_length    value = (0)
03457  M00S03085.tdufile +++|    cursor_pos_begin         in    = (1e(16) 4d(16) 1f(16))
03458  M00S03086.tdufile +++|    cursor_pos_begin         out   = (stx)
03459  M00S03087.tdufile +++|    cursor_pos_second        out   = (7E(16) soh)
03460  M00S03088.tdufile +++|
03461  M00S03089.tdufile +++|"   CURSOR MOVEMENT INFORMATION                                               "
03462  M00S03090.tdufile +++|    cursor_home              inout = (em)
03463  M00S03091.tdufile +++|    cursor_up                inout = (etb)
03464  M00S03092.tdufile +++|    cursor_down              inout = (sub)
03465  M00S03093.tdufile +++|    cursor_left              inout = (bs)
03466  M00S03094.tdufile +++|    cursor_right             inout = (can)
03467  M00S03095.tdufile +++|
03468  M00S03096.tdufile +++|"   CURSOR BEHAVIOR (for cursor movement keys)                                "
03469  M00S03097.tdufile +++|    move_past_right          type  = wrap_adjacent_next
03470  M00S03098.tdufile +++|    move_past_left           type  = wrap_adjacent_next
03471  M00S03099.tdufile +++|    move_past_top            type  = wrap_same_next
03472  M00S03100.tdufile +++|    move_past_bottom         type  = wrap_same_next
03473  M00S03101.tdufile +++|
03474  M00S03102.tdufile +++|"   CURSOR BEHAVIOR (for character keys)                                      "
03475  M00S03103.tdufile +++|    char_past_right          type  = wrap_adjacent_next
03476  M00S03104.tdufile +++|    char_past_left           type  = wrap_adjacent_next
03477  M00S03105.tdufile +++|    char_past_last_position  type  = wrap_adjacent_next
03478  M00S03106.tdufile +++|
03479  M00S03107.tdufile +++|"   PROTECTED CURSOR BEHAVIOR (for cursor movement keys)                      "
03480  M00S03108.tdufile +++|    protected_past_right     type  = auto_tab_next
03481  M00S03109.tdufile +++|    protected_past_left      type  = auto_tab_previous
03482  M00S03110.tdufile +++|    protected_past_up        type  = wrap_same_next
03483  M00S03111.tdufile +++|    protected_past_down      type  = wrap_same_next
03484  M00S03112.tdufile +++|
03485  M00S03113.tdufile +++|"   PROTECTED CURSOR BEHAVIOR (for character keys)                            "
03486  M00S03114.tdufile +++|    field_past_right         type  = auto_tab_next
03487  M00S03115.tdufile +++|    field_past_left          type  = auto_tab_previous
03488  M00S03116.tdufile +++|    field_past_last          type  = auto_tab_next
03489  M00S03117.tdufile +++|    field_before_first       type  = auto_tab_previous
03490  M00S03118.tdufile +++|
03491  M00S03119.tdufile +++|"   TERMINAL ATTRIBUTES                                                       "
03492  M00S03120.tdufile +++|    automatic_tabbing        value = TRUE
03493  M00S03121.tdufile +++|    clears_when_change_size  value = TRUE
03494  M00S03122.tdufile +++|    function_key_leaves_mark value = FALSE
03495  M00S03123.tdufile +++|    has_hidden               value = TRUE
03496  M00S03124.tdufile +++|    has_protect              value = TRUE
03497  M00S03125.tdufile +++|    home_at_top              value = TRUE
03498  M00S03126.tdufile +++|    multiple_sizes           value = TRUE
03499  M00S03127.tdufile +++|    tabs_to_home             value = FALSE
03500  M00S03128.tdufile +++|    tabs_to_tab_stops        value = TRUE
03501  M00S03129.tdufile +++|    tabs_to_unprotected      value = TRUE
03502  M00S03130.tdufile +++|    type_ahead               value = TRUE
03503  M00S03131.tdufile +++|
03504  M00S03132.tdufile +++|"   SCREEN SIZES                                                              "
03505  M00S03133.tdufile +++|    set_size       rows = 30 columns = 80   out = (rs dc2 'H' rs dc2 '^')
03506  M00S03134.tdufile +++|    set_size       rows = 30 columns = 132  out = (rs dc2 'G' rs dc2 '^')
03507  M00S03135.tdufile +++|
03508  M00S03136.tdufile +++|"   SCREEN AND LINE MODE TRANSITION                                           "
03509  M00S03137.tdufile +++|    set_screen_mode     out = (push_fn_keys  shift_numeric_pad  enable_clear...
Line S03138 Modification History
M01 (Removed by) tdufi3
Seq #  *Modification Id* Act 
----------------------------+
03510  M01S03138.tdufi3  ---|         large_cyber_mode  disable_auto_cr  enable_cr_delim  clear_all_tabs ...
Line S00008 Modification History
M01 (Added by) tdufi3
Seq #  *Modification Id* Act 
----------------------------+
03511  M01S00008.tdufi3  +++|         large_cyber_mode  enable_auto_cr  enable_cr_delim  clear_all_tabs  ...
03512  M00S03139.tdufile +++|         enable_blink  end_print  page_mode  enable_auto_tab  touch_panel_on)
03513  M00S03140.tdufile +++|
03514  M00S03141.tdufile +++|    set_line_mode       out = (scroll_mode  enable_auto_cr  clear_all_tabs  ...
03515  M00S03142.tdufile +++|         touch_panel_off  disable_auto_tab  pop_fn_keys)
03516  M00S03143.tdufile +++|
03517  M00S03144.tdufile +++|"   TERMINAL CAPABILITIES                                                     "
03518  M00S03145.tdufile +++|    delete_char         inout = (rs 4e(16))
03519  M00S03146.tdufile +++|    delete_line_stay    inout = (rs 51(16))
03520  M00S03147.tdufile +++|    erase_char          inout = (1f(16))
03521  M00S03148.tdufile +++|    erase_end_of_line   inout = (vt)
03522  M00S03149.tdufile +++|    erase_field_stay    inout = (rs 59(16))
03523  M00S03150.tdufile +++|    erase_line_bol      inout = (rs 5D(16))
03524  M00S03151.tdufile +++|    erase_page_home     inout = (ff)
03525  M00S03152.tdufile +++|    insert_char         inout = (rs 4f(16))
03526  M00S03153.tdufile +++|    insert_line_stay    inout = (rs 52(16))
03527  M00S03154.tdufile +++|    tab_backward        inout = (rs 0b(16))
03528  M00S03155.tdufile +++|    tab_clear           inout = (rs dc2 'X')
03529  M00S03156.tdufile +++|    tab_clear_all       inout = (clear_all_tabs)
03530  M00S03157.tdufile +++|    tab_forward         inout = (ht)
03531  M00S03158.tdufile +++|    tab_set             inout = (rs dc2 'W')
03532  M00S03159.tdufile +++|
03533  M00S03160.tdufile +++|"   MISCELLANEOUS TERMINAL SEQUENCES                                          "
03534  M00S03161.tdufile +++|    bell_nak            out = (bel)
03535  M00S03162.tdufile +++|    output_begin        out = (disable_protect)
03536  M00S03163.tdufile +++|    output_end          out = (enable_protect)
03537  M00S03164.tdufile +++|    protect_all         out = (rs 'G')
03538  M00S03165.tdufile +++|
03539  M00S03166.tdufile +++|"   PROGRAMMABLE FUNCTION KEY INPUT INFORMATION                               "
03540  M00S03167.tdufile +++|    f1        in = (rs 71(16))
03541  M00S03168.tdufile +++|    f2        in = (rs 72(16))
03542  M00S03169.tdufile +++|    f3        in = (rs 73(16))
03543  M00S03170.tdufile +++|    f4        in = (rs 74(16))
03544  M00S03171.tdufile +++|    f5        in = (rs 75(16))
03545  M00S03172.tdufile +++|    f6        in = (rs 76(16))
03546  M00S03173.tdufile +++|    f7        in = (rs 77(16))
03547  M00S03174.tdufile +++|    f8        in = (rs 78(16))
03548  M00S03175.tdufile +++|    f9        in = (rs 79(16))
03549  M00S03176.tdufile +++|    f10       in = (rs 7A(16))
03550  M00S03177.tdufile +++|    f11       in = (rs 7B(16))
03551  M00S03178.tdufile +++|    f12       in = (rs 7C(16))
03552  M00S03179.tdufile +++|    f13       in = (rs 7D(16))
03553  M00S03180.tdufile +++|    f14       in = (rs 7E(16))
03554  M00S03181.tdufile +++|    f15       in = (rs 70(16))
03555  M00S03182.tdufile +++|    f16       in = (rs dc2 31(16))
03556  M00S03183.tdufile +++|    f1_s      in = (rs 61(16))
03557  M00S03184.tdufile +++|    f2_s      in = (rs 62(16))
03558  M00S03185.tdufile +++|    f3_s      in = (rs 63(16))
03559  M00S03186.tdufile +++|    f4_s      in = (rs 64(16))
03560  M00S03187.tdufile +++|    f5_s      in = (rs 65(16))
03561  M00S03188.tdufile +++|    f6_s      in = (rs 66(16))
03562  M00S03189.tdufile +++|    f7_s      in = (rs 67(16))
03563  M00S03190.tdufile +++|    f8_s      in = (rs 68(16))
03564  M00S03191.tdufile +++|    f9_s      in = (rs 69(16))
03565  M00S03192.tdufile +++|    f10_s     in = (rs 6A(16))
03566  M00S03193.tdufile +++|    f11_s     in = (rs 6B(16))
03567  M00S03194.tdufile +++|    f12_s     in = (rs 6C(16))
03568  M00S03195.tdufile +++|    f13_s     in = (rs 6D(16))
03569  M00S03196.tdufile +++|    f14_s     in = (rs 6E(16))
03570  M00S03197.tdufile +++|    f15_s     in = (rs 60(16))
03571  M00S03198.tdufile +++|    f16_s     in = (rs dc2 32(16))
03572  M00S03199.tdufile +++|
03573  M00S03200.tdufile +++|"   CDC STANDARD FUNCTION KEY INPUT INFORMATION                               "
03574  M00S03201.tdufile +++|    back      in = (rs 5F(16))
03575  M00S03202.tdufile +++|    back_s    in = (rs 5B(16))
03576  M00S03203.tdufile +++|    help      in = (rs 5C(16))
03577  M00S03204.tdufile +++|    help_s    in = (rs 58(16))
03578  M00S03205.tdufile +++|    stop      in = (rs 49(16))
03579  M00S03206.tdufile +++|    stop_s    in = (rs 4A(16))
03580  M00S03207.tdufile +++|    down      in = (rs dc2 20(16))
03581  M00S03208.tdufile +++|    down_s    in = (rs dc2 21(16))
03582  M00S03209.tdufile +++|    up        in = (rs dc2 24(16))
03583  M00S03210.tdufile +++|    up_s      in = (rs dc2 25(16))
03584  M00S03211.tdufile +++|    fwd       in = (rs dc2 28(16))
03585  M00S03212.tdufile +++|    fwd_s     in = (rs dc2 29(16))
03586  M00S03213.tdufile +++|    bkw       in = (rs dc2 2C(16))
03587  M00S03214.tdufile +++|    bkw_s     in = (rs dc2 2d(16))
03588  M00S03215.tdufile +++|    edit      in = (rs 5E(16))
03589  M00S03216.tdufile +++|    edit_s    in = (rs 5A(16))
03590  M00S03217.tdufile +++|    data      in = (rs dc2 35(16))
03591  M00S03218.tdufile +++|    data_s    in = (rs dc2 36(16))
03592  M00S03219.tdufile +++|
03593  M00S03220.tdufile +++|"   TERMINAL VIDEO ATTRIBUTES                                                 "
03594  M00S03221.tdufile +++|    alt_begin           out = (fs)
03595  M00S03222.tdufile +++|    alt_end             out = (gs)
03596  M00S03223.tdufile +++|    blink_begin         out = (so etx)
03597  M00S03224.tdufile +++|    blink_end           out = (si)
03598  M00S03225.tdufile +++|    hidden_begin        out = (rs dc2 '[')
03599  M00S03226.tdufile +++|    hidden_end          out = (rs dc2 5C(16))
03600  M00S03227.tdufile +++|    inverse_begin       out = (start_inverse)
03601  M00S03228.tdufile +++|    inverse_end         out = (stop_inverse)
03602  M00S03229.tdufile +++|    protect_begin       out = (rs dc2 'I')
03603  M00S03230.tdufile +++|    protect_end         out = (rs dc2 'J')
03604  M00S03231.tdufile +++|    underline_begin     out = (start_underline)
03605  M00S03232.tdufile +++|    underline_end       out = (stop_underline)
03606  M00S03233.tdufile +++|
03607  M00S03234.tdufile +++|"   LOGICAL ATTRIBUTE SPECIFICATIONS                                          "
03608  M00S03235.tdufile +++|    error_begin         out = (start_inverse)
03609  M00S03236.tdufile +++|    error_end           out = (stop_inverse)
03610  M00S03237.tdufile +++|    input_text_begin    out = (start_underline)
03611  M00S03238.tdufile +++|    input_text_end      out = (stop_underline)
03612  M00S03239.tdufile +++|    italic_begin        out = ()
03613  M00S03240.tdufile +++|    italic_end          out = ()
03614  M00S03241.tdufile +++|    message_begin       out = ()
03615  M00S03242.tdufile +++|    message_end         out = ()
03616  M00S03243.tdufile +++|    output_text_begin   out = ()
03617  M00S03244.tdufile +++|    output_text_end     out = ()
03618  M00S03245.tdufile +++|    title_begin         out = ()
03619  M00S03246.tdufile +++|    title_end           out = ()
03620  M00S03247.tdufile +++|
03621  M00S03248.tdufile +++|"   LINE DRAWING CHARACTER SPECIFICATION                                      "
03622  M00S03249.tdufile +++|    ld_fine_begin            out = (rs fs)
03623  M00S03250.tdufile +++|    ld_fine_end              out = (rs gs)
03624  M00S03251.tdufile +++|    ld_fine_horizontal       out = 20(16)
03625  M00S03252.tdufile +++|    ld_fine_vertical         out = 21(16)
03626  M00S03253.tdufile +++|    ld_fine_upper_left       out = 22(16)
03627  M00S03254.tdufile +++|    ld_fine_upper_right      out = 23(16)
03628  M00S03255.tdufile +++|    ld_fine_lower_left       out = 24(16)
03629  M00S03256.tdufile +++|    ld_fine_lower_right      out = 25(16)
03630  M00S03257.tdufile +++|    ld_fine_up_t             out = 26(16)
03631  M00S03258.tdufile +++|    ld_fine_down_t           out = 27(16)
03632  M00S03259.tdufile +++|    ld_fine_left_t           out = 28(16)
03633  M00S03260.tdufile +++|    ld_fine_right_t          out = 29(16)
03634  M00S03261.tdufile +++|    ld_fine_cross            out = 2A(16)
03635  M00S03262.tdufile +++|    ld_medium_begin          out = (rs fs)
03636  M00S03263.tdufile +++|    ld_medium_end            out = (rs gs)
03637  M00S03264.tdufile +++|    ld_medium_horizontal     out = 2B(16)
03638  M00S03265.tdufile +++|    ld_medium_vertical       out = 2C(16)
03639  M00S03266.tdufile +++|    ld_medium_upper_left     out = 2D(16)
03640  M00S03267.tdufile +++|    ld_medium_upper_right    out = 2E(16)
03641  M00S03268.tdufile +++|    ld_medium_lower_left     out = 2F(16)
03642  M00S03269.tdufile +++|    ld_medium_lower_right    out = 30(16)
03643  M00S03270.tdufile +++|    ld_medium_up_t           out = 31(16)
03644  M00S03271.tdufile +++|    ld_medium_down_t         out = 32(16)
03645  M00S03272.tdufile +++|    ld_medium_left_t         out = 33(16)
03646  M00S03273.tdufile +++|    ld_medium_right_t        out = 34(16)
03647  M00S03274.tdufile +++|    ld_medium_cross          out = 35(16)
03648  M00S03275.tdufile +++|    ld_bold_begin            out = start_inverse
03649  M00S03276.tdufile +++|    ld_bold_end              out = stop_inverse
03650  M00S03277.tdufile +++|    ld_bold_horizontal       out = (' ')
03651  M00S03278.tdufile +++|    ld_bold_vertical         out = (' ')
03652  M00S03279.tdufile +++|    ld_bold_upper_left       out = (' ')
03653  M00S03280.tdufile +++|    ld_bold_upper_right      out = (' ')
03654  M00S03281.tdufile +++|    ld_bold_lower_left       out = (' ')
03655  M00S03282.tdufile +++|    ld_bold_lower_right      out = (' ')
03656  M00S03283.tdufile +++|    ld_bold_up_t             out = (' ')
03657  M00S03284.tdufile +++|    ld_bold_down_t           out = (' ')
03658  M00S03285.tdufile +++|    ld_bold_left_t           out = (' ')
03659  M00S03286.tdufile +++|    ld_bold_right_t          out = (' ')
03660  M00S03287.tdufile +++|    ld_bold_cross            out = (' ')
03661  M00S03288.tdufile +++|
03662  M00S03289.tdufile +++|"   DEFAULT KEY DEFINITIONS FOR THE FULL SCREEN EDITOR                        "
03663  M00S03290.tdufile +++|    application_string...
03664  M00S03291.tdufile +++|    name = ('FSEKEYS')...
03665  M00S03292.tdufile +++|    out  = (k1 ';' k2 ';' k3 ';' k4 ';' k5)
03666  M00S03293.tdufile +++|    application_string...
03667  M00S03294.tdufile +++|    name = ('FSEKEYS')...
03668  M00S03295.tdufile +++|    out  = (k6 ';' k7 ';' k8 ';' k9 ';' k10)
03669  M00S03296.tdufile +++|    application_string...
03670  M00S03297.tdufile +++|    name = ('FSEKEYS')...
03671  M00S03298.tdufile +++|    out  = (k11 ';' k12 ';' k13 ';' k14 ';' k15)
03672  M00S03299.tdufile +++|
03673  M00S03300.tdufile +++|"   END OF TERMINAL DEFINITION FILE FOR CDC VIKING 721(T) TERMINAL            "
03674  M00S03301.tdufile +++|*WEOR
Line S03302 Modification History
M01 (Removed by) tdufi7
Seq #  *Modification Id* Act 
----------------------------+
03675  M01S03302.tdufi7  ---|TDU722T
Line S00010 Modification History
M01 (Added by) tdufi7
Seq #  *Modification Id* Act 
----------------------------+
03676  M01S00010.tdufi7  +++|TDU722T          *** REMOVE THIS LINE WHEN USING AS INPUT TO *TDU*. ***
03677  M00S03303.tdufile +++|
03678  M00S03304.tdufile +++|"   TERMINAL DEFINITION FILE FOR CDC VIKING 722 TERMINAL                      "
03679  M00S03305.tdufile +++|
03680  M00S03306.tdufile +++|"   VARIABLES FOR FULL SCREEN EDITOR FUNCTION KEY DEFINITIONS                 "
03681  M00S03307.tdufile +++|    k1   = ('SK1/VNS/L/ FWD/;SKS1/VPS/L/ BKW/')
03682  M00S03308.tdufile +++|    k2   = ('SK2/VN/L/LINEUP/;SKS2/VP/L/LINEDN/')
03683  M00S03309.tdufile +++|    k3   = ('SK3/.I/L/ INSC/;SKS3/.D/L/ DELC/')
03684  M00S03310.tdufile +++|    k4   = ('SK4/IBP1/L/ INSL/;SKS4/D;PN/L/ DELL/')
03685  M00S03311.tdufile +++|    k5   = ('SK5/SM/L/ MARK/;SKS5/U/L/ UNDO/')
03686  M00S03312.tdufile +++|    k6   = ('SK6/MMTP/L/ MOVE/;SKS6/CMTP/L/ COPY/')
03687  M00S03313.tdufile +++|    k7   = ('SK7/H/L/ HELP/;SKS7/SVO0/L/ LEFT/')
03688  M00S03314.tdufile +++|    k8   = ('SK8/Q/L/ QUIT/;SKS8/SVO&C;.P+20/L/RIGHT/')
03689  M00S03315.tdufile +++|    k9   = ('SK9/.E/L/ENDLIN/;SKS9/UM/L/UNMARK')
03690  M00S03316.tdufile +++|
03691  M00S03317.tdufile +++|"   MODEL NAME AND COMMUNICATION TYPE                                         "
03692  M00S03318.tdufile +++|    model_name          value = '722T'
03693  M00S03319.tdufile +++|    communications      type  = asynch
03694  M00S03320.tdufile +++|
03695  M00S03321.tdufile +++|"   END OF INFORMATION SPECIFICATION                                          "
03696  M00S03322.tdufile +++|    end_of_information  in    = (0)
03697  M00S03323.tdufile +++|
03698  M00S03324.tdufile +++|"   CURSOR POSITIONING INFORMATION                                            "
03699  M00S03325.tdufile +++|    cursor_pos_encoding      bias  = (32)   type = binary_cursor
03700  M00S03326.tdufile +++|    cursor_pos_column_first  value = TRUE
03701  M00S03327.tdufile +++|    cursor_pos_column_length value = (0)
03702  M00S03328.tdufile +++|    cursor_pos_row_length    value = (0)
03703  M00S03329.tdufile +++|    cursor_pos_begin         out   = (esc 31(16))
03704  M00S03330.tdufile +++|
03705  M00S03331.tdufile +++|"   CURSOR MOVEMENT INFORMATION                                               "
03706  M00S03332.tdufile +++|    cursor_home              inout = (em)
03707  M00S03333.tdufile +++|    cursor_up                inout = (sub)
03708  M00S03334.tdufile +++|    cursor_down              inout = (lf)
03709  M00S03335.tdufile +++|    cursor_left              inout = (bs)
03710  M00S03336.tdufile +++|    cursor_right             inout = (nak)
03711  M00S03337.tdufile +++|
03712  M00S03338.tdufile +++|"   CURSOR BEHAVIOR (for cursor movement keys)                                "
03713  M00S03339.tdufile +++|    move_past_right          type  = wrap_adjacent_next
03714  M00S03340.tdufile +++|    move_past_left           type  = wrap_adjacent_next
03715  M00S03341.tdufile +++|    move_past_top            type  = wrap_same_next
03716  M00S03342.tdufile +++|    move_past_bottom         type  = scroll_next
03717  M00S03343.tdufile +++|
03718  M00S03344.tdufile +++|"   CURSOR BEHAVIOR (for character keys)                                      "
03719  M00S03345.tdufile +++|    char_past_right          type  = wrap_adjacent_next
03720  M00S03346.tdufile +++|    char_past_left           type  = wrap_adjacent_next
03721  M00S03347.tdufile +++|    char_past_last_position  type  = scroll_next
03722  M00S03348.tdufile +++|
03723  M00S03349.tdufile +++|"   PROTECTED CURSOR BEHAVIOR (for cursor movement keys)                      "
03724  M00S03350.tdufile +++|    protected_past_right     type  = stop_next
03725  M00S03351.tdufile +++|    protected_past_left      type  = stop_next
03726  M00S03352.tdufile +++|    protected_past_up        type  = stop_next
03727  M00S03353.tdufile +++|    protected_past_down      type  = stop_next
03728  M00S03354.tdufile +++|
03729  M00S03355.tdufile +++|"   PROTECTED CURSOR BEHAVIOR (for character keys)                            "
03730  M00S03356.tdufile +++|    field_past_right         type  = stop_next
03731  M00S03357.tdufile +++|    field_past_left          type  = stop_next
03732  M00S03358.tdufile +++|    field_past_last          type  = stop_next
03733  M00S03359.tdufile +++|    field_before_first       type  = stop_next
03734  M00S03360.tdufile +++|
03735  M00S03361.tdufile +++|"   TERMINAL ATTRIBUTES                                                       "
03736  M00S03362.tdufile +++|    clears_when_change_size  value = FALSE
03737  M00S03363.tdufile +++|    function_key_leaves_mark value = FALSE
03738  M00S03364.tdufile +++|    has_hidden               value = FALSE
03739  M00S03365.tdufile +++|    has_protect              value = FALSE
03740  M00S03366.tdufile +++|    home_at_top              value = FALSE
03741  M00S03367.tdufile +++|    multiple_sizes           value = FALSE
03742  M00S03368.tdufile +++|    tabs_to_home             value = FALSE
03743  M00S03369.tdufile +++|    tabs_to_tab_stops        value = FALSE
03744  M00S03370.tdufile +++|    tabs_to_unprotected      value = FALSE
03745  M00S03371.tdufile +++|    type_ahead               value = TRUE
03746  M00S03372.tdufile +++|
03747  M00S03373.tdufile +++|"   SCREEN SIZES                                                              "
03748  M00S03374.tdufile +++|    set_size       rows = 24 columns = 80   out = ()
03749  M00S03375.tdufile +++|
03750  M00S03376.tdufile +++|"   TERMINAL CAPABILITIES                                                     "
03751  M00S03377.tdufile +++|    erase_end_of_line   inout = (syn)
03752  M00S03378.tdufile +++|    erase_page_home     inout = (can)
03753  M00S03379.tdufile +++|    tab_forward         inout = (ht)
03754  M00S03380.tdufile +++|
03755  M00S03381.tdufile +++|"   MISCELLANEOUS TERMINAL SEQUENCES                                          "
03756  M00S03382.tdufile +++|    bell_nak            out = (bel)
03757  M00S03383.tdufile +++|    output_begin        out = ()
03758  M00S03384.tdufile +++|    output_end          out = ()
03759  M00S03385.tdufile +++|
03760  M00S03386.tdufile +++|"   PROGRAMMABLE FUNCTION KEY INPUT INFORMATION                               "
03761  M00S03387.tdufile +++|    f1        in = (rs 'q')
03762  M00S03388.tdufile +++|    f2        in = (rs 'r')
03763  M00S03389.tdufile +++|    f3        in = (rs 's')
03764  M00S03390.tdufile +++|    f4        in = (rs 't')
03765  M00S03391.tdufile +++|    f5        in = (rs 'u')
03766  M00S03392.tdufile +++|    f6        in = (rs 'v')
03767  M00S03393.tdufile +++|    f7        in = (rs 'w')
03768  M00S03394.tdufile +++|    f8        in = (rs 'x')
03769  M00S03395.tdufile +++|    f9        in = (rs 'y')
03770  M00S03396.tdufile +++|    f10       in = (rs 'z')
03771  M00S03397.tdufile +++|    f11       in = (rs '{')
03772  M00S03398.tdufile +++|    f12       in = ()
03773  M00S03399.tdufile +++|    f13       in = ()
03774  M00S03400.tdufile +++|    f14       in = ()
03775  M00S03401.tdufile +++|    f15       in = ()
03776  M00S03402.tdufile +++|    f16       in = ()
03777  M00S03403.tdufile +++|
03778  M00S03404.tdufile +++|    f1_s      in = (rs 'a')
03779  M00S03405.tdufile +++|    f2_s      in = (rs 'b')
03780  M00S03406.tdufile +++|    f3_s      in = (rs 'c')
03781  M00S03407.tdufile +++|    f4_s      in = (rs 'd')
03782  M00S03408.tdufile +++|    f5_s      in = (rs 'e')
03783  M00S03409.tdufile +++|    f6_s      in = (rs 'f')
03784  M00S03410.tdufile +++|    f7_s      in = (rs 'g')
03785  M00S03411.tdufile +++|    f8_s      in = (rs 'h')
03786  M00S03412.tdufile +++|    f9_s      in = (rs 'i')
03787  M00S03413.tdufile +++|    f10_s     in = (rs 'j')
03788  M00S03414.tdufile +++|    f11_s     in = (rs 'k')
03789  M00S03415.tdufile +++|    f12_s     in = ()
03790  M00S03416.tdufile +++|    f13_s     in = ()
03791  M00S03417.tdufile +++|    f14_s     in = ()
03792  M00S03418.tdufile +++|    f15_s     in = ()
03793  M00S03419.tdufile +++|    f16_s     in = ()
03794  M00S03420.tdufile +++|
03795  M00S03421.tdufile +++|"   CDC STANDARD FUNCTION KEY INPUT INFORMATION                               "
03796  M00S03422.tdufile +++|    back      in = ()
03797  M00S03423.tdufile +++|    back_s    in = ()
03798  M00S03424.tdufile +++|    help      in = ()
03799  M00S03425.tdufile +++|    help_s    in = ()
03800  M00S03426.tdufile +++|    stop      in = (14(16))
03801  M00S03427.tdufile +++|    stop_s    in = (10(16))
03802  M00S03428.tdufile +++|    down      in = ()
03803  M00S03429.tdufile +++|    down_s    in = ()
03804  M00S03430.tdufile +++|    up        in = ()
03805  M00S03431.tdufile +++|    up_s      in = ()
03806  M00S03432.tdufile +++|    fwd       in = ()
03807  M00S03433.tdufile +++|    fwd_s     in = ()
03808  M00S03434.tdufile +++|    bkw       in = ()
03809  M00S03435.tdufile +++|    bkw_s     in = ()
03810  M00S03436.tdufile +++|    edit      in = ()
03811  M00S03437.tdufile +++|    edit_s    in = ()
03812  M00S03438.tdufile +++|    data      in = ()
03813  M00S03439.tdufile +++|    data_s    in = ()
03814  M00S03440.tdufile +++|
03815  M00S03441.tdufile +++|"   LINE DRAWING CHARACTER SPECIFICATION                                      "
03816  M00S03442.tdufile +++|    ld_fine_horizontal       out = ('-')
03817  M00S03443.tdufile +++|    ld_fine_vertical         out = ('|')
03818  M00S03444.tdufile +++|    ld_fine_upper_left       out = ('*')
03819  M00S03445.tdufile +++|    ld_fine_upper_right      out = ('*')
03820  M00S03446.tdufile +++|    ld_fine_lower_left       out = ('*')
03821  M00S03447.tdufile +++|    ld_fine_lower_right      out = ('*')
03822  M00S03448.tdufile +++|    ld_fine_up_t             out = ('*')
03823  M00S03449.tdufile +++|    ld_fine_down_t           out = ('*')
03824  M00S03450.tdufile +++|    ld_fine_left_t           out = ('*')
03825  M00S03451.tdufile +++|    ld_fine_right_t          out = ('*')
03826  M00S03452.tdufile +++|    ld_fine_cross            out = ('*')
03827  M00S03453.tdufile +++|    ld_medium_horizontal     out = ('-')
03828  M00S03454.tdufile +++|    ld_medium_vertical       out = ('|')
03829  M00S03455.tdufile +++|    ld_medium_upper_left     out = ('*')
03830  M00S03456.tdufile +++|    ld_medium_upper_right    out = ('*')
03831  M00S03457.tdufile +++|    ld_medium_lower_left     out = ('*')
03832  M00S03458.tdufile +++|    ld_medium_lower_right    out = ('*')
03833  M00S03459.tdufile +++|    ld_medium_up_t           out = ('*')
03834  M00S03460.tdufile +++|    ld_medium_down_t         out = ('*')
03835  M00S03461.tdufile +++|    ld_medium_left_t         out = ('*')
03836  M00S03462.tdufile +++|    ld_medium_right_t        out = ('*')
03837  M00S03463.tdufile +++|    ld_medium_cross          out = ('*')
03838  M00S03464.tdufile +++|    ld_bold_horizontal       out = ('-')
03839  M00S03465.tdufile +++|    ld_bold_vertical         out = ('|')
03840  M00S03466.tdufile +++|    ld_bold_upper_left       out = ('*')
03841  M00S03467.tdufile +++|    ld_bold_upper_right      out = ('*')
03842  M00S03468.tdufile +++|    ld_bold_lower_left       out = ('*')
03843  M00S03469.tdufile +++|    ld_bold_lower_right      out = ('*')
03844  M00S03470.tdufile +++|    ld_bold_up_t             out = ('*')
03845  M00S03471.tdufile +++|    ld_bold_down_t           out = ('*')
03846  M00S03472.tdufile +++|    ld_bold_left_t           out = ('*')
03847  M00S03473.tdufile +++|    ld_bold_right_t          out = ('*')
03848  M00S03474.tdufile +++|    ld_bold_cross            out = ('*')
03849  M00S03475.tdufile +++|
03850  M00S03476.tdufile +++|"   DEFAULT KEY DEFINITIONS FOR THE FULL SCREEN EDITOR                        "
03851  M00S03477.tdufile +++|    application_string...
03852  M00S03478.tdufile +++|    name = ('FSEKEYS')...
03853  M00S03479.tdufile +++|    out  = (k1 ';' k2 ';' k3 ';' k4 ';' k5)
03854  M00S03480.tdufile +++|    application_string...
03855  M00S03481.tdufile +++|    name = ('FSEKEYS')...
03856  M00S03482.tdufile +++|    out  = (k6 ';' k7 ';' k8 ';' k9)
03857  M00S03483.tdufile +++|
03858  M00S03484.tdufile +++|"   END OF TERMINAL DEFINITION FILE FOR CDC 722(T) TERMINAL                   "
03859  M00S03485.tdufile +++|*WEOR
Line S03486 Modification History
M01 (Removed by) tdufi7
Seq #  *Modification Id* Act 
----------------------------+
03860  M01S03486.tdufi7  ---|TDUVT1T
Line S00011 Modification History
M01 (Added by) tdufi7
Seq #  *Modification Id* Act 
----------------------------+
03861  M01S00011.tdufi7  +++|TDUVT1T          *** REMOVE THIS LINE WHEN USING AS INPUT TO *TDU*. ***
03862  M00S03487.tdufile +++|
03863  M00S03488.tdufile +++|"   TERMINAL DEFINITION FILE FOR DIGITAL VT100 TERMINAL                       "
03864  M00S03489.tdufile +++|
03865  M00S03490.tdufile +++|"   VARIABLES                                                                 "
03866  M00S03491.tdufile +++|    prefix              = (1B(16) 5B(16))
Line S00005 Modification History
M01 (Added by) tdufi15
Seq #  *Modification Id* Act 
----------------------------+
03867  M01S00005.tdufi15 +++|    ansi_cursor_keys    = (prefix 3F(16) 31(16) 6C(16))
03868  M01S00006.tdufi15 +++|    autowrap_off        = (prefix 3F(16) 37(16) 6C(16))
03869  M00S03492.tdufile +++|    clear_stay          = (prefix 32(16) 4A(16))
03870  M00S03493.tdufile +++|    clear_all_tabs      = (prefix 33(16) 67(16))
Line S00007 Modification History
M01 (Added by) tdufi15
Seq #  *Modification Id* Act 
----------------------------+
03871  M01S00007.tdufi15 +++|    newline_off         = (prefix 32(16) 30(16) 6C(16))
03872  M00S03494.tdufile +++|    set_to_24x80        = (prefix 3F(16) 33(16) 6C(16))
03873  M00S03495.tdufile +++|    set_to_24x132       = (prefix 3F(16) 33(16) 68(16))
03874  M00S03496.tdufile +++|    start_alternate     = (prefix 31(16) 6D(16))
03875  M00S03497.tdufile +++|    start_blink         = (prefix 35(16) 6D(16))
03876  M00S03498.tdufile +++|    start_inverse       = (prefix 37(16) 6D(16))
03877  M00S03499.tdufile +++|    start_underline     = (prefix 34(16) 6D(16))
03878  M00S03500.tdufile +++|    stop_alternate      = (prefix 6D(16))
03879  M00S03501.tdufile +++|    stop_blink          = (prefix 6D(16))
03880  M00S03502.tdufile +++|    stop_inverse        = (prefix 6D(16))
03881  M00S03503.tdufile +++|    stop_underline      = (prefix 6D(16))
03882  M00S03504.tdufile +++|
03883  M00S03505.tdufile +++|"   VARIABLES FOR FULL SCREEN EDITOR FUNCTION KEY DEFINITIONS                 "
03884  M00S03506.tdufile +++|    k1   = ('SK1/VNS/L/ FWD/;SKS1/VPS/L/ BKW/')
03885  M00S03507.tdufile +++|    k2   = ('SK2/VN/L/LINEUP/;SKS2/VP/L/LINEDN/')
03886  M00S03508.tdufile +++|    k3   = ('SK3/.I/L/ INSC/;SKS3/.D/L/ DELC/')
03887  M00S03509.tdufile +++|    k4   = ('SK4/IBP1/L/ INSL/;SKS4/D;PN/L/ DELL/')
03888  M00S03510.tdufile +++|    k5   = ('SK5/SM/L/ MARK/;SKS5/U/L/ UNDO/')
03889  M00S03511.tdufile +++|    k6   = ('SK6/MMTP/L/ MOVE/;SKS6/CMTP/L/ COPY/')
03890  M00S03512.tdufile +++|    k7   = ('SK7/H/L/ HELP/;SKS7/VH/L/ HOME/')
03891  M00S03513.tdufile +++|    k8   = ('SK8/Q/L/ QUIT/;SKS8/SS/L/CLEAR/')
03892  M00S03514.tdufile +++|    k9   = ('SK9/.E/L/ENDLIN/;SKS9/UM/L/UNMARK/')
03893  M00S03515.tdufile +++|
03894  M00S03516.tdufile +++|"   MODEL NAME AND COMMUNICATION TYPE                                         "
03895  M00S03517.tdufile +++|    model_name          value = 'VT100T'
03896  M00S03518.tdufile +++|    communications      type  = asynch
03897  M00S03519.tdufile +++|
03898  M00S03520.tdufile +++|"   END OF INFORMATION SPECIFICATION                                          "
03899  M00S03521.tdufile +++|    end_of_information  in    = (0)
03900  M00S03522.tdufile +++|
03901  M00S03523.tdufile +++|"   CURSOR POSITIONING INFORMATION                                            "
03902  M00S03524.tdufile +++|    cursor_pos_encoding      bias  = (0)   type = ansi_cursor
03903  M00S03525.tdufile +++|    cursor_pos_column_first  value = FALSE
03904  M00S03526.tdufile +++|    cursor_pos_column_length value = (0)
03905  M00S03527.tdufile +++|    cursor_pos_row_length    value = (0)
03906  M00S03528.tdufile +++|    cursor_pos_begin         out   = (prefix)
03907  M00S03529.tdufile +++|    cursor_pos_second        out   = (3B(16))
03908  M00S03530.tdufile +++|    cursor_pos_third         out   = (48(16))
03909  M00S03531.tdufile +++|
03910  M00S03532.tdufile +++|"   CURSOR MOVEMENT INFORMATION                                               "
03911  M00S03533.tdufile +++|    cursor_home              inout = (prefix 48(16))
03912  M00S03534.tdufile +++|    cursor_up                inout = (prefix 41(16))
03913  M00S03535.tdufile +++|    cursor_down              inout = (prefix 42(16))
03914  M00S03536.tdufile +++|    cursor_left              inout = (prefix 44(16))
03915  M00S03537.tdufile +++|    cursor_right             inout = (prefix 43(16))
03916  M00S03538.tdufile +++|
03917  M00S03539.tdufile +++|"   CURSOR BEHAVIOR (for cursor movement keys)                                "
03918  M00S03540.tdufile +++|    move_past_right          type  = stop_next
03919  M00S03541.tdufile +++|    move_past_left           type  = stop_next
03920  M00S03542.tdufile +++|    move_past_top            type  = stop_next
03921  M00S03543.tdufile +++|    move_past_bottom         type  = stop_next
03922  M00S03544.tdufile +++|
03923  M00S03545.tdufile +++|"   CURSOR BEHAVIOR (for character keys)                                      "
03924  M00S03546.tdufile +++|    char_past_right          type  = stop_next
03925  M00S03547.tdufile +++|    char_past_left           type  = stop_next
03926  M00S03548.tdufile +++|    char_past_last_position  type  = stop_next
03927  M00S03549.tdufile +++|
03928  M00S03550.tdufile +++|"   PROTECTED stop BEHAVIOR (for cursor movement keys)                      "
03929  M00S03551.tdufile +++|    protected_past_right     type  = stop_next
03930  M00S03552.tdufile +++|    protected_past_left      type  = stop_next
03931  M00S03553.tdufile +++|    protected_past_up        type  = stop_next
03932  M00S03554.tdufile +++|    protected_past_down      type  = stop_next
03933  M00S03555.tdufile +++|
03934  M00S03556.tdufile +++|"   PROTECTED stop BEHAVIOR (for character keys)                            "
03935  M00S03557.tdufile +++|    field_past_right         type  = stop_next
03936  M00S03558.tdufile +++|    field_past_left          type  = stop_next
03937  M00S03559.tdufile +++|    field_past_last          type  = stop_next
03938  M00S03560.tdufile +++|    field_before_first       type  = wrap_adjacent_next
03939  M00S03561.tdufile +++|
03940  M00S03562.tdufile +++|"   TERMINAL ATTRIBUTES                                                       "
Line S00003 Modification History
M01 (Added by) tdufi17
Seq #  *Modification Id* Act 
----------------------------+
03941  M01S00003.tdufi17 +++|    attributes_not_maskable  value = TRUE
03942  M00S03563.tdufile +++|    clears_when_change_size  value = TRUE
03943  M00S03564.tdufile +++|    function_key_leaves_mark value = TRUE
03944  M00S03565.tdufile +++|    has_hidden               value = FALSE
03945  M00S03566.tdufile +++|    has_protect              value = FALSE
03946  M00S03567.tdufile +++|    home_at_top              value = TRUE
03947  M00S03568.tdufile +++|    multiple_sizes           value = TRUE
03948  M00S03569.tdufile +++|    tabs_to_home             value = FALSE
03949  M00S03570.tdufile +++|    tabs_to_tab_stops        value = TRUE
03950  M00S03571.tdufile +++|    tabs_to_unprotected      value = FALSE
03951  M00S03572.tdufile +++|    type_ahead               value = TRUE
03952  M00S03573.tdufile +++|
03953  M00S03574.tdufile +++|"   SCREEN SIZES                                                              "
03954  M00S03575.tdufile +++|    set_size       rows = 24 columns = 80   out = (set_to_24x80)
03955  M00S03576.tdufile +++|    set_size       rows = 24 columns = 132  out = (set_to_24x132)
03956  M00S03577.tdufile +++|
03957  M00S03578.tdufile +++|"   SCREEN AND LINE MODE TRANSITION                                           "
03958  M00S03579.tdufile +++|    set_screen_mode     out = (1B(16) 3C(16) clear_all_tabs ..
03959  M00S03580.tdufile +++|         1B(16) 28(16) 42(16) 1B(16) 29(16) 30(16) 0F(16) 1B(16) ..
Line S03581 Modification History
M01 (Removed by) tdufi15
Seq #  *Modification Id* Act 
----------------------------+
03960  M01S03581.tdufi15 ---|         3D(16))
Line S00008 Modification History
M01 (Added by) tdufi15
Seq #  *Modification Id* Act 
----------------------------+
03961  M01S00008.tdufi15 +++|         3D(16) newline_off autowrap_off ansi_cursor_keys)
03962  M00S03582.tdufile +++|
03963  M00S03583.tdufile +++|    set_line_mode       out = (1B(16) 3C(16) clear_all_tabs ..
03964  M00S03584.tdufile +++|         1B(16) 28(16) 42(16) 1B(16) 29(16) 30(16) 0F(16) 1B(16) ..
03965  M00S03585.tdufile +++|         3E(16))
03966  M00S03586.tdufile +++|
03967  M00S03587.tdufile +++|"   TERMINAL CAPABILITIES                                                     "
03968  M00S03588.tdufile +++|    backspace           in    = (08(16))
03969  M00S03589.tdufile +++|    delete_char         inout = (prefix 50(16))
03970  M00S03590.tdufile +++|    delete_line_bol     inout = (prefix 4D(16))
03971  M00S03591.tdufile +++|    erase_end_of_line   inout = (prefix 4B(16))
Line S00002 Modification History
M01 (Added by) ns2453
Seq #  *Modification Id* Act 
----------------------------+
03972  M01S00002.ns2453  +++|    erase_end_of_page   inout = (prefix 4A(16))
03973  M00S03592.tdufile +++|    erase_line_stay     inout = (prefix 32(16)4B(16))
03974  M00S03593.tdufile +++|    erase_page_stay     inout = (clear_stay)
03975  M00S03594.tdufile +++|    insert_char         inout = (prefix 40(16))
03976  M00S03595.tdufile +++|    insert_line_bol     inout = (prefix 4C(16))
03977  M00S03596.tdufile +++|    insert_mode_begin   inout = (prefix 34(16) 68(16))
03978  M00S03597.tdufile +++|    insert_mode_end     inout = (prefix 34(16) 6C(16))
03979  M00S03598.tdufile +++|    tab_backward        inout = (prefix 5A(16))
03980  M00S03599.tdufile +++|    tab_clear_all       inout = (clear_all_tabs)
03981  M00S03600.tdufile +++|    tab_forward         inout = (09(16))
03982  M00S03601.tdufile +++|    tab_set             inout = (1B(16) 48(16))
03983  M00S03602.tdufile +++|
03984  M00S03603.tdufile +++|"   MISCELLANEOUS TERMINAL SEQUENCES                                          "
03985  M00S03604.tdufile +++|    bell_nak            out = (bel)
03986  M00S03605.tdufile +++|    output_begin        out = (prefix 34(16) 6C(16))
03987  M00S03606.tdufile +++|
03988  M00S03607.tdufile +++|"   PROGRAMMABLE FUNCTION KEY INPUT INFORMATION                               "
03989  M00S03608.tdufile +++|    f1        in = (1B(16) 4F(16) 71(16))
03990  M00S03609.tdufile +++|    f2        in = (1B(16) 4F(16) 72(16))
03991  M00S03610.tdufile +++|    f3        in = (1B(16) 4F(16) 73(16))
03992  M00S03611.tdufile +++|    f4        in = (1B(16) 4F(16) 74(16))
03993  M00S03612.tdufile +++|    f5        in = (1B(16) 4F(16) 75(16))
03994  M00S03613.tdufile +++|    f6        in = (1B(16) 4F(16) 76(16))
03995  M00S03614.tdufile +++|    f7        in = (1B(16) 4F(16) 77(16))
03996  M00S03615.tdufile +++|    f8        in = (1B(16) 4F(16) 78(16))
03997  M00S03616.tdufile +++|    f9        in = (1B(16) 4F(16) 79(16))
03998  M00S03617.tdufile +++|    f10       in = ()
03999  M00S03618.tdufile +++|    f11       in = ()
04000  M00S03619.tdufile +++|    f12       in = ()
04001  M00S03620.tdufile +++|    f13       in = ()
04002  M00S03621.tdufile +++|    f14       in = ()
04003  M00S03622.tdufile +++|    f15       in = ()
04004  M00S03623.tdufile +++|    f16       in = ()
04005  M00S03624.tdufile +++|    f1_s      in = (1B(16) 4F(16) 50(16))
04006  M00S03625.tdufile +++|    f2_s      in = (1B(16) 4F(16) 51(16))
04007  M00S03626.tdufile +++|    f3_s      in = (1B(16) 4F(16) 52(16))
04008  M00S03627.tdufile +++|    f4_s      in = (1B(16) 4F(16) 53(16))
04009  M00S03628.tdufile +++|    f5_s      in = (1B(16) 4F(16) 6D(16))
04010  M00S03629.tdufile +++|    f6_s      in = (1B(16) 4F(16) 6C(16))
04011  M00S03630.tdufile +++|    f7_s      in = (1B(16) 4F(16) 4D(16))
04012  M00S03631.tdufile +++|    f8_s      in = (1B(16) 4F(16) 6E(16))
04013  M00S03632.tdufile +++|    f9_s      in = (1B(16) 4F(16) 70(16))
04014  M00S03633.tdufile +++|    f10_s     in = ()
04015  M00S03634.tdufile +++|    f11_s     in = ()
04016  M00S03635.tdufile +++|    f12_s     in = ()
04017  M00S03636.tdufile +++|    f13_s     in = ()
04018  M00S03637.tdufile +++|    f14_s     in = ()
04019  M00S03638.tdufile +++|    f15_s     in = ()
04020  M00S03639.tdufile +++|    f16_s     in = ()
04021  M00S03640.tdufile +++|
04022  M00S03641.tdufile +++|"   CDC STANDARD FUNCTION KEY INPUT INFORMATION                               "
04023  M00S03642.tdufile +++|    back      in = (esc 6B(16))
04024  M00S03643.tdufile +++|    back_s    in = (esc 4B(16))
04025  M00S03644.tdufile +++|    help      in = (esc 68(16))
04026  M00S03645.tdufile +++|    help_s    in = ()
04027  M00S03646.tdufile +++|    stop      in = (14(16))
04028  M00S03647.tdufile +++|    stop_s    in = (10(16))
04029  M00S03648.tdufile +++|    down      in = (esc 64(16))
04030  M00S03649.tdufile +++|    down_s    in = (esc 44(16))
04031  M00S03650.tdufile +++|    up        in = (esc 75(16))
04032  M00S03651.tdufile +++|    up_s      in = (esc 55(16))
04033  M00S03652.tdufile +++|    fwd       in = (esc 66(16))
04034  M00S03653.tdufile +++|    fwd_s     in = (esc 46(16))
04035  M00S03654.tdufile +++|    bkw       in = (esc 62(16))
04036  M00S03655.tdufile +++|    bkw_s     in = (esc 42(16))
04037  M00S03656.tdufile +++|    edit      in = ()
04038  M00S03657.tdufile +++|    edit_s    in = ()
04039  M00S03658.tdufile +++|    data      in = ()
04040  M00S03659.tdufile +++|    data_s    in = ()
04041  M00S03660.tdufile +++|
04042  M00S03661.tdufile +++|"   TERMINAL VIDEO ATTRIBUTES                                                 "
04043  M00S03662.tdufile +++|    alt_begin           out = (start_alternate)
04044  M00S03663.tdufile +++|    alt_end             out = (stop_alternate)
04045  M00S03664.tdufile +++|    blink_begin         out = (start_blink)
04046  M00S03665.tdufile +++|    blink_end           out = (stop_blink)
04047  M00S03666.tdufile +++|    inverse_begin       out = (start_inverse)
04048  M00S03667.tdufile +++|    inverse_end         out = (stop_inverse)
04049  M00S03668.tdufile +++|    underline_begin     out = (start_underline)
04050  M00S03669.tdufile +++|    underline_end       out = (stop_underline)
04051  M00S03670.tdufile +++|
04052  M00S03671.tdufile +++|"   LOGICAL ATTRIBUTE SPECIFICATIONS                                          "
04053  M00S03672.tdufile +++|    error_begin         out = (start_inverse)
04054  M00S03673.tdufile +++|    error_end           out = (stop_inverse)
04055  M00S03674.tdufile +++|    input_text_begin    out = (start_underline)
04056  M00S03675.tdufile +++|    input_text_end      out = (stop_underline)
04057  M00S03676.tdufile +++|    italic_begin        out = (start_alternate)
04058  M00S03677.tdufile +++|    italic_end          out = (stop_alternate)
04059  M00S03678.tdufile +++|
04060  M00S03679.tdufile +++|"   LINE DRAWING CHARACTER SPECIFICATION                                      "
04061  M00S03680.tdufile +++|    ld_fine_begin            out = 0E(16)
04062  M00S03681.tdufile +++|    ld_fine_end              out = 0F(16)
04063  M00S03682.tdufile +++|    ld_fine_horizontal       out = 71(16)
04064  M00S03683.tdufile +++|    ld_fine_vertical         out = 78(16)
04065  M00S03684.tdufile +++|    ld_fine_upper_left       out = 6C(16)
04066  M00S03685.tdufile +++|    ld_fine_upper_right      out = 6B(16)
04067  M00S03686.tdufile +++|    ld_fine_lower_left       out = 6D(16)
04068  M00S03687.tdufile +++|    ld_fine_lower_right      out = 6A(16)
04069  M00S03688.tdufile +++|    ld_fine_up_t             out = 77(16)
04070  M00S03689.tdufile +++|    ld_fine_down_t           out = 76(16)
04071  M00S03690.tdufile +++|    ld_fine_left_t           out = 74(16)
04072  M00S03691.tdufile +++|    ld_fine_right_t          out = 75(16)
04073  M00S03692.tdufile +++|    ld_fine_cross            out = 6E(16)
04074  M00S03693.tdufile +++|    ld_medium_begin          out = (0E(16) start_alternate)
04075  M00S03694.tdufile +++|    ld_medium_end            out = (0F(16) stop_alternate)
04076  M00S03695.tdufile +++|    ld_medium_horizontal     out = 71(16)
04077  M00S03696.tdufile +++|    ld_medium_vertical       out = 78(16)
04078  M00S03697.tdufile +++|    ld_medium_upper_left     out = 6C(16)
04079  M00S03698.tdufile +++|    ld_medium_upper_right    out = 6B(16)
04080  M00S03699.tdufile +++|    ld_medium_lower_left     out = 6D(16)
04081  M00S03700.tdufile +++|    ld_medium_lower_right    out = 6A(16)
04082  M00S03701.tdufile +++|    ld_medium_up_t           out = 77(16)
04083  M00S03702.tdufile +++|    ld_medium_down_t         out = 76(16)
04084  M00S03703.tdufile +++|    ld_medium_left_t         out = 74(16)
04085  M00S03704.tdufile +++|    ld_medium_right_t        out = 75(16)
04086  M00S03705.tdufile +++|    ld_medium_cross          out = 6E(16)
04087  M00S03706.tdufile +++|    ld_bold_begin            out = (0E(16) start_inverse)
Line S03707 Modification History
M01 (Removed by) tdufi3
Seq #  *Modification Id* Act 
----------------------------+
04088  M01S03707.tdufi3  ---|    ld_bold_end              out = (0E(16) stop_inverse)
Line S00009 Modification History
M01 (Added by) tdufi3
Seq #  *Modification Id* Act 
----------------------------+
04089  M01S00009.tdufi3  +++|    ld_bold_end              out = (0F(16) stop_inverse)
04090  M00S03708.tdufile +++|    ld_bold_horizontal       out = (' ')
04091  M00S03709.tdufile +++|    ld_bold_vertical         out = (' ')
04092  M00S03710.tdufile +++|    ld_bold_upper_left       out = (' ')
04093  M00S03711.tdufile +++|    ld_bold_upper_right      out = (' ')
04094  M00S03712.tdufile +++|    ld_bold_lower_left       out = (' ')
04095  M00S03713.tdufile +++|    ld_bold_lower_right      out = (' ')
04096  M00S03714.tdufile +++|    ld_bold_up_t             out = (' ')
04097  M00S03715.tdufile +++|    ld_bold_down_t           out = (' ')
04098  M00S03716.tdufile +++|    ld_bold_left_t           out = (' ')
04099  M00S03717.tdufile +++|    ld_bold_right_t          out = (' ')
04100  M00S03718.tdufile +++|    ld_bold_cross            out = (' ')
04101  M00S03719.tdufile +++|
04102  M00S03720.tdufile +++|"   DEFAULT KEY DEFINITIONS FOR THE FULL SCREEN EDITOR                        "
04103  M00S03721.tdufile +++|    application_string...
04104  M00S03722.tdufile +++|    name = ('FSEKEYS')...
04105  M00S03723.tdufile +++|    out  = (k1 ';' k2 ';' k3 ';' k4 ';' k5)
04106  M00S03724.tdufile +++|    application_string...
04107  M00S03725.tdufile +++|    name = ('FSEKEYS')...
04108  M00S03726.tdufile +++|    out  = (k6 ';' k7 ';' k8 ';' k9)
04109  M00S03727.tdufile +++|
04110  M00S03728.tdufile +++|"   END OF TERMINAL DEFINITION FILE FOR DIGITAL VT100(T) TERMINAL            "
04111  M00S03729.tdufile +++|*WEOR
Line S03730 Modification History
M01 (Removed by) tdufi7
Seq #  *Modification Id* Act 
----------------------------+
04112  M01S03730.tdufi7  ---|TDUT41T
Line S00012 Modification History
M01 (Added by) tdufi7
Seq #  *Modification Id* Act 
----------------------------+
04113  M01S00012.tdufi7  +++|TDUT41T          *** REMOVE THIS LINE WHEN USING AS INPUT TO *TDU*. ***
04114  M00S03731.tdufile +++|
04115  M00S03732.tdufile +++|"   TERMINAL DEFINITION FILE FOR TEKTRONICS T4115 TERMINAL                    "
04116  M00S03733.tdufile +++|
04117  M00S03734.tdufile +++|"   VARIABLES                                                                 "
04118  M00S03735.tdufile +++|
04119  M00S03736.tdufile +++|    prefix = ( 1B(16) 5B(16) )
04120  M00S03737.tdufile +++|    set_no_of_lines =( 1B(16) 25(16) 21(16) 30(16) 1B(16) 4C(16)..
04121  M00S03738.tdufile +++|         42(16) 42(16) 32(16) 1B(16) 4C(16) 4C(16) 42(16) 32(16)..
04122  M00S03739.tdufile +++|         1B(16) 38(16) 1B(16) 4C(16) 56(16) 31(16) 1B(16) 25(16)..
04123  M00S03740.tdufile +++|         21(16) 31(16) )
04124  M00S03741.tdufile +++|    set_no_of_cols = ( 1B(16) 25(16) 21(16) 30(16) 1B(16) 4C(16)..
04125  M00S03742.tdufile +++|         43(16) 45(16) 30(16) 1B(16) 38(16) 1B(16) 4C(16) 56(16)..
04126  M00S03743.tdufile +++|         31(16) 1B(16) 25(16) 21(16) 31(16) )
04127  M00S03744.tdufile +++|    set_to_34x80 = ( set_no_of_lines  set_no_of_cols )
04128  M00S03745.tdufile +++|    set_64_lines = ( 1B(16) 25(16) 21(16) 30(16) 1B(16) 4C(16)..
04129  M00S03746.tdufile +++|         42(16) 44(16) 30(16) 1B(16) 4C(16) 4C(16) 44(16) 30(16)..
04130  M00S03747.tdufile +++|         1B(16) 3B(16) 1B(16) 4C(16) 56(16) 31(16) 1B(16) 25(16)..
04131  M00S03748.tdufile +++|         21(16) 31(16) )
04132  M00S03749.tdufile +++|    set_160_cols = ( 1B(16) 25(16) 21(16) 30(16) 1B(16) 4C(16)..
04133  M00S03750.tdufile +++|         43(16) 4A(16) 30(16) 1B(16) 3B(16) 1B(16) 4C(16) 56(16)..
04134  M00S03751.tdufile +++|         31(16) 1B(16) 25(16) 21(16) 31(16) )
04135  M00S03752.tdufile +++|    set_to_64x160 = ( set_64_lines  set_160_cols )
04136  M00S03753.tdufile +++|    begin_ins_mode =  ( prefix 34(16) 68(16) )
04137  M00S03754.tdufile +++|    end_ins_mode   =  ( prefix 34(16) 6C(16) )
04138  M00S03755.tdufile +++|    start_alternate  =  ( prefix 31(16) 6D(16) )
04139  M00S03756.tdufile +++|    stop_alternate   =  ( prefix 6D(16) )
04140  M00S03757.tdufile +++|    start_inverse    =  ( prefix 37(16) 6D(16) )
04141  M00S03758.tdufile +++|    stop_inverse     =  ( prefix 6D(16) )
04142  M00S03759.tdufile +++|    start_underline  =  ( prefix 34(16) 6D(16) )
04143  M00S03760.tdufile +++|    stop_underline   =  ( prefix 6D(16) )
04144  M00S03761.tdufile +++|    forward_tab = ( 09(16) )
04145  M00S03762.tdufile +++|    backward_tab = ( prefix 5A(16) )
04146  M00S03763.tdufile +++|    clear_all_tabs = ( prefix 33(16) 67(16) )
04147  M00S03764.tdufile +++|    set_tab = ( 1B(16) 48(16) )
04148  M00S03765.tdufile +++|    in1 =         ( 1B(16) 25(16) 21(16) 30(16) ..
04149  M00S03766.tdufile +++|                    1B(16) 4B(16) 54(16) 34(16) 1B(16) ..
04150  M00S03767.tdufile +++|                    54(16) 4D(16) 34(16) 31(16) 31(16) )
04151  M00S03768.tdufile +++|    in1a =        ( 1B(16) 52(16) 44(16) 31(16) 31(16) ..
04152  M00S03769.tdufile +++|                    1B(16) 52(16) 49(16) 32(16) 31(16) )
04153  M00S03770.tdufile +++|    in2 =         ( 31(16) 1B(16) 54(16) 47(16) 31(16) ..
04154  M00S03771.tdufile +++|                    34(16) 30(16) 30(16) 30(16) 30(16) ..
04155  M00S03772.tdufile +++|                    1B(16) 54(16) 47(16) 31(16) 34(16) )
04156  M00S03773.tdufile +++|    in2a =        ( 31(16) 30(16) 4F(16) 3F(16) 30(16) )
04157  M00S03774.tdufile +++|    in2b =        ( 1B(16) 4B(16) 44(16) 48(16) 30(16) ..
04158  M00S03775.tdufile +++|                    34(16) 41(16) 3B(16) 44(16) 3F(16) ..
04159  M00S03776.tdufile +++|                    44(16) 31(16) 3D(16) 1B(16) 4B(16) )
04160  M00S03777.tdufile +++|    in3 =         ( 44(16) 48(16) 31(16) 34(16) 41(16) ..
04161  M00S03778.tdufile +++|                    3B(16) 44(16) 3F(16) 44(16) 32(16) ..
04162  M00S03779.tdufile +++|                    3D(16) 1B(16) 4B(16) 44(16) 48(16) )
04163  M00S03780.tdufile +++|    in4 =         ( 32(16) 34(16) 41(16) 3B(16) 44(16) ..
04164  M00S03781.tdufile +++|                    3F(16) 44(16) 33(16) 3D(16) 1B(16) ..
04165  M00S03782.tdufile +++|                    4B(16) 44(16) 48(16) 33(16) 34(16) )
04166  M00S03783.tdufile +++|    in4a =        ( 41(16) 3B(16) 44(16) 3F(16) 44(16) ..
04167  M00S03784.tdufile +++|                    34(16) 3D(16) 1B(16) 4B(16) 44(16) )
04168  M00S03785.tdufile +++|    in5 =         ( 48(16) 34(16) 34(16) 41(16) 3B(16) ..
04169  M00S03786.tdufile +++|                    44(16) 3F(16) 44(16) 35(16) 3D(16) ..
04170  M00S03787.tdufile +++|                    1B(16) 4B(16) 44(16) 48(16) 35(16) )
04171  M00S03788.tdufile +++|    in5a =        ( 34(16) 41(16) 3B(16) 44(16) 3F(16) ..
04172  M00S03789.tdufile +++|                    44(16) 36(16) 3D(16) 1B(16) 4B(16) )
04173  M00S03790.tdufile +++|    in6 =         ( 44(16) 48(16) 36(16) 34(16) 41(16) ..
04174  M00S03791.tdufile +++|                    3B(16) 44(16) 3F(16) 44(16) 37(16) ..
04175  M00S03792.tdufile +++|                    3D(16) 1B(16) 4B(16) 44(16) 48(16) )
04176  M00S03793.tdufile +++|    in6a =        ( 37(16) 34(16) 41(16) 3B(16) 44(16) ..
04177  M00S03794.tdufile +++|                    3F(16) 44(16) 38(16) 3D(16) 1B(16) )
04178  M00S03795.tdufile +++|    in7 =         ( 4B(16) 44(16) 31(16) 34(16) 41(16) ..
04179  M00S03796.tdufile +++|                    3B(16) 44(16) 3F(16) 44(16) 39(16) ..
04180  M00S03797.tdufile +++|                    3D(16) 1B(16) 4B(16) 44(16) 41(16) )
04181  M00S03798.tdufile +++|    in7a =        ( 33(16) 34(16) 41(16) 3B(16) 44(16) ..
04182  M00S03799.tdufile +++|                    3F(16) 44(16) 3A(16) 3D(16) 1B(16) )
04183  M00S03800.tdufile +++|    in8 =         ( 4B(16) 44(16) 34(16) 34(16) 41(16) ..
04184  M00S03801.tdufile +++|                    3B(16) 44(16) 3F(16) 44(16) 3B(16) ..
04185  M00S03802.tdufile +++|                    3D(16) 1B(16) 4B(16) 44(16) 36(16) )
04186  M00S03803.tdufile +++|    in8a =        ( 34(16) 41(16) 3B(16) 44(16) 3F(16) ..
04187  M00S03804.tdufile +++|                    44(16) 3C(16) 3D(16) 1B(16) 4B(16) )
04188  M00S03805.tdufile +++|    in9 =         ( 44(16) 48(16) 38(16) 34(16) 41(16) ..
04189  M00S03806.tdufile +++|                    3B(16) 44(16) 3F(16) 46(16) 31(16) ..
04190  M00S03807.tdufile +++|                    3D(16) 1B(16) 4B(16) 44(16) 48(16) )
04191  M00S03808.tdufile +++|    in9a =        ( 39(16) 34(16) 41(16) 3B(16) 44(16) ..
04192  M00S03809.tdufile +++|                    3F(16) 46(16) 32(16) 3D(16) 1B(16) )
04193  M00S03810.tdufile +++|    in10 =        ( 4B(16) 44(16) 48(16) 3A(16) 34(16) ..
04194  M00S03811.tdufile +++|                    41(16) 3B(16) 44(16) 3F(16) 46(16) ..
04195  M00S03812.tdufile +++|                    33(16) 3D(16) 1B(16) 4B(16) 44(16) )
04196  M00S03813.tdufile +++|    in10a =       ( 48(16) 3B(16) 34(16) 41(16) 3B(16) ..
04197  M00S03814.tdufile +++|                    44(16) 3F(16) 46(16) 34(16) 3D(16) )
04198  M00S03815.tdufile +++|    in11 =        ( 1B(16) 4B(16) 44(16) 48(16) 3C(16) ..
04199  M00S03816.tdufile +++|                    34(16) 41(16) 3B(16) 44(16) 3F(16) ..
04200  M00S03817.tdufile +++|                    46(16) 35(16) 3D(16) 1B(16) 4B(16) ..
04201  M00S03818.tdufile +++|                    44(16) 48(16) 3D(16) 34(16) 41(16) )
04202  M00S03819.tdufile +++|    in11a =       ( 3B(16) 44(16) 3F(16) 46(16) 36(16) ..
04203  M00S03820.tdufile +++|                    3D(16) 1B(16) 4B(16) 44(16) 48(16) )
04204  M00S03821.tdufile +++|    in12 =        ( 3E(16) 34(16) 41(16) 3B(16) 44(16) ..
04205  M00S03822.tdufile +++|                    3F(16) 46(16) 37(16) 3D(16) 1B(16) ..
04206  M00S03823.tdufile +++|                    4B(16) 44(16) 48(16) 3F(16) 34(16) )
04207  M00S03824.tdufile +++|    in12a =       ( 41(16) 3B(16) 44(16) 3F(16) 46(16) ..
04208  M00S03825.tdufile +++|                    38(16) 3D(16) 1B(16) 4B(16) 44(16) ..
04209  M00S03826.tdufile +++|                    41(16) 31(16) 34(16) 41(16) 3B(16) )
04210  M00S03827.tdufile +++|    in13 =        ( 44(16) 3F(16) 46(16) 39(16) 3D(16) ..
04211  M00S03828.tdufile +++|                    1B(16) 4B(16) 44(16) 41(16) 37(16) ..
04212  M00S03829.tdufile +++|                    34(16) 41(16) 3B(16) 44(16) 3F(16) )
04213  M00S03830.tdufile +++|    in13a =       ( 46(16) 3A(16) 3D(16) 1B(16) 4B(16) ..
04214  M00S03831.tdufile +++|                    44(16) 35(16) 34(16) 41(16) 3B(16) )
04215  M00S03832.tdufile +++|    in14 =        ( 44(16) 3F(16) 46(16) 3B(16) 3D(16) ..
04216  M00S03833.tdufile +++|                    1B(16) 4B(16) 44(16) 41(16) 32(16) ..
04217  M00S03834.tdufile +++|                    34(16) 41(16) 3B(16) 44(16) 3F(16) )
04218  M00S03835.tdufile +++|    in14a =       ( 46(16) 3C(16) 3D(16) 1B(16) 4B(16) ..
04219  M00S03836.tdufile +++|                    44(16) 3A(16) 33(16) 41(16) 3B(16) ..
04220  M00S03837.tdufile +++|                    45(16) 3B(16) 44(16) 32(16) 1B(16) )
04221  M00S03838.tdufile +++|    in15 =        ( 4B(16) 44(16) 3B(16) 33(16) 41(16) ..
04222  M00S03839.tdufile +++|                    3B(16) 45(16) 3B(16) 44(16) 31(16) ..
04223  M00S03840.tdufile +++|                    1B(16) 4B(16) 44(16) 3C(16) 33(16) )
04224  M00S03841.tdufile +++|    in15a =       ( 41(16) 3B(16) 45(16) 3B(16) 44(16) ..
04225  M00S03842.tdufile +++|                    33(16) 1B(16) 4B(16) 44(16) 41(16) ..
04226  M00S03843.tdufile +++|                    3A(16) 34(16) 41(16) 3B(16) 45(16) )
04227  M00S03844.tdufile +++|    in16 =        ( 3B(16) 43(16) 34(16) 46(16) 38(16) ..
04228  M00S03845.tdufile +++|                    1B(16) 4B(16) 44(16) 41(16) 38(16) ..
04229  M00S03846.tdufile +++|                    33(16) 41(16) 3B(16) 45(16) 3B(16) )
04230  M00S03847.tdufile +++|    in16a =       ( 44(16) 3C(16) 1B(16) 4B(16) 44(16) ..
04231  M00S03848.tdufile +++|                    33(16) 33(16) 41(16) 3B(16) 45(16) ..
04232  M00S03849.tdufile +++|                    3B(16) 45(16) 30(16) 1B(16) 4B(16) )
04233  M00S03850.tdufile +++|    in17 =        ( 44(16) 41(16) 36(16) 33(16) 41(16) ..
04234  M00S03851.tdufile +++|                    3B(16) 45(16) 3B(16) 44(16) 3D(16) )
04235  M00S03852.tdufile +++|    in17aa =      ( 1B(16) 53(16) 4B(16) 21(16) 1B(16) )
04236  M00S03853.tdufile +++|    in17a =       ( 53(16) 56(16) 21(16) 30(16) 1B(16) ..
04237  M00S03854.tdufile +++|                    46(16) 46(16) 30(16) 1B(16) 55(16) )
04238  M00S03855.tdufile +++|    in18 =        ( 58(16) 30(16) 30(16) 1B(16) 4C(16) ..
04239  M00S03856.tdufile +++|                    58(16) 20(16) 60(16) 60(16) 20(16) ..
04240  M00S03857.tdufile +++|                    60(16) 1B(16) 4B(16) 41(16) 31(16) )
04241  M00S03858.tdufile +++|    in18a =       ( 1B(16) 4C(16) 49(16) 31(16) 30(16) ..
04242  M00S03859.tdufile +++|                    30(16) 1B(16) 4C(16) 53(16) 31(16) )
04243  M00S03860.tdufile +++|    in19 =        ( 1B(16) 4C(16) 4D(16) 30(16) 1B(16) ..
04244  M00S03861.tdufile +++|                    4C(16) 56(16) 31(16) 1B(16) 25(16) ..
04245  M00S03862.tdufile +++|                    21(16) 31(16) 1B(16) 5B(16) 1B(16) )
04246  M00S03863.tdufile +++|    in19a =       ( 5B(16) 3F(16) 38(16) 68(16) 1B(16) ..
04247  M00S03864.tdufile +++|                    5B(16) 34(16) 6C(16) 1B(16) 5B(16) )
04248  M00S03865.tdufile +++|    in20 =        ( 32(16) 6C(16) 1B(16) 5B(16) 32(16) ..
04249  M00S03866.tdufile +++|                    30(16) 6C(16) 1B(16) 5B(16) 3C(16) ..
04250  M00S03867.tdufile +++|                    68(16) )
04251  M00S03868.tdufile +++|    int_scr1 = ( in1 in1a in2 in2a in2b in3 in4 in4a )
04252  M00S03869.tdufile +++|    int_scr2 = ( in5 in5a in6 in6a in7 in7a in8 in8a ..
04253  M00S03870.tdufile +++|                 in9 in9a in10 in10a )
04254  M00S03871.tdufile +++|    int_scr3 = ( in11 in11a in12 in12a in13 in13a in14 )
04255  M00S03872.tdufile +++|    int_scr4 = ( in14a in15 in15a in16 in16a in17 in17aa ..
04256  M00S03873.tdufile +++|                 in17a in18 in18a in19 in19a in20 )
04257  M00S03874.tdufile +++|    int_scr5 = ( in1 in1a in2 in2a in2b )
04258  M00S03875.tdufile +++|    int_scr6 = ( in17aa in17a in18 in18a in19 in19a in20 )
04259  M00S03876.tdufile +++|    ins_char = ( prefix 34(16) 68(16) 20(16) prefix 34(16) 6C(16) )
04260  M00S03877.tdufile +++|    del_char = ( prefix 50(16) )
04261  M00S03878.tdufile +++|
04262  M00S03879.tdufile +++|"   VARIABLES FOR FULL SCREEN EDITOR FUNCTION KEY DEFINITIONS                 "
04263  M00S03880.tdufile +++|    k1   = ('SK1/VNS/L/ FWD/;SKS1/VPS/L/ BKW/')
04264  M00S03881.tdufile +++|    k2   = ('SK2/VN/L/LINEUP/;SKS2/VP/L/LINEDN/')
04265  M00S03882.tdufile +++|    k3   = ('SK3/PF/L/FIRST/;SKS3/VL/L/ LAST/')
04266  M00S03883.tdufile +++|    k4   = ('SK4/U/L/ UNDO/;SKS4/UM/L/UNMARK/')
04267  M00S03884.tdufile +++|    k5   = ('SK5/SM/L/ MARK/;SKS5/SMW/L/MRKCHR/')
04268  M00S03885.tdufile +++|    k6   = ('SK6/MMTP/L/ MOVE/;SKS6/CMTP/L/ COPY/')
04269  M00S03886.tdufile +++|    k7   = ('SK7/Q/L/ QUIT/;SKS7/SS/L/CLEAR/')
04270  M00S03887.tdufile +++|    k8   = ('SK8/VH/L/ HOME/;SKS8/H/L/ HELP/')
04271  M00S03888.tdufile +++|    k9   = ('SK9/SVC160;SVL64/L/160COL/;SKS9/SVC80;SVL34/L/80COL/')
Proceed to Part 3