ST_angle Function (ROM Call 0xE0)

statline.h

void ST_angle (short mode);

Sets the angle mode indicator in the status line.

ST_angle sets the angle mode indicator to RAD or DEG, depending of whether mode is ST_RAD or ST_DEG (these constants are defined in enum ST_FLAGS). This indicator would be displayed in the status line. Note that this command acts only to the displayed status; it would not change the actual current angle mode (use MO_digestOptions if you want to change angle mode).


Uses: ST_eraseHelp, ST_flags
Used by: MO_digestOptions