bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug in include/Caps.aix4


From: bug-ncurses
Subject: Bug in include/Caps.aix4
Date: Sat, 28 Jul 2001 21:12:28 -0500
User-agent: Mutt/1.2.5i

An empty line in include/Caps.aix4 generates an empty #define in
include/curses.h. Patch below to fix.

-- 
albert chin (address@hidden)

-- snip snip
--- include/Caps.aix4.orig      Sat Jul 28 20:59:53 2001
+++ include/Caps.aix4   Sat Jul 28 21:01:01 2001
@@ -615,7 +615,7 @@
 key_f62                                kf62    str     Fq      KEY_F(62)       
-       ----E   F62 function key
 key_f63                                kf63    str     Fr      KEY_F(63)       
-       ----E   F63 function key
 key_action                     kact    str     kJ      -               -       
----K   sent by action key
-
+#
 # The IBM docs say these capabilities are for table-drawing, and are
 # valid only for aixterm descriptions.
 enter_topline_mode             topl    str     tp      -               -       
----K   start top-line mode



reply via email to

[Prev in Thread] Current Thread [Next in Thread]