This escape sequence sets the state of the ZTERM window. With this escape sequence you can leave set ZTERM to a minimized state when the host-application is idle and then automatically tell ZTERM to restore to it's pre-minimized state when the host-application wants to get the user's attention.
Parameter |
Value or Description |
Lead-in |
CHR$(27) CHR$(25) |
Command |
M - minimize window |
X - maximize window |
|
R - restore window |
|
N - normal window |
Example
PRINT CHR$(27);CHR$(25);"R";
PRINT TAB(12,30);"** Order Received **";
Please note that on Windows CE implementations only commands "M" and "N" are supported since Windows CE only supports full-screen applications.