Giter VIP home page Giter VIP logo

Comments (5)

tomxp411 avatar tomxp411 commented on August 16, 2024

Suggested workaround in the shell:

  1. Check the first character of the command. If it is $ or space, then trim that character
  2. Repeat until the first character in the command is neither $ or space.

from cx16shell.

irmen avatar irmen commented on August 16, 2024

what about filtering out cursor up/down keys from the input? There's no reason to be able to move the cursor around the screen

the filename entry box in the Paint tool does this too

from cx16shell.

adiee5 avatar adiee5 commented on August 16, 2024

what about filtering out cursor up/down keys from the input? There's no reason to be able to move the cursor around the screen

the filename entry box in the Paint tool does this too

Yeah, you should do that if you know how. I though the reason this wasn't done yet is because you didn't know how to do that

from cx16shell.

adiee5 avatar adiee5 commented on August 16, 2024

Meanwhile up and down keys could be used for selecting previous commands, like on other shells out there

from cx16shell.

irmen avatar irmen commented on August 16, 2024

The command history indeed is something that could be added at a later point perhaps. I mean, there's little other use for the cursor up/down keys in a program like this, I suppose.

edit: hmm, the up/down blocking should probably only be done if we actually have that history buffer. So Tom's suggestion makes a bit more sense to work around the kernal input issue.

from cx16shell.

Related Issues (8)

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.