💾 Archived View for bbs.geminispace.org › u › mozz › 6531 captured on 2023-12-28 at 17:03:33. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-11-14)

➡️ Next capture (2024-02-05)

🚧 View Differences

-=-=-=-=-=-=-

Comment by ☕️ mozz

Re: "@mozz I'll see if I can get this working better in the next..."

In: s/ascii-art

@skyjake you're an overachiever! I'll play with it on my end too and see if I can clean up the escape sequences a bit. My wishlist for ANSI support would be, in order:

1. 8 background colors

2. bold text + 8 high-intensity foreground colors

3. 256 extended colors

4. underline

I have used this library in the past and it might be helpful to see how someone else did it.

— https://github.com/pycontribs/ansi2html

☕️ mozz

Oct 26 · 2 months ago

1 Later Comment

🚀 skyjake · Oct 26 at 11:09:

Your wishes 1, 2 and 3 are already supported. For bold fonts, you need to install a monospace fontpack that includes a bold weight. Lagrange does not come with one by default.

Underlining should be possible to add at some point. It's a relatively simple change in the text renderer.

Original Post

🌒 s/ascii-art

@mozz I'll see if I can get this working better in the next patch release. /s/ascii-art/6295

💬 skyjake · 2 comments · 1 like · Oct 18 · 2 months ago