Re: [screen-devel] Simple patch for double -U issue

2023-10-16 Thread Clark Wang
Hi Alex, On Mon, Nov 8, 2021 at 3:18 PM Clark Wang wrote: > > Hi, > > I found a small issue where multiple -U options did not work. The > following patch fixed it for me. Just FYI. Has this been fixed? > > -clark > > > > diff --git a/src/screen.c b/src/screen.c > index f25f7fb..8aa3a1a 100644 >

Re: [screen-devel] Simple patch for double -U issue

2022-01-26 Thread Clark Wang
Hi Alex, On Mon, Jan 24, 2022 at 2:18 AM Alex Naumov wrote: > Hi Clark, > > thanks for reporting, but can you be a bit more verbose? :) > What does it mean "did not work"? Did you debug the value of > nwin_options.encoding? What value does it have? > As you can see, It should be UTF8 in case of

Re: [screen-devel] Simple patch for double -U issue

2022-01-23 Thread Alex Naumov
Hi Clark, thanks for reporting, but can you be a bit more verbose? :) What does it mean "did not work"? Did you debug the value of nwin_options.encoding? What value does it have? As you can see, It should be UTF8 in case of -1 and it should be -1 (as defined in nwin_undef struct in window.c). Che