Per Bothner

Results 324 comments of Per Bothner

I checked in two fixes that seem to improve the results.

Do you have any idea what triggers the "stale placements"? Ideal would a file (the shorter/smaller the better) that I can `cat` and which DomTerm displays incorrectly.

Looking at the DomTerm code, it seems quite likely that most kinds of partial overwrite of a pre-existing image (including erase-line-right) would have problems. For the restricted case of images...

I agree an extra parameter to the `CSI 48; 2` syntax is probably not a good idea. I would prefer to avoid the mess of colons vs semi-colons. One idea...

I agree that alpha/transparency isn't very useful unless you have some kind of model of multiple layers that can blend. Assuming a traditional character cell model, when does writing a...

Looks really nice! For MathML on Linux I suggest using the webview front-end (-Bwebview), as that is based on WebKit. Let me know if if you need/want something, and what...

You might also want to look into the "input" side of the REPL, not just the "output": Look into ["shell integration"](https://domterm.org/Shell-prompts.html). If you haven't already done so, you might get...

I added a short note in the [Projects using DomTerm](https://domterm.org/Uses.html) section. We can flush it out if you want.

When you have time I'll be happy to help. When it comes to "input" the basic idea to to have Julia emit either [these sequences](http://domterm.org/Wire-byte-protocol.html#Command-parts) or [these sequences](https://gitlab.freedesktop.org/Per_Bothner/specifications/blob/master/proposals/semantic-prompts.md). Later, you...

I implemented AppImage support, and made a release using it. [See here](https://domterm.org/Downloading-and-building.html) and [here](https://github.com/PerBothner/DomTerm/releases/tag/2.9.3)