FACURSOR(3D) HP Integral PC (Proposed) FACURSOR(3D) FACURSOR(3D) HP Integral PC (Proposed) FACURSOR(3D) FACURSOR(3D) HP Integral PC (Proposed) FACURSOR(3D) FACURSOR(3D) HP Integral PC (Proposed) FACURSOR(3D) NAME NAME NAME NAME facursor - control the displayed cursor SYNOPSIS SYNOPSIS SYNOPSIS SYNOPSIS #include #include #include #include int int int int facursor( fd, column, line, cflag ); facursor( fd, column, line, cflag ); facursor( fd, column, line, cflag ); facursor( fd, column, line, cflag ); int fd; int fd; int fd; int fd; int column, line; int column, line; int column, line; int column, line; int cflag; int cflag; int cflag; int cflag; DESCRIPTION DESCRIPTION DESCRIPTION DESCRIPTION If cflag is TRUE, the cursor is made visible. If FALSE, the cflag cflag cflag cursor is made invisible (if possible). If column and line column line column line column line are valid coordinates, the cursor (visible or invisible) is positioned accordingly. If either is invalid (ie.. -1), the cursor position is not affected. Note that FACURSORNOMOVE is defined (as -1) in to provide a mnemonic method for specifying invalid values. Example uses: Turn Cursor On at 0,0 facursor(fd,0,0,TRUE); Move Cursor Invisibly To 5,3 facursor(fd,5,3,FALSE); Turn Cursor On Wherever It Is facursor(fd,-1,-1,TRUE); FILES FILES FILES FILES /usr/include/fa.h /usr/lib/libfa.a SEE ALSO SEE ALSO SEE ALSO SEE ALSO facursor(3D), fagetinfo(3D), fainit(3D), faintro(3D), farectwrite(3D), faroll(3D), fawrite(3D) Hewlett-Packard - 1 - (printed 12/14/84)