]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - Ada95/html/man/mitem_current.3x.html
ncurses 5.0
[ncurses.git] / Ada95 / html / man / mitem_current.3x.html
similarity index 87%
rename from Ada95/html/mitem_current.3x.html
rename to Ada95/html/man/mitem_current.3x.html
index d5cacd70e53b2a3976328fa45d8672b1659bc399..344ada631e504726b56b5e7852df1b64e042a68f 100644 (file)
@@ -1,12 +1,12 @@
 <HTML>
-<BODY BGCOLOR="#99ccbb" TEXT="#000000" LINK="#4060b0" VLINK="#000080" ALINK="#ff4040">
+<BODY>
 <PRE>
        <STRONG>mitem_current</STRONG> - set and get current_menu_item
 
 
 </PRE>
 <H2>SYNOPSIS</H2><PRE>
-       <STRONG>#include</STRONG> <STRONG>&lt;menu.h&gt;</STRONG>
+       <STRONG>#include</STRONG> <STRONG><menu.h></STRONG>
        int set_current_item(MENU *menu, const ITEM *item);
        ITEM *current_item(const MENU *menu);
        int set_top_row(MENU *menu, int row);
@@ -37,7 +37,7 @@
        <STRONG>current_item</STRONG> returns <STRONG>NULL</STRONG> on error.
 
        <STRONG>top_row</STRONG> and <STRONG>item_index</STRONG>  return  <STRONG>ERR</STRONG>  (the  general  <STRONG>curses</STRONG>
-       <STRONG>error</STRONG> <STRONG>value)</STRONG> <STRONG>on</STRONG> <STRONG>error.</STRONG>
+       error value) on error.
 
        <STRONG>set_current_item</STRONG> and <STRONG>set_top_row</STRONG> return one of the follow-
        ing:
@@ -61,8 +61,8 @@
 
 </PRE>
 <H2>SEE ALSO</H2><PRE>
-       The header file <STRONG>&lt;menu.h&gt;</STRONG> automatically includes the header
-       file <STRONG>&lt;curses.h&gt;</STRONG>.
+       The header file <STRONG><menu.h></STRONG> automatically includes the header
+       file <STRONG><curses.h></STRONG>.
 
 
 </PRE>