James Holderness

Results 614 comments of James Holderness

@tznind I've not experienced that issue myself, but I could easily believe that was a bug in older versions of the conhost/conpty framework. And if you're getting `\e[1;0c` in the...

If we wanted to support something like this, I was thinking a data uri with the encoded contents would be more useful, because it at least has the potential to...

> Please correct me if I'm wrong @j4james (primary author around soft fonts), but I believe that a non-zero `cellSize` in the `UpdateSoftFont` call can only occur when a soft...

Is it possible this is the result of the `cellSize` in the `FontSettings` structure not being initialized? See here: https://github.com/microsoft/terminal/blob/c4436157c116880c320b5df278d4d886a930c0f3/src/renderer/atlas/common.h#L335-L343 As far as I can see the `u16x2` structure isn't...

> @j4james The `cellSize` for soft fonts is here though: Yeah, sorry, I misread that. But if it's not that, I have no idea how we're ending in this state....

I should also mention that I looked at the DomTerm code to see how difficult it would be to support an empty _Pc_ value and I noticed that you're looping...

> * Some terminals rescale each image to a virtual cell size, typically 10x20 per cell, which is the DEC standard. This means they can't interpolate the pixels on the...

Note that a `SUB` control is supposed to output an error glyph (typically a reverse question mark or "blotch") when it aborts a sequence, so it's not advisable if you...

Are you using 180 dpi by any chance? Because the LJ-250 manual says you only get 8 colors at 180 dpi, and it seems more likely that these images are...

In case it helps, they provide RGB definitions for the 8 default colors on page 7-31 of the manual. | Row/Col | Color | RGB | |:-------:|:--------|:---------| | 0/1 |...