Open DavidGinzberg opened 9 years ago
//need to add tab completion
// and per-session aliasing
// as well as ^L (FF / 0xC?) functionality (alias to clr)
//want to add colored prompt text
Ctrl + L
= clear screenvoid debug(char *err){ //consider adding priority flags as an argument, only print if priority <= DEBUG
)Fork/exec statements start with the following lines:
/*fork/exec statement--case 0 is the child process, default is the parent, -1 is an error*/
switch(childPID = fork()){
case -1:
Once each issue has been created, remove any comments related to it which do not add value to the understanding of the code.
There are some future improvements described in the comments in the source. These should be extracted from the comments and turned into issues on GitHub.