bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: incomplete terminfo for foot-terminal


From: Thomas Dickey
Subject: Re: incomplete terminfo for foot-terminal
Date: Fri, 12 Nov 2021 20:58:36 -0500
User-agent: Mutt/1.10.1 (2018-07-13)

On Fri, Nov 12, 2021 at 11:28:38PM +0100, Jonas Große Sundrup wrote:
> Hi,
> 
> thanks for the reply! I do admit, however, that you confused me.
> 
> On 2021-11-12, Thomas Dickey wrote:
> >     tsl=\E]2;,
> 
> is both used by alacritty as well as foot as well as kitty, and
> ncurses includes it into the respective terminfos for alacritty and
> kitty, the python module returns them properly on request. So I don't
> understand quite yet why these sequences are valid for alacritty as
> well as for kitty, but not for foot, although foot uses the exact same
> sequence?

sure - I overlooked foot for some reason.

But the change that I'll make will be to use the building-block.
 
> >     dsl=\E]0;\007, fsl=^G, tsl=\E]0;, TS=\E]0;,
> > xterm+sl-twm|access X title line (pacify twm-descended window
> > managers), hs,
> >     dsl=\E]2;\007, fsl=^G, tsl=\E]2;, TS=\E]2;,

"xterm+sl-twm" is a building-block which I use for terminals
with this xterm-compatible title string feature,
which (since it has both tsl and TS) is designed to
allow migrating applications away from the incorrect use of tsl.
 
> I'm not exactly sure what this should indicate, especially as tsl and
> TS look identical here? Could you rephrase what you wanted to say?

tsl without a parameter is incorrect.
TS has the same effect (no parameter) but is correct :-)

-- 
Thomas E. Dickey <dickey@invisible-island.net>
https://invisible-island.net
ftp://ftp.invisible-island.net

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]