]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - Ada95/html/man/curs_getyx.3x.html
ncurses 5.0
[ncurses.git] / Ada95 / html / man / curs_getyx.3x.html
similarity index 89%
rename from Ada95/html/curs_getyx.3x.html
rename to Ada95/html/man/curs_getyx.3x.html
index 89231567456d6efc85918ffd3a28391bf83260c0..1c1b5e77e6460193ce4aa0aef5353279706566a7 100644 (file)
@@ -1,5 +1,5 @@
 <HTML>
-<BODY BGCOLOR="#99ccbb" TEXT="#000000" LINK="#4060b0" VLINK="#000080" ALINK="#ff4040">
+<BODY>
 <PRE>
        <STRONG>getyx</STRONG>,  <STRONG>getparyx</STRONG>,  <STRONG>getbegyx</STRONG>,  <STRONG>getmaxyx</STRONG> - get <STRONG>curses</STRONG> cursor
        and window coordinates
@@ -7,7 +7,7 @@
 
 </PRE>
 <H2>SYNOPSIS</H2><PRE>
-       <STRONG>#include</STRONG> <STRONG>&lt;curses.h&gt;</STRONG>
+       <STRONG>#include</STRONG> <STRONG><curses.h></STRONG>
 
        <STRONG>void</STRONG> <STRONG>getyx(WINDOW</STRONG> <STRONG>*win,</STRONG> <STRONG>int</STRONG> <STRONG>y,</STRONG> <STRONG>int</STRONG> <STRONG>x);</STRONG>
        <STRONG>void</STRONG> <STRONG>getparyx(WINDOW</STRONG> <STRONG>*win,</STRONG> <STRONG>int</STRONG> <STRONG>y,</STRONG> <STRONG>int</STRONG> <STRONG>x);</STRONG>
@@ -39,7 +39,7 @@
 
 </PRE>
 <H2>NOTES</H2><PRE>
-       All of these interfaces are macros and  that  "<STRONG>&amp;</STRONG>"  is  not
+       All of these interfaces are macros and  that  "<STRONG>&</STRONG>"  is  not
        necessary before the variables <EM>y</EM> and <EM>x</EM>.