DisplayControllerSteps.Mesa
Last Edited by: Spreitzer, October 24, 1985 1:55:53 pm PDT
DIRECTORY CharDisplays, DisplayControllers;
DisplayControllerSteps: CEDAR DEFINITIONS
= {OPEN DisplayControllers;
CarriageReturn: ActionProc;
Home: ActionProc;
ScrollBack: ActionProc;
ClearScreen: ActionProc;
DeleteChar: ActionProc;
UnderlineChar: ActionProc;
InsertSpace: ActionProc;
Flash: 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--
}.