Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Finish cleaning up the TTY Process class, and get it setup for close ↵ | Ken Moore | 2016-03-10 |
| | | | | notifications as well. Now the TTY Process thing is finished, just need to fix up the binary data display on the widget side of things. | ||
* | Now we can send input back to the TTY | Kris Moore | 2016-03-10 |
| | |||
* | Now we can successfully read from the pty, needs cleanup on how we display | Kris Moore | 2016-03-10 |
| | | | | the output, and nothing is connected to send data back yet | ||
* | Push some debugging for pty reading | Kris Moore | 2016-03-10 |
| | |||
* | Fix a freeze when starting the pty process, can't ReadAll() if nothing | Kris Moore | 2016-03-09 |
| | | | | exists | ||
* | Fix setting up the execvp args, the [0] needs to be the actual program, | Kris Moore | 2016-03-09 |
| | | | | followed by the arguments | ||
* | Convert TTYprocess to a QFile, add some testing for execvp (which makes | Kris Moore | 2016-03-09 |
| | | | | the shell start, but then terminal hangs) | ||
* | Oops, forgot to add the new TtyProcess files in the last commit. | Ken Moore | 2016-03-09 |