VolksForth/pgm/nc100/terminal.fb
2017-04-24 00:25:49 +02:00

1 line
2.1 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

\\ Terminal-Anpassung UH 08OCt87 In diesem File wird volksFORTH an das benutzte Terminal angepasst. Ueber folgende Faehigkeiten muss das Terminal verfuegen, damit alle Moeglichkeiten von volksFORTH ausgenutzt werden koennen: curon, curoff \ Ein- bzw. Ausschalten des Cursors rvson, rvsoff \ Ein- bzw. Ausschalten der Inversedarstellungdark \ Loeschen des Bildschirms locate \ Positionieren des Cursors auf eine \ bestimmte Position auf dem Bildschirm In der Version 3.80a nicht mehr in der Terminal-Anpassung: curleft, currite \ Cursor nach links bzw. rechts bewegen \ Anpassung fuer ZCN-Terminal ucas 20110427 | : ZCNcuron ( -- ) 3 con! ; | : ZCNcuroff ( -- ) 4 con! ; | : ZCNrvson ( -- ) $19 con! ; | : ZCNrvsoff ( -- ) $18 con! ; | : ZCNdark ( -- ) 1 con! ; | : ZCNlocate ( row col -- ) $10 con! swap $20 + con! $20 + con! ; Terminal: ZCN noop noop ZCNrvson ZCNrvsoff ZCNdark ZCNlocate ; ZCN page rvson .( ZCN Terminal installiert. ) rvsoff cr cr