<> <> 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-- }.