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

  man pages->IRIX man pages -> curs_inwchs (3x)              
Title
Content
Arch
Section
 

Contents


curs_inwchstr(3X)					     curs_inwchstr(3X)


NAME    [Toc]    [Back]

     curs_inwchstr: inwchstr, inwchnstr, winwchstr, winwchnstr,	mvinwchstr,
     mvinwchnstr, mvwinwchstr, mvwinwchnstr - get a string of wchar_t
     characters	(and attributes) from a	curses window

SYNOPSIS    [Toc]    [Back]

     #include <curses.h>

     int inwchstr(chtype *wchstr);

     int inwchnstr(chtype *wchstr, int n);
     int winwchstr(WINDOW *win,	chtype *wchstr);

     int winwchnstr(WINDOW *win, chtype	*wchstr, int n);
     int mvinwchstr(int	y, int x, chtype *wchstr);

     int mvinwchnstr(int y, int	x, chtype *wchstr, int n);
     int mvwinwchstr(WINDOW *win, int y, int x,	chtype *wchstr);

     int mvwinwchnstr(WINDOW *win, int y, int x, chtype	*wchstr, int n);

DESCRIPTION    [Toc]    [Back]

     These routines return a string of type chtype, holding wchar_t
     characters, starting at the current cursor	position in the	named window
     and ending	at the right margin of the window.  The	four functions with n
     as	the last argument, return the string at	most n <b>wchar_t characters
     long.  Constants defined in <curses.h> can	be used	with the & (logical
     AND) operator to extract the wchar_t character or the attribute alone
     from any position in the chstr [see curs_inwch(3X)].

RETURN VALUE    [Toc]    [Back]

     All routines return the integer ERR upon failure and an integer value
     other than	ERR upon successful completion.

NOTES    [Toc]    [Back]

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

     Note that all routines except winwchnstr may be macros.

SEE ALSO    [Toc]    [Back]

      
      
     curses(3X), curs_inwch(3X).


									PPPPaaaaggggeeee 1111
[ Back ]
 Similar pages
Name OS Title
curs_inchstr IRIX get a string of characters (and attributes) from a curses window
curs_addwchs IRIX add string of wchar_t characters (and attributes) to a curses window
curs_addchst IRIX add string of characters (and attributes) to a curses window
mvinchnstr Tru64 Get a string of characters (and attributes) from a Curses window
mvinchstr Tru64 Get a string of characters (and attributes) from a Curses window
curs_inchstr Tru64 Get a string of characters (and attributes) from a Curses window
mvaddchnstr Tru64 Add string of characters (and attributes) to a Curses window
mvaddchstr Tru64 Add string of characters (and attributes) to a Curses window
waddchnstr Tru64 Add string of characters (and attributes) to a Curses window
curs_addchstr FreeBSD add a string of characters (and attributes) to a curses window
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service