CoorMon
This routine performs very similarly to Mon
, with the exception that it does the following first:
res g_style_active, (iy + sGrFlags)
call CursorOff
call CoorDisp
Afterwards, Mon
is run.
It appears that this routine is used in menu contexts, such as the programs, math, or catalog menus. It is triggered when the menu is entered or exited, along with when the cursor is moved.
If this routine is called, it will not return.
AppAllowContext
: Set to allowMon
to pass context keys, to thecxMain
routine.CurLock
: Set to lock the cursor off.- Possibly more?
- System monitor takes over the system.
- This routine does not return.