NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bin/56496: etcupdate(8) merge formatting issue
The following reply was made to PR bin/56496; it has been noted by GNATS.
From: RVP <rvp%SDF.ORG@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: bin/56496: etcupdate(8) merge formatting issue
Date: Wed, 17 Nov 2021 20:28:35 +0000 (UTC)
On Wed, 17 Nov 2021, Robert Elz wrote:
> What is more relevant here is to discover what else is different between
> these versions, or perhaps, how you're testing them. Something is causing
> the xterm tabs to be set in some cases, and not others. Discovering what
> that is, and if appropriate, altering that, is about all that is left to
> discover about this PR (which clearly is not really about etcupdate, that
> just happens to be able to trigger the issue).
>
> [...]
>
> So, see if you can work out what is setting the tabs in the cases where
> they're being set. Something is.
>
Martin's script trick is a good one here if recompiling with
`--enable-trace' is too cumbersome. Hauke sould try something like:
env SHELL=/bin/csh xterm -g 80x25 -ls -e /usr/bin/script
then see who's sending '\r\e[3g' followed by '\eH' at each of the tab
positions. But, one has to explicitly set rows and lines with stty after
every window resize because script doesn't trap SIGWINCH.
-RVP
Home |
Main Index |
Thread Index |
Old Index