Ayose C.

Results 53 comments of Ayose C.

Thanks for the report. Nowadays I'm not coding this projects, since there are some new interesting approachs, like https://github.com/hagenburger/lemonade. They are different, and not so transparent like css-prites, but fully...

> > The approach implemented is to track how many lines have been scrolled up > > This sounds like it might have a significant performance impact. Have you actually...

> I've got > > > error[E0599]: no function or associated item named `with_size` found for struct `alacritty_terminal::graphics::GraphicData` in the current scope > > --> alacritty/src/renderer/graphics/prepare.rs:319:44 This issue is now...

> There was an error initializing the shaders: Failed linking shader: error: Too many fragment shader texture samplers What is the output of `glxinfo -l | grep GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS`?

I uploaded a fix in 387a2243cdb91ad54ff5baff9946a71f1b5991a8 to check if this fixes the problem. If this works, we may need to generate the code of the fragment shader dynamically, in order...

@tinywrkb > did you test the iTerm2 protocol with ranger? previewed images are kept on screen and not cleared, so new images are overlayed on top of the old ones,...

I have updated the patch with the following changes: * Data needed to render graphics is now stored in a new field in `CellExtra`. * This change removes the extra...

@dankamongmen > I notice that alacritty as patched from `ayosec/graphics` doesn't reply to the XTSMGRAPHICS escape, which i would expect a terminal advertising Sixel support to implement (https://invisible-island.net/xterm/ctlseqs/ctlseqs.html). This is...

> as noted, alacritty appears to be answering with `\e[?4;6c`, as seen in my `strace` output above. This identifies a VT132, which _did not_ have Sixel graphics (it had block...

I added [`XTSMGRAPHICS`](https://invisible-island.net/xterm/ctlseqs/ctlseqs.html#h4-Functions-using-CSI-_-ordered-by-the-final-character-lparen-s-rparen:CSI-?-Pi;Pa;Pv-S.1EE2) in 50d717f3b1c9b4265941cf1cbae4e87d8a0db02e. Now, Alacritty identifies as VT102, and replies to the following sequences: CSI ? 1 ; 1 S CSI ? 1 ; 4 S CSI ?...