Sun Microsystems, Inc.
spacerspacer
spacer   www.sun.com docs.sun.com | | |  
spacer
black dot
   
A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z
    
 
X/Open Curses Library Functionscurs_set(3XCURSES)


NAME

 curs_set - set visibility of cursor

SYNOPSIS

 
#include <curses.h>
int curs_set(int visibility);

DESCRIPTION

 

The curs_set() function sets the visibility of the cursor to invisible (0), normal (1), or very visible (2). The exact appearance of normal and very visible cursors is terminal dependent.

PARAMETERS

 
visibility
Is a value of 0 (invisible), 1 (normal), or 2 (very visible).

RETURN VALUES

 

If the terminal supports the mode specified by the visibility parameter, the curs_set() function returns the previous cursor state. Otherwise, it returns ERR.

ERRORS

 

None.


SunOS 5.9Go To TopLast Changed 1 Jun 1996

 
      
      
Copyright 2002 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.