On Tue, Oct 17, 2023 at 06:34:58PM -0700, Andrew Hewus Fresh wrote:
> On Tue, Oct 17, 2023 at 06:13:30PM -0700, Andrew Hewus Fresh wrote:
> > On Tue, Oct 17, 2023 at 05:10:44PM -0700, Greg Steuck wrote:
> > > I just got myself a fresh snapshot with libncurses.so.15.0:
> > > OpenBSD 7.4-current (GENERIC.MP) #1409: Tue Oct 17 17:08:49 MDT 2023
> > > 
> > > I get some unhappiness now:
> > > # pkg_add -ui
> > > No progress meter: failed termcap loop
> > > quirks-6.161 signed on 2023-10-16T11:16:03Z
> > > 
> > > Fallout from the ncurses upgrade?

<SNIP>
 
 And this is committed with an upstream PR created.

 https://github.com/jonathanstowe/Term-Cap/pull/17
 
> Index: gnu/usr.bin/perl/cpan/Term-Cap/Cap.pm
> ===================================================================
> RCS file: /cvs/src/gnu/usr.bin/perl/cpan/Term-Cap/Cap.pm,v
> retrieving revision 1.2
> diff -u -p -r1.2 Cap.pm
> --- gnu/usr.bin/perl/cpan/Term-Cap/Cap.pm     5 Feb 2017 00:32:03 -0000       
> 1.2
> +++ gnu/usr.bin/perl/cpan/Term-Cap/Cap.pm     18 Oct 2023 01:25:11 -0000
> @@ -280,7 +280,7 @@ sub Tgetent
>  
>      $first = 0;    # first entry (keeps term name)
>  
> -    $max = 32;     # max :tc=...:'s
> +    $max = 64;     # max :tc=...:'s
>  
>      if ($entry)
>      {
> 

Reply via email to