cmd_disphome Function (ROM Call 0x33F)

AMS 1.01 or higher bascmd.h

void cmd_disphome (void);

Executes TI-Basic 'DispHome' command.

cmd_disphome displays the current content of the Home Screen window. More precise, it starts the Home application if it is not already running, and makes sure the Home Screen window is being displayed switching from the Program I/O window if necessary. The OS will deactivate or terminate the current application to activate the Home Screen.

Note: If you used any function from this header file which displays various windows which are different than Home Screen window (for example, TI-Basic Program I/O Screen window), use cmd_disphome before returning from your program to activate the Home Screen again!


Uses: HeapFreeIndir, bottom_estack, EV_setCmdState, EV_setFKeyState, EV_startApp, HS_countFIFO, ST_stack, TE_focus, EV_currentApp, EV_quit, WinActivate, WinDeactivate, WinFill, WinHide, ROM Call 0x471, ROM Call 0x5DE