Re: testsuite under wine
NightStrike <[email protected]> Sun, 8 Jan 2023 01:47:31 -0500
| Newsgroups | gmane.comp.sysutils.dejagnu.general,gmane.comp.gcc.fortran |
|---|---|
| Message-ID | <CAF1jjLv_Bp=qU1Z5TmdKvdnZeNgJvHdvq_HKKr4Zhc4x3iYJmQ@mail.gmail.com> |
On Fri, Jan 6, 2023 at 8:46 PM Jacek Caban <[email protected]> wrote: > As I said, compatibility with other terminals could be improved, but > curses does not fit the role. Anyway, for sake of testing, the attached > patch disables escapes hiding the cursor during screen updates which > seem the most problematic. With this patch, some tests may work without > disabling conhost (but other discussed problems are expected). I can confirm that with this patch, the "^[[?25l" sequences are gone and ^M^M still remains. So at least this is a less intrusive version of the first patch that can hopefully be easily upstreamed.