dff-solutions / shell.me

shell.me - your universal shell framework
MIT License
6 stars 1 forks source link

adds support for keys : Delete Home & End #12

Closed straeger closed 12 years ago

cburgdorf commented 12 years ago

Great contribution! I just merged your changes. I just had to fix a minor issue with the DELETEkey. The line actually wasn't trunkated to the right when hitting the DELETE key. You always need to keep the line marker in sync. Otherwise the cursor can move more to the right than it should be allowed to.

Would you mind writing tests for those three keys?