620
Appendix A: System Routines — Home Screen
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
cmd_disphome
Declaration:
void
cmd_disphome
(void)
Category(ies):
Home Screen, Operating System
Description:
Start the Home application if it is not already running. Make sure the Home
window is being displayed switching from the Program I/O window if
necessary. Activate the author line for user input.
This routine implements the TI
-
BASIC DispHome command.
Inputs:
None
Outputs:
None
Assumptions:
None
Side Effects:
The OS will deactivate or terminate the current application to activate the
Home screen.
Availability:
On AMS 1.05 and higher.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also: EV_quit
Example:
cmd_disphome();