lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV 2-7ac-0.31 startup bug


From: T.E.Dickey
Subject: Re: LYNX-DEV 2-7ac-0.31 startup bug
Date: Sat, 22 Mar 1997 09:26:28 -0500 (EST)

> 
> In src/LYCurses.c,
> 
> /*
>  * Hold the codes for color-pairs here until 'initscr()' is called.
>  */
> PRIVATE struct {
>     int fg;
>     int bg;
> } lynx_color_pairs[17];    /* no good */
> 
> This array is used up to and including element #24 (n+17, where n ranges
> up to 7), so it should be declared lynx_color_pairs[25].
right.  I missed that on my patch last week.  will fix.

-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey
;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

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