Git Product home page Git Product logo

Comments (3)

joouha avatar joouha commented on May 25, 2024 1

I've added a timeout to the terminal feature detection, so euporie should now work in old versions of alacritty

This should be fixed in v1.0.0

from euporie.

joouha avatar joouha commented on May 25, 2024

Hello,

I think you're seeing this because alacritty did not implement support for secondary device attributes until version 0.6.0, which euporie uses to check which features the terminal supports (e.g. sixel images, etc.).

You can check for secondary device attribute support by running: python -c "print('\x1b[>0c')". If your terminal responds to the control sequence, it will insert a string at the next prompt.

If you update to alacritty >=0.6.0, euporie should work.

Euporie works for me with alacritty==0.8.0 on Linux.

Interestingly, I get the exact same issue with alacritty==0.9.0 on Windows, where it does not seem to respond to secondary device attribute requests. I'm not sure if this is intentional or a bug in alacritty.


Euporie should be able to work on terminals without secondary device attribute support: I need to add a timeout such that loading continues if no response from the terminal is received when requesting secondary device attributes.

from euporie.

Peder2911 avatar Peder2911 commented on May 25, 2024

Great work! Thanks.

from euporie.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.