X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_inopts.3x.html;h=533d6709f8c545f968676c65e0c44344c2914240;hp=7d4d049bd23974778bdc8268f1b8a314ba791f3c;hb=42259b594b5dabd37fe2bc294051d2db82e873a2;hpb=31dcb6fc49a6814a67cdc21db26390752e743d7f diff --git a/doc/html/man/curs_inopts.3x.html b/doc/html/man/curs_inopts.3x.html index 7d4d049b..533d6709 100644 --- a/doc/html/man/curs_inopts.3x.html +++ b/doc/html/man/curs_inopts.3x.html @@ -27,7 +27,7 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_inopts.3x,v 1.32 2020/10/24 09:18:33 tom Exp @ + * @Id: curs_inopts.3x,v 1.33 2020/12/05 19:38:18 Benno.Schulenberg Exp @ --> @@ -167,16 +167,18 @@ translates the return key into newline on input. -

nodelay/notimeout

+

nodelay

        The nodelay option causes getch to be a non-blocking call.  If no input
        is ready, getch returns ERR.  If disabled (bf is  FALSE),  getch  waits
        until a key is pressed.
 
-       While  interpreting  an  input escape sequence, wgetch(3x) sets a timer
-       while waiting for the  next  character.   If  notimeout(win,  TRUE)  is
-       called,  then  wgetch does not set a timer.  The purpose of the timeout
-       is to differentiate between sequences received from a function key  and
-       those typed by a user.
+
+

notimeout

+       When  interpreting  an  escape  sequence, wgetch(3x) sets a timer while
+       waiting for the next character.  If  notimeout(win,  TRUE)  is  called,
+       then  wgetch  does  not  set a timer.  The purpose of the timeout is to
+       differentiate between sequences received from a function key and  those
+       typed by a user.
 
 
 

raw/noraw

@@ -315,7 +317,8 @@
 
  • keypad
  • meta
  • nl/nonl
  • -
  • nodelay/notimeout
  • +
  • nodelay
  • +
  • notimeout
  • raw/noraw
  • qiflush/noqiflush
  • timeout/wtimeout