*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Tru64 Unix man pages -> mvinwch (3)              
Title
Content
Arch
Section
 

curs_inwch(3)

Contents


NAME    [Toc]    [Back]

       curs_inwch,  inwch,  winwch,  mvinwch,  mvwinwch  -  Get a
       wchar_t character and its attributes from a Curses window

SYNOPSIS    [Toc]    [Back]

       #include <curses.h>

       chtype inwch(
               void ); chtype winwch(
               WINDOW *win ); chtype mvinwch(
               int y,
               int x ); chtype mvwinwch(
               WINDOW *win,
               int y,
               int x );

LIBRARY    [Toc]    [Back]

       Curses Library (libcurses)

DESCRIPTION    [Toc]    [Back]

       These routines return the wide character, of type  chtype,
       at  the  current  or  specified position in the current or
       specified window. If any attributes are set for that position,
  their values included in the returned value through
       an inclusive OR operation. Constants defined in <curses.h>
       can  be  used with the & (logical AND) operator to extract
       the character or attributes alone.

   Attributes    [Toc]    [Back]
       The following bit-masks may be used  (logical  AND  operation)
  with  characters  returned  by  winwch: Bit-mask to
       extract character Bit-mask to extract attributes  Bit-mask
       to extract color-pair field information

NOTES    [Toc]    [Back]

       The  header  file  <curses.h>  automatically  includes the
       header file <stdio.h>.

       Note that all of  these  routines  except  winwch  may  be
       macros.

       The  routines  described  on this reference page are among
       the MNLS Curses functions that are  not  included  in  the
       X/Open  Curses  CAE  specification. MNLS routines are supported
 only for backward compatibility  reasons.  Use  the
       *in_wch     functions    in    new    applications    (see
       curs_in_wch(3)).

SEE ALSO    [Toc]    [Back]

      
      
       Functions: curses(3), curs_in_wch(3)



                                                    curs_inwch(3)
[ Back ]
 Similar pages
Name OS Title
addwch Tru64 Add a wchar_t character (with attributes) to a Curses window and advance cursor
waddwch Tru64 Add a wchar_t character (with attributes) to a Curses window and advance cursor
mvaddwch Tru64 Add a wchar_t character (with attributes) to a Curses window and advance cursor
echowchar Tru64 Add a wchar_t character (with attributes) to a Curses window and advance cursor
mvwaddwch Tru64 Add a wchar_t character (with attributes) to a Curses window and advance cursor
curs_addwch Tru64 Add a wchar_t character (with attributes) to a Curses window and advance cursor
wechowchar Tru64 Add a wchar_t character (with attributes) to a Curses window and advance cursor
curs_inwchstr Tru64 Get a string of wchar_t characters (and attributes) from a Curses window
waddwchnstr Tru64 Add a string of wchar_t characters (and attributes) to a Curses window
waddwchstr Tru64 Add a string of wchar_t characters (and attributes) to a Curses window
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service