From a79a5e743a74852e6b2276f0c5cbbc98a5428a5a Mon Sep 17 00:00:00 2001 From: Autumn Lamonte Date: Thu, 6 Jan 2022 07:34:22 -0600 Subject: [PATCH] trim --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index e9d87e8..c3d9a04 100644 --- a/README.md +++ b/README.md @@ -159,18 +159,6 @@ you like this, then you need to go check out ![PNG with transparency over text](/screenshots/for_nick.png?raw=true "PNG with transparency over text") -On the ECMA48 backend the internal font is used for rendering if -jexer.ECMA48.imagesOverText=true because terminals are extremely -finicky when putting text over sixel images, and this was the most -simple way to get something going. The default is -jexer.ECMA48.imagesOverText=false; in this mode images that would -overlap text in the same cell are rendered against the (assumed) -background color, omitting the text glyph. Here is an example of -multihead, and the xterm windows on the right is covering up -partially-obscured text cells, and it is still quite usable: - -![Trans Heart Multihead](/screenshots/overlapping_multihead.png?raw=true "Trans Heart Multihead") - Terminal Support