xref: /inferno-os/man/9/cursor (revision 46439007cf417cbd9ac8049bb4122c890097a0fa)
CURSOR 9
NAME
cursor - change the current mouse cursor
SYNOPSIS
cursor ?options?
INTRODUCTION
Cursor changes the image displayed at the current mouse position. The following options are supported:

\f5-image image Image gives a name created using the image (9) command; the image must conform to the rules given for Display.cursor (see draw-display (2)).

\f5-bitmap bitmap Similar to -image but using the bitmap syntax (see types (9)).

\f5-x dist The cursor will be drawn dist to the right of the actual position of the mouse.

\f5-y dist The cursor will be drawn dist below the actual position of the mouse.

-default Revert the cursor to its default image.

BUGS
A cursor image should have some inherent association with its hot-spot offset.
SEE ALSO
options (9), types (9)