bug-ncurses
[Top][All Lists]
Advanced

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

Re: Bug in include/Caps.aix4


From: Thomas Dickey
Subject: Re: Bug in include/Caps.aix4
Date: Sun, 29 Jul 2001 06:25:54 -0400
User-agent: Mutt/1.2.5i

On Sat, Jul 28, 2001 at 09:12:28PM -0500, address@hidden wrote:
> An empty line in include/Caps.aix4 generates an empty #define in
> include/curses.h. Patch below to fix.

thanks (though perhaps I'll try to change the awk script - blank lines are
nice, too)
 
> -- 
> 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
> 
> _______________________________________________
> Bug-ncurses mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-ncurses

-- 
Thomas E. Dickey <address@hidden>
http://dickey.his.com
ftp://dickey.his.com



reply via email to

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