X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=Ada95%2Fhtml%2Fman%2Fcurs_getch.3x.html;fp=Ada95%2Fhtml%2Fcurs_getch.3x.html;h=376dd5995a95e80adcd7adc273e42c24d18254b7;hp=52d2397659c526d4e386eb04c27325be30f0d03b;hb=0eb88fc5281804773e2a0c7a488a4452463535ce;hpb=661078ddbde3ce0f3b06e95642fbb9b5fef7dca1 diff --git a/Ada95/html/curs_getch.3x.html b/Ada95/html/man/curs_getch.3x.html similarity index 96% rename from Ada95/html/curs_getch.3x.html rename to Ada95/html/man/curs_getch.3x.html index 52d23976..376dd599 100644 --- a/Ada95/html/curs_getch.3x.html +++ b/Ada95/html/man/curs_getch.3x.html @@ -1,5 +1,5 @@ - +
        getch,  wgetch,  mvgetch, mvwgetch, ungetch - get (or push
        back) characters from curses terminal keyboard
@@ -7,7 +7,7 @@
 
 

SYNOPSIS

-       #include <curses.h>
+       #include 
 
        int getch(void);
        int wgetch(WINDOW *win);
@@ -45,7 +45,7 @@
        If  keypad  is  TRUE,  and  a function key is pressed, the
        token for that function key is returned instead of the raw
        characters.    Possible   function  keys  are  defined  in
-       <curses.h> as macros with  values  outside  the  range  of
+        as macros with  values  outside  the  range  of
        8-bit  characters  whose  names  begin  with KEY_. Thus, a
        variable intended to hold the return value of  a  function
        key must be of short size or larger.
@@ -64,7 +64,7 @@
 
 
    Function Keys
-       The  following function keys, defined in <curses.h>, might
+       The  following function keys, defined in , might
        be returned by getch if keypad  has  been  enabled.   Note
        that  not  all  of  these are necessarily supported on any
        particular terminal.
@@ -74,8 +74,8 @@
        KEY_BREAK/Break  key  KEY_DOWN/The  four  arrow  keys  ...
        KEY_UP  KEY_LEFT  KEY_RIGHT KEY_HOME/Home key (upward+left
        arrow) KEY_BACKSPACE/Backspace  KEY_F0/T{  Function  keys;
-       space  for 64 keys is reserved.  T} KEY_F(n)/T{ For 0 <= n
-       <=   63   T}   KEY_DL/Delete   line   KEY_IL/Insert   line
+       space  for 64 keys is reserved.  T} KEY_F(n)/T{ For 0 <= n
+       <=   63   T}   KEY_DL/Delete   line   KEY_IL/Insert   line
        KEY_DC/Delete character KEY_IC/Insert char or enter insert
        mode KEY_EIC/Exit insert char mode KEY_CLEAR/Clear  screen
        KEY_EOS/Clear  to  end  of  screen KEY_EOL/Clear to end of
@@ -149,7 +149,7 @@
        Note that getch, mvgetch, and mvwgetch may be macros.
 
        Historically, the set of keypad macros was largely defined
-       by  the  extremely  function-key-rich keyboard of the AT&T
+       by  the  extremely  function-key-rich keyboard of the AT&T
        7300, aka 3B1, aka Safari 4.   Modern  personal  computers
        usually  have  only a small subset of these.  IBM PC-style
        consoles  typically  support  little  more  than   KEY_UP,