aboutsummaryrefslogtreecommitdiff
path: root/pkg/images/tv/iis/ids/idsscur.x
blob: 7ec48c32e8c46eb1ba7b26da0abc647395701ca5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.

# IDS_SETCURSOR -- Set the position of a cursor.

procedure ids_setcursor (x, y, cursor)

int	x, y			# new position of cursor
int	cursor			# cursor to be set

begin
	call zcursor_set(cursor, x, y)
end