X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_inopts.3x.html;h=4bee87ac6af6a337478dc9904cb964962be50c9f;hb=4c9f63c460cb7134f142aa65f6866c175ed77605;hp=7d4d049bd23974778bdc8268f1b8a314ba791f3c;hpb=7884aa084f9440fd964f14fe31853a5f85db5104;p=ncurses.git diff --git a/doc/html/man/curs_inopts.3x.html b/doc/html/man/curs_inopts.3x.html index 7d4d049b..4bee87ac 100644 --- a/doc/html/man/curs_inopts.3x.html +++ b/doc/html/man/curs_inopts.3x.html @@ -1,6 +1,6 @@ - @@ -36,7 +36,7 @@ curs_inopts 3x - +

curs_inopts 3x

@@ -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