aboutsummaryrefslogtreecommitdiff
path: root/desktop-utilities/lumina-terminal/TtyProcess.cpp
Commit message (Expand)AuthorAge
* Finish cleaning up the TTY Process class, and get it setup for close notifica...Ken Moore2016-03-10
* Now we can send input back to the TTYKris Moore2016-03-10
* Now we can successfully read from the pty, needs cleanup on how we displayKris Moore2016-03-10
* Push some debugging for pty readingKris Moore2016-03-10
* Fix a freeze when starting the pty process, can't ReadAll() if nothingKris Moore2016-03-09
* Fix setting up the execvp args, the [0] needs to be the actual program,Kris Moore2016-03-09
* Convert TTYprocess to a QFile, add some testing for execvp (which makesKris Moore2016-03-09
* Oops, forgot to add the new TtyProcess files in the last commit.Ken Moore2016-03-09
bgstack15