]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - Ada95/html/man/define_key.3x.html
ncurses 5.0
[ncurses.git] / Ada95 / html / man / define_key.3x.html
similarity index 84%
rename from Ada95/html/define_key.3x.html
rename to Ada95/html/man/define_key.3x.html
index 585285cddf74e47d19bc57213481aebd8551e77c..2e18202b0b6fadd4efbd07485871fc949a85bfe4 100644 (file)
@@ -1,12 +1,12 @@
 <HTML>
-<BODY BGCOLOR="#99ccbb" TEXT="#000000" LINK="#4060b0" VLINK="#000080" ALINK="#ff4040">
+<BODY>
 <PRE>
        <STRONG>define_key</STRONG> - define a keycode
 
 
 </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>define_key(char</STRONG> <STRONG>*definition,</STRONG> <STRONG>int</STRONG> <STRONG>keycode);</STRONG>
 
@@ -20,7 +20,9 @@
        terminfo database.
 
        If  the  given string is null, any existing definition for
-       the keycode is removed.
+       the keycode is removed.  Similarly, if the  given  keycode
+       is  negative  or  zero,  any existing string for the given
+       definition is removed.
 
 
 </PRE>
@@ -63,8 +65,6 @@
 
 
 
-
-
 </PRE>
 </BODY>
 </HTML>