|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T v
Length: 709 (0x2c5) Types: TextFile Names: »vis500vdu.def«
└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89 └─⟦this⟧ »./DVIware/crt-viewers/others/dvitovdu/src/vis500vdu.def« └─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12 └─⟦af5ba6c8e⟧ »unix3.0/DVIWARE.tar.Z« └─⟦ca79c7339⟧ └─⟦this⟧ »DVIware/crt-viewers/others/dvitovdu/src/vis500vdu.def«
DEFINITION MODULE vis500vdu; (* Author: Andrew Trevorrow Implementation: Modula-2 under VAX/UNIX 4.2 BSD Date Started: June, 1986 Description: InitVIS500 initializes the generic VDU parameters and routines described in VDUInterface with specific VIS500 values. We also export some VIS500 routines used in implementing similar VDUs. *) EXPORT QUALIFIED VIS500ShowChar, VIS500ShowRectangle, VIS500ResetVDU, InitVIS500; PROCEDURE VIS500ShowChar (screenh, screenv : CARDINAL; ch : CHAR); PROCEDURE VIS500ShowRectangle (screenh, screenv, width, height : CARDINAL; ch : CHAR); PROCEDURE VIS500ResetVDU; PROCEDURE InitVIS500; END vis500vdu.