On Thu, Nov 07, 2019 at 06:43:57PM -0500, Thomas Dickey wrote:
If you had supplied a "typescript" file (from "script")
matching the screenshots, someone could examine that and
infer the problem.
i take it that you're interested. ;)
but the log i have is from opening my inbox and thus not for public
consumption.
anyway, i now have a hypothesis that is consistent with all observations
so far: the trigger is an early resize event (unlike apparently all
other emulators, konsole initializes the screen to 80x40 and does the
update to the actual window size asynchronously). apart from the fact
that the persistent positioning error always appears in line 41, the
situation always normalizes for the rest of the session once i resize
the window.
that would mean that the SIGWINCH handling in mutt is racy, at least
during startup.