DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T v

⟦6b4d2163f⟧ TextFile

    Length: 652 (0x28c)
    Types: TextFile
    Names: »vt640vdu.def«

Derivation

└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89
    └─⟦this⟧ »./DVIware/crt-viewers/others/dvitovdu/src/vt640vdu.def« 
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦af5ba6c8e⟧ »unix3.0/DVIWARE.tar.Z« 
        └─⟦ca79c7339⟧ 
            └─⟦this⟧ »DVIware/crt-viewers/others/dvitovdu/src/vt640vdu.def« 

TextFile

DEFINITION MODULE vt640vdu;

(* Author:         Andrew Trevorrow
   Implementation: Modula-2 under VAX/UNIX 4.2 BSD
   Date Started:   June, 1986

   Description:
   InitVT640 initializes the generic VDU parameters and routines described
   in VDUInterface with specific VT640 values.
   We also export some routines used to implement similar VDUs.
*)

EXPORT QUALIFIED
   VT640MoveToTextLine, VT640ClearTextLine, VT640ClearScreen, VT640ResetVDU,
   InitVT640;

PROCEDURE VT640MoveToTextLine (line : CARDINAL);

PROCEDURE VT640ClearTextLine (line : CARDINAL);

PROCEDURE VT640ClearScreen;

PROCEDURE VT640ResetVDU;

PROCEDURE InitVT640;

END vt640vdu.