X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_get_wch.3x.html;h=148f4fc76976409ef957bf8abf3b3d2881cc1b39;hp=ed90a95417b7558465f9f78c8179413211593bda;hb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012;hpb=b0b1980be11bba618d84beb8b30ac94e2c820602 diff --git a/doc/html/man/curs_get_wch.3x.html b/doc/html/man/curs_get_wch.3x.html index ed90a954..148f4fc7 100644 --- a/doc/html/man/curs_get_wch.3x.html +++ b/doc/html/man/curs_get_wch.3x.html @@ -1,4 +1,3 @@ - + + + curs_get_wch 3x @@ -39,21 +41,20 @@

curs_get_wch 3x


-
 curs_get_wch(3x)                                       curs_get_wch(3x)
 
 
 
 
 
-

NAME

+

NAME

        get_wch,  wget_wch, mvget_wch, mvwget_wch, unget_wch - get
        (or push back) a wide character from curses terminal  key-
        board
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <curses.h>
 
        int get_wch(wint_t *wch);
@@ -64,7 +65,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        The get_wch, wget_wch, mvget_wch, and mvwget_wch functions
        read a character from the  terminal  associated  with  the
        current  or  specified  window.   In  no-delay mode, if no
@@ -105,7 +106,7 @@
 
 
 
-

NOTES

+

NOTES

        The  header  file  <curses.h>  automatically  includes the
        header file <stdio.h>.
 
@@ -122,7 +123,7 @@
 
 
 
-

RETURN VALUE

+

RETURN VALUE

        When  get_wch,  wget_wch,  mvget_wch, and mvwget_wch func-
        tions successfully report the pressing of a function  key,
        they return KEY_CODE_YES.  When they successfully report a
@@ -138,7 +139,7 @@
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x),       curs_getch(3x),        curs_ins_wch(3x),
        curs_inopts(3x), curs_move(3x), curs_refresh(3x)
 
@@ -146,7 +147,15 @@
 
                                                        curs_get_wch(3x)
 
-
-Man(1) output converted with man2html +