MediaWiki:Sitenotice:
2025-12-29: I have restored the wiki to a backup from the end of November. Starting in September 2025, accesses went form the 800MB-1.2GB range per month to 26GB in September, 42GB in October, and 70GB in November with most accesses originating from China. As soon as I realized what was causing all the access problems in November, I shut it down (it had reached 36GB by then) behind a password/login screen. The database had gotten corrupted, and I tried a restore from just before the spike in access but that didn't work. Thus, end of November. I still have the other daily backups so if there were any important additions in December, let me know and maybe they can be recovered. - Allen H.

TMODE

From CoCopedia - The Tandy/Radio Shack Color Computer Wiki
Jump to navigation Jump to search

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