-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Up, Down, Left and Right #118
Comments
Up for next release |
For up and down, if you want to go above more than one command, you will have to wait for the memory subsytem and filesystem to come, as that is the only way we can store the command history and navigate through it. |
Just for updating in the progress: As I told earlier, this is going to take some while as we need to wait for the memory subsystem and filesystem to come. @amanuel2 is currently implementing the memory subsystem, and after that I will implement the filesystem. TL;DR, it's going to take some while before this is going to be implemented. |
Good news, I found a way to implement left arrow and right arrow. I guess I can implement it, but I still can't give you a 100% it will work. Though the Up and Down will still have to wait for the filesystem to come. |
I have finished the left arrow key, try it out. Doing right arrow key now.. |
Finished the (left and right) arrow keys, only need to fix a couple of bugs in them. Once done, I'll checkmark the checkbox. |
All bugs are fixed, left and right arrow keys should be functional. If you encounter any bugs, please post a new issue. |
The text was updated successfully, but these errors were encountered: