Reformatted the code to use elems

This commit is contained in:
Justine
2023-03-01 17:40:03 +01:00
parent 9e1d0dfcde
commit 4c64bb8038
2 changed files with 229 additions and 171 deletions

View File

@ -15,7 +15,6 @@ Sqish is now my default shell on my home computer, and I'll keep adding features
Also keep in mind I'm a beginner in Rust, so the code is pretty dirty; I will probably come around to reformating it once I have all the features I want and ironed out all the bugs.
TODO:
* Use elems in all function, subdivide Keys actions into functions taking termelems.
* Allow redirecting >> to the end of a file ?
* Allow && in commands ?
* Improve word jumping