screen-users
[Top][All Lists]
Advanced

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

Support for ANSI escape sequences


From: Andrew Savchenko
Subject: Support for ANSI escape sequences
Date: Tue, 23 Aug 2016 18:39:34 +0300

Hi all,

I thought that screen supports all ANSI escape sequences like
setting background/foreground color and so on. But looks like at
least one of them is not supported:

\033]<target>;#HHHHHH\007

It dynamically changes color of <target> to provided #RRGGBB value,
e.g.:

echo -ne "\033]10;#123123\007";

It works perfectly in xterm and other terminals, but doesn't work
at screen (I use version 4.4.0 with underlying xterm-325).

Native screen's $TERM on my system is "screen-256color-bce-s", I
also tried setting term to screen-256, screen, xterm-256color with
no luck.

Any help is appreciated.

More info about this escape sequence may be found here:
http://rcr.io/words/dynamic-xterm-colors.html

Best regards,
Andrew Savchenko

Attachment: pgpVPdlZ2wQE0.pgp
Description: PGP signature


reply via email to

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