X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_get_wch.3x.html;h=d75b72493b08b447f2ee5e026aa535339050be6e;hp=148f4fc76976409ef957bf8abf3b3d2881cc1b39;hb=2a32bee362db64f5a06b2124976b928ac3faa578;hpb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012 diff --git a/doc/html/man/curs_get_wch.3x.html b/doc/html/man/curs_get_wch.3x.html index 148f4fc7..d75b7249 100644 --- a/doc/html/man/curs_get_wch.3x.html +++ b/doc/html/man/curs_get_wch.3x.html @@ -38,23 +38,20 @@ -

curs_get_wch 3x

-
+

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,8 +61,7 @@
        int unget_wch(const wchar_t wch);
 
 
-
-

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,8 +101,7 @@
        operation may fail.
 
 
-
-

NOTES

+

NOTES

        The  header  file  <curses.h>  automatically  includes the
        header file <stdio.h>.
 
@@ -122,8 +117,7 @@
        All functions except wget_wch and unget_wch may be macros.
 
 
-
-

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,8 +132,7 @@
        outside the window, or if the window pointer is null.
 
 
-
-

SEE ALSO

+

SEE ALSO

        curses(3x),       curs_getch(3x),        curs_ins_wch(3x),
        curs_inopts(3x), curs_move(3x), curs_refresh(3x)