TerminalView.st
changeset 4266 0113eb73167c
parent 4265 76d3fea328d6
child 4267 5dca73a13f04
equal deleted inserted replaced
4265:76d3fea328d6 4266:0113eb73167c
   397 
   397 
   398 inputTranslateCRToNL
   398 inputTranslateCRToNL
   399     ^ inputTranslateCRToNL
   399     ^ inputTranslateCRToNL
   400 !
   400 !
   401 
   401 
   402 inputTranslateCRToNL:something
   402 inputTranslateCRToNL:aBoolean
   403     inputTranslateCRToNL := something.
   403     inputTranslateCRToNL := aBoolean.
   404 !
   404 !
   405 
   405 
   406 localEcho:aBoolean
   406 localEcho:aBoolean
   407     "enable/disable local echo"
   407     "enable/disable local echo"
   408 
   408 
   444     ^ translateNLToCRNL
   444     ^ translateNLToCRNL
   445 
   445 
   446     "Created: / 28.1.2002 / 20:32:10 / micha"
   446     "Created: / 28.1.2002 / 20:32:10 / micha"
   447 !
   447 !
   448 
   448 
   449 translateNLToCRNL:something
   449 translateNLToCRNL:aBoolean
   450     translateNLToCRNL := something.
   450     translateNLToCRNL := aBoolean.
   451 
   451 
   452     "Created: / 28.1.2002 / 20:32:10 / micha"
   452     "Created: / 28.1.2002 / 20:32:10 / micha"
   453 ! !
   453 ! !
   454 
   454 
   455 !TerminalView methodsFor:'cursor handling'!
   455 !TerminalView methodsFor:'cursor handling'!
  2018 ! !
  2018 ! !
  2019 
  2019 
  2020 !TerminalView class methodsFor:'documentation'!
  2020 !TerminalView class methodsFor:'documentation'!
  2021 
  2021 
  2022 version
  2022 version
  2023     ^ '$Header: /cvs/stx/stx/libwidg2/TerminalView.st,v 1.141 2013-07-07 10:55:36 cg Exp $'
  2023     ^ '$Header: /cvs/stx/stx/libwidg2/TerminalView.st,v 1.142 2013-07-07 22:25:45 cg Exp $'
  2024 !
  2024 !
  2025 
  2025 
  2026 version_CVS
  2026 version_CVS
  2027     ^ '$Header: /cvs/stx/stx/libwidg2/TerminalView.st,v 1.141 2013-07-07 10:55:36 cg Exp $'
  2027     ^ '$Header: /cvs/stx/stx/libwidg2/TerminalView.st,v 1.142 2013-07-07 22:25:45 cg Exp $'
  2028 ! !
  2028 ! !
  2029 
  2029 
  2030 
  2030 
  2031 TerminalView initialize!
  2031 TerminalView initialize!