jerch

Results 419 comments of jerch

@j4james > For personal use, I prefer having the ability to do palette animation on the image, even if it only works in my terminal. Yes thats straight up impossible...

@j4james > And since a lot of modern terminals default the first 16 colors to match the VT340 (or at least something quite similar), that's almost a de-facto standard at...

My take-aways from this thread: - remove all foreign cursor modes, just stick with VT340 mode for DECSDM=off - remove private/shared palette separation, palette entries are always carried forward, if...

@dankamongmen Thx for the suggestion. I cannot use these, as we prolly never will implement them (they are really bad in terms of terminal state or app side assumptions, see...

@j4james Yes true, XTSMGRAPHICS is somewhat a lame excuse for our issues with DECSET/SM. I currently try to stay away from any additions to DECSET/SM realms, as we have no...

> And coming back to the usage of DECSTR for palette reset, have you tried that on your VT525? I'm assuming you can set color table values with DECRSTS, so...

Well, 256 is somewhat demanded by STD 070, not sure why they put that particular number there, it reads a bit like they tried to spec it for a broader...

@PerBothner Imho xterm.js currently keeps the text cursor at the row of the bottom-most pixel drawn from last sixel band. Means if the last band contains only "fiftel" (6th pixel...

@hpjansson > I favored this approach at first, but it has the minor annoyance of deliberate image transparency being cut off. It also means applications must inspect the image data...

> I'd be more than happy to change it, to instead truncate the image to the width/height specified in the raster attributes. It'd just make everything simpler on the terminal...