Git Product home page Git Product logo

Comments (4)

untitaker avatar untitaker commented on September 5, 2024

I honestly thought that was intended behavior, or at least I didn't think much about it.

You mentioned in another issue that binding the arrow-keys is hard to do without curses. Is this still correct, is there even a way to solve this issue?

from selecta.

garybernhardt avatar garybernhardt commented on September 5, 2024

Yeah... it's caused by the newly-added support for ESC. When you hit an arrow key, it sends an escape sequence. Selecta sees the ESC character and aborts, thinking that you hit the escape key.

The normal workaround is to introduce some kind of delay. You see an ESC, and you wait 250 ms or so before assuming that it's an actual press of the ESC key. I think I'm just going to revert the support for ESC. I should've trusted my intuition on that. ;)

from selecta.

untitaker avatar untitaker commented on September 5, 2024

What about simply requiring ESC to be hit twice? That'd allow selecta to support arrow keys as well.

from selecta.

alexch avatar alexch commented on September 5, 2024

vt100
VT100 4EVR

from selecta.

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.