Hi Kevin, On 2026-02-13T11:17:34+0800, Kevin J. McCarthy wrote: > On Thu, Feb 12, 2026 at 11:56:19PM +0100, Alejandro Colomar via Mutt-dev > wrote: > > This avoids an explicit size multiplication, which can overflow the > > calculation. > > My concern is the conversation in the other thread about wc support, and > portability, and --without-wc-funcs. Otherwise this looks fine.
Ok; let's wait till that's settled. I should also change the commit message, per what Greg said. > > > diff --git a/enter.c b/enter.c > > index 54e81178b3c5..ba8b9963659c 100644 > > --- a/enter.c > > +++ b/enter.c > > @@ -29,6 +29,7 @@ > > #include "buffy.h" > > > > #include <string.h> > > +#include <wchar.h> > > In mutt, this is already covered by #include "mutt.h". Ahh, ok. Cheers, Alex -- <https://www.alejandro-colomar.es>
signature.asc
Description: PGP signature
