James Holderness

Results 578 comments of James Holderness

I've had a chance to test this now on a couple of different terminal emulators, and most work really well. MLTerm had issues restoring the "blank" parts of the screen,...

I think the confusion here stems from the fact that some people were expecting a kind of "infinite" width, that would expand as more content was written out. I don't...

If you have to have a "link preview", I'd recommend something really basic based on the page meta data (like the meta title and description, and maybe a favicon and/or...

The problem is that the console APIs don't have a way to set the real underline attribute. `COMMON_LVB_UNDERSCORE` is actually a separate concept - it's a grid line rendered at...

My understanding of the "underline or right side" and "overline or left side" is that those attributes were intended to be used with East Asian scripts when written in a...

I came across something a while ago which I've been meaning to post, which could possibly work as a solution to this issue. I didn't think it was a great...

> Woah, I've never seen that particular sequence (`\eP$qm\e`) used before. I'm sure I have mentioned this before somewhere, but I'm convinced that just supporting `DECRQSS` and `DECRQM` would solve...

Just FYI, that `COLORTERM` test in oh-my-zsh is essentially useless, because any terminal that doesn't support the RGB color sequences is also not likely to support the fallback 256-color sequences....

Looking at the test logs for those last three, it seems the failures are a result of a change in serialization of the font size from int to float (I...