BoneOS icon indicating copy to clipboard operation
BoneOS copied to clipboard

Up, Down, Left and Right

Open ghost opened this issue 9 years ago • 7 comments

  • [x] Left and Right: move around and edit the command
  • [ ] Up and Down: you know that.

ghost avatar Dec 29 '16 13:12 ghost

Up for next release

amanuel2 avatar Dec 29 '16 13:12 amanuel2

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 avatar Dec 30 '16 03:12 double-fault

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 avatar Jan 14 '17 13:01 double-fault

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 avatar Jan 18 '17 14:01 double-fault

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

double-fault avatar Jan 21 '17 06:01 double-fault

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 avatar Jan 21 '17 10:01 double-fault

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

double-fault avatar Jan 21 '17 13:01 double-fault