Programming Guide



sm_*at_cur

Displays a window at the cursor location

int sm_d_at_cur(char *address);
int sm_l_at_cur(int lib_desc, char *name);
int sm_r_at_cur(char *name);

address
The address of the screen in memory.

lib_desc
Specifies the library in which the window is stored, where lib_desc is an integer returned by sm_l_open. You must call sm_l_open before you read any screens from a library.

name
The name of the window.

Environment

sm_d_at_cur is C only

Returns

Description

sm_window.