Skip to content
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

Open
1 of 2 tasks
ghost opened this issue Dec 29, 2016 · 7 comments
Open
1 of 2 tasks

Up, Down, Left and Right #118

ghost opened this issue Dec 29, 2016 · 7 comments

Comments

@ghost
Copy link

ghost commented Dec 29, 2016

  • Left and Right: move around and edit the command
  • Up and Down: you know that.
@amanuel2
Copy link
Member

Up for next release

@double-fault
Copy link
Member

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.

@double-fault
Copy link
Member

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.

@double-fault
Copy link
Member

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.

double-fault added a commit that referenced this issue Jan 19, 2017
double-fault added a commit that referenced this issue Jan 20, 2017
double-fault added a commit that referenced this issue Jan 20, 2017
double-fault added a commit that referenced this issue Jan 21, 2017
double-fault added a commit that referenced this issue Jan 21, 2017
@double-fault
Copy link
Member

I have finished the left arrow key, try it out. Doing right arrow key now..

double-fault added a commit that referenced this issue Jan 21, 2017
@double-fault
Copy link
Member

double-fault commented Jan 21, 2017

Finished the (left and right) arrow keys, only need to fix a couple of bugs in them. Once done, I'll checkmark the checkbox.

@double-fault
Copy link
Member

All bugs are fixed, left and right arrow keys should be functional. If you encounter any bugs, please post a new issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants