On Tue, Jun 22, 2021 at 07:49:09AM +0000, Brett Lymn wrote: > Module Name: src > Committed By: blymn > Date: Tue Jun 22 07:49:09 UTC 2021 > > Modified Files: > src/lib/libcurses: addbytes.c > > Log Message: > Rework the fix for lib/56224. > Move the scroll check to _cursesi_addwchar > Perform the scroll check before updating the cursor location when > processing \n. > > > To generate a diff of this commit: > cvs rdiff -u -r1.56 -r1.57 src/lib/libcurses/addbytes.c
This (or the series) broke the non-wide char builds. Easy/quick reproducer: build.sh -m sun2 release Can you please fix? Thanks! Martin