X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fcurs_touch.3x.html;h=52660dba30cc7920bac0e9eac374f6f7a2ae8672;hp=64f83cdc530faa80e1ec528db5d3a1ad8cbeb725;hb=55ccd2b959766810cf7db8d1c4462f338ce0afc8;hpb=a8987e73ec254703634802b4f7ee30d3a485524d diff --git a/doc/html/man/curs_touch.3x.html b/doc/html/man/curs_touch.3x.html index 64f83cdc..52660dba 100644 --- a/doc/html/man/curs_touch.3x.html +++ b/doc/html/man/curs_touch.3x.html @@ -1,7 +1,7 @@ @@ -40,7 +40,7 @@
 
-curs_touch(3x)                                     curs_touch(3x)
+curs_touch(3x)                                           curs_touch(3x)
 
 
 
@@ -95,15 +95,30 @@
        unless otherwise noted in the preceding  routine  descrip-
        tions.
 
+       X/Open  does not define any error conditions.  In this im-
+       plementation
+
+              is_linetouched
+                   returns an error  if  the  window  pointer  is
+                   null,  or  if  the  line number is outside the
+                   window.  Note that ERR is distinct  from  TRUE
+                   and  FALSE, which are the normal return values
+                   of this function.
+
+              wtouchln
+                   returns an error  if  the  window  pointer  is
+                   null,  or  if  the  line number is outside the
+                   window.
+
 
 

PORTABILITY

-       The  XSI  Curses  standard,  Issue 4 describes these func-
+       The XSI Curses standard, Issue  4  describes  these  func-
        tions.
 
-       Some historic curses implementations had,  as  an  undocu-
-       mented  feature,  the  ability  to  do  the  equivalent of
-       clearok(..., 1) by saying touchwin(stdscr)  or  clear(std-
+       Some  historic  curses  implementations had, as an undocu-
+       mented feature,  the  ability  to  do  the  equivalent  of
+       clearok(...,  1)  by saying touchwin(stdscr) or clear(std-
        scr).  This will not work under ncurses.
 
 
@@ -118,7 +133,7 @@
 
 
 
-                                                   curs_touch(3x)
+                                                         curs_touch(3x)