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

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

curs_in_wch(3)

Contents


NAME    [Toc]    [Back]

       curs_in_wch,  in_wch, win_wch, mvin_wch, mvwin_wch - Input
       a complex character and rendition from a Curses window

SYNOPSIS    [Toc]    [Back]

       #include <curses.h>

       int in_wch(
               cchar_t *wcval ); int win_wch(
               WINDOW *win,
               cchar_t *wcval ); int mvin_wch(
               int y,
               int x,
               cchar_t *wcval ); int mvwin_wch(
               WINDOW *win,
               int y,
               int x,
               cchar_t *wcval );

LIBRARY    [Toc]    [Back]

       Curses Library (libcurses)

STANDARDS    [Toc]    [Back]

       Interfaces documented on this reference  page  conform  to
       industry standards as follows:

       in_wch, win_wch, mvin_wch, mvwin_wch:  XCURSES4.2

       Refer to the standards(5) reference page for more information
 about industry standards and associated tags.

DESCRIPTION    [Toc]    [Back]

       These functions extract the complex character  and  rendition
 from the current or specified position in the current
       or specified window into the object pointed to by wcval.

NOTES    [Toc]    [Back]

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

       Note that in_wch, mvin_wch and mvwin_wch may be macros.

RETURN VALUES    [Toc]    [Back]

       Upon  successful  completion,  these  functions return OK.
       Otherwise, they return ERR.

SEE ALSO    [Toc]    [Back]

      
      
       Functions: curses(3)

       Others: standards(5)



                                                   curs_in_wch(3)
[ Back ]
 Similar pages
Name OS Title
wins_wch Tru64 Insert a complex character and rendition before the character under the cursor in a Curses window
mvwins_wch Tru64 Insert a complex character and rendition before the character under the cursor in a Curses window
curs_ins_wch Tru64 Insert a complex character and rendition before the character under the cursor in a Curses window
ins_wch Tru64 Insert a complex character and rendition before the character under the cursor in a Curses window
mvins_wch Tru64 Insert a complex character and rendition before the character under the cursor in a Curses window
echo_wchar Tru64 Add a complex character and rendition to a Curses window and advance the cursor
mvwadd_wch Tru64 Add a complex character and rendition to a Curses window and advance the cursor
curs_add_wch Tru64 Add a complex character and rendition to a Curses window and advance the cursor
wadd_wch Tru64 Add a complex character and rendition to a Curses window and advance the cursor
add_wch Tru64 Add a complex character and rendition to a Curses window and advance the cursor
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service