]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - Ada95/html/man/curs_kernel.3x.html
ncurses 5.0
[ncurses.git] / Ada95 / html / man / curs_kernel.3x.html
similarity index 92%
rename from Ada95/html/curs_kernel.3x.html
rename to Ada95/html/man/curs_kernel.3x.html
index fe706d521f7868173640d89728dd707b51abc5ec..9e88ccaaceb6018139b66682031d232555fedcc2 100644 (file)
@@ -1,5 +1,5 @@
 <HTML>
-<BODY BGCOLOR="#99ccbb" TEXT="#000000" LINK="#4060b0" VLINK="#000080" ALINK="#ff4040">
+<BODY>
 <PRE>
        <STRONG>def_prog_mode</STRONG>,       <STRONG>def_shell_mode</STRONG>,      <STRONG>reset_prog_mode</STRONG>,
        <STRONG>reset_shell_mode</STRONG>, <STRONG>resetty</STRONG>, <STRONG>savetty</STRONG>, <STRONG>getsyx</STRONG>, <STRONG>setsyx</STRONG>, <STRONG>ripof-</STRONG>
@@ -8,7 +8,7 @@
 
 </PRE>
 <H2>SYNOPSIS</H2><PRE>
-       <STRONG>#include</STRONG> <STRONG>&lt;curses.h&gt;</STRONG>
+       <STRONG>#include</STRONG> <STRONG><curses.h></STRONG>
 
        <STRONG>int</STRONG> <STRONG>def_prog_mode(void);</STRONG>
        <STRONG>int</STRONG> <STRONG>def_shell_mode(void);</STRONG>
@@ -73,7 +73,7 @@
        dow that has been allocated and an integer with the number
        of columns in the window.  Inside this initialization rou-
        tine, the integer variables <STRONG>LINES</STRONG>  and  <STRONG>COLS</STRONG>  (defined  in
-       <STRONG>&lt;curses.h&gt;</STRONG>) are not guaranteed to be accurate and <STRONG>wrefresh</STRONG>
+       <STRONG><curses.h></STRONG>) are not guaranteed to be accurate and <STRONG>wrefresh</STRONG>
        or <STRONG>doupdate</STRONG> must not be called.  It is allowable  to  call
        <STRONG>wnoutrefresh</STRONG> during the initialization routine.
 
 
 </PRE>
 <H2>NOTES</H2><PRE>
-       Note that <STRONG>getsyx</STRONG> is a macro, so <STRONG>&amp;</STRONG> is not necessary  before
+       Note that <STRONG>getsyx</STRONG> is a macro, so <STRONG>&</STRONG> is not necessary  before
        the variables <EM>y</EM> and <EM>x</EM>.
 
-       The  SVr4 man pages warn that the return value of <STRONG>curs_set</STRONG>
-       "is currently incorrect".   This  implementation  gets  it
-       right, but it may be unwise to count on the correctness of
-       the return value anywhere else.
+       Older  SVr4  man  pages  warn  that  the  return  value of
+       <STRONG>curs_set</STRONG> "is currently  incorrect".   This  implementation
+       gets  it  right, but it may be unwise to count on the cor-
+       rectness of the return value anywhere else.
 
 
 </PRE>