DisplayControllerSteps.Mesa
Last Edited by: Spreitzer, January 11, 1986 2:31:30 pm PST
DIRECTORY CharDisplays, DisplayControllers;
DisplayControllerSteps: CEDAR DEFINITIONS
= {OPEN DisplayControllers;
CarriageReturn: ActionProc;
Home: ActionProc;
ScrollBack: ActionProc;
ClearScreen: ActionProc;
DeleteChar: ActionProc;
UnderlineChar: ActionProc;
InsertSpace: ActionProc;
Beep: ActionProc;
ClrTo: ActionProc; --$eos, $eol--
SkipCursor: ActionProc; --$down, $up, $left, $right--
JumpCursor: ActionProc; --$h, $v, $hv--
Line: ActionProc; --$ins, $del--
SetEmph: ActionProc; --${underline, bold, italic, inverse}*{On, Off}--
Tab: ActionProc; --$blanken, $dontTouch--
}.