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 Functionsfilter(3XCURSES)


NAME

 filter - disable use of certain terminal capabilities

SYNOPSIS

 
#include <curses.h>
void filter(void);

DESCRIPTION

 

The filter() function changes how X/Open Curses initializes terminal capabilities that assume the terminal has more than one line. After a call to filter(), the initscr(3XCURSES) or newterm(3XCURSES) functions also:

  • Disable use of clear, cud, cud1, cup, cuu1, and vpa.
  • Set home string to the value of cr.
  • Set lines to 1.

RETURN VALUES

 

The filter() function does not return a value.

ERRORS

 

None.

SEE ALSO

 

initscr(3XCURSES), newterm(3XCURSES)


SunOS 5.9Go To TopLast Changed 1 Jun 1996

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