MediaWiki:Sitenotice:
2024-03-02: The wiki ran out of disk space, so things were not working. This has been resolved by adding another 5GB of quota ;-) Thanks to Tim Lindner for reporting the issues. 2020-05-17: If a page gives you an error about some revision not being found, just EDIT the page and the old page should appear in the editor. If it does, just SAVE that and the page should be restored. OS-9 Al (talk) 12:22, 17 May 2020 (CDT)

TMODE: Difference between revisions

From CoCopedia - The Tandy/Radio Shack Color Computer Wiki
Jump to navigation Jump to search
No edit summary
(Category)
 
Line 35: Line 35:
  ''bsp=08 del=18 eor=0D eof=1B rpr=09 dup=19 psc=17 int=03''
  ''bsp=08 del=18 eor=0D eof=1B rpr=09 dup=19 psc=17 int=03''
  ''qut=05 bse=08 ovf=07 par=80 bau=00 xon=00 xof=00''
  ''qut=05 bse=08 ovf=07 par=80 bau=00 xon=00 xof=00''
[[Category:OS-9]]

Latest revision as of 21:36, 10 September 2015

Displays or changes the operating parameters of the terminal.

Syntax: TMODE [.<path>] [<parameters>]

Path :

One of the standard path numbers:
.0 = standard input path
.1 = standard output path
.2 = standard error output path

Parameters :

pau = pause before scrolling screen
eko = display typed characters in the terminal
upc = display uppercase characters only
bso = backspace overstrike (erases characters)
alf = auto line feed
bsp = backspace character code for input, in hexadecimal
bse = backspace character code for output, in hexadecimal
del = delete line character code for input, in hexadecimal
eor = end-of-record (carriage return) character for input, in hexadecimal
eof = end-of-file character for input, in hexadecimal
pag = length of the video display page, in number of lines. This setting affects the pause mode.

Examples:

tmode pau=1 upc=1
Turns on the screen pause function, and sets the terminal to display only uppercase characters.
tmode pag=24 pau=1  bsp=8 
Sets the screen page length (number of lines) to 24, turns on the screen pause function and sets the backspace character value to 8. 
tmode
Lists the current parameters.
/Term
upc=00 bso=01 dlo=00 eko=01 alf=01 nul=00 pau=00 pag=18
bsp=08 del=18 eor=0D eof=1B rpr=09 dup=19 psc=17 int=03
qut=05 bse=08 ovf=07 par=80 bau=00 xon=00 xof=00