home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 September / PCWK996.iso / frontier / suite / vt100.tn1 / vt100.tn1
Text File  |  1995-01-27  |  2KB  |  72 lines

  1.     Ttyemu = False
  2.     TtyMode = char
  3.     ShowUdk = false
  4.     EndOfLine =crlf
  5.     LogStyle = AllData
  6.    LogExtent = EntireScreen
  7.     AutoPrint = false
  8.     AutoFitFonts = true
  9.     PrintControl = false
  10.    PrintExtent = EntireScreen
  11.    PrintStyle = Text
  12.     columns = 80
  13.     viewport = 80
  14.     UserPreferred = DecMultinational
  15.     AutoWrap = true
  16.     ReverseVideo = false
  17.     ShowControls = false
  18.     InsertMode = false
  19.     OriginMode = false
  20.     LinesInBuffer = 48
  21.     TerminalType = "vt100"
  22.     TerminalId = "vt100"
  23.     mode = online
  24.     echo = false
  25.     BellDisable = false
  26.     EnterSends = crlf
  27.     BackSpaceSends = bs
  28.     MapFnKeysToProtoKeys = true
  29.     KeyBoardLock = false
  30.    LockUserDefinedKeys = false
  31.     MarginBell = false
  32.     MousePositionsCursor = false
  33.     KeypadMode = Numeric
  34.     CursorkeyMode = Normal
  35.     lock = CapsLock
  36.     HorizontalTextCentering = true
  37.     VerticalTextCentering = true
  38.     WindowExtents = standard
  39.     AutoScroll = false
  40.     ScrollBars = true
  41.     PromptOnDisconnect = true
  42.     ExitOnDisconnect = false
  43.     StatusWindow = true
  44.     ButtonBar = true
  45.     CntrlKeyAcc = true
  46.     DecFlag = true
  47.     LocalXonXoff = true
  48.     WindowState = restored
  49.     Patternstyle = transparent
  50.     ButtonState = "01:01:18:[00113:00090:00336:00353]00"
  51.     ScrollUnits = 4
  52.    Answer = ""
  53.    AnswerConceal = false
  54.    AnswerEnable = false
  55.     KanjiType = "SHIFT-JIS"
  56.  
  57.  
  58.     language "US", Multinational
  59.     setcolormode auto
  60.     textcolor 255, 0, 0
  61.     backgndcolor 255, 255, 255
  62.     workspace 255, 255, 255
  63.    patterncolor 0, 0, 0
  64.  
  65.     font "FTC-SansSerif", 2068, "DEC"
  66.     call window( -2, -2, 749, 592 )
  67.     dim a%(2)
  68.    a%( 0) = 1
  69.    a%( 1) = 9
  70.     tab 2 , a%(), TRUE
  71.  
  72.