aboutsummaryrefslogtreecommitdiffstats
path: root/pty-unix.c
Commit message (Expand)AuthorAgeFilesLines
* clean up the directory structure a bitJesse Luehrs2014-04-201-138/+0
* report errors when exec failsJesse Luehrs2014-04-201-0/+10
* search $PATH for commandsJesse Luehrs2014-04-201-1/+1
* allow customizing the command to be runJesse Luehrs2014-04-201-5/+8
* handle escape codes split across readsJesse Luehrs2014-04-191-10/+12
* cleanupJesse Luehrs2014-04-151-10/+5
* reorganize initialization a bunchJesse Luehrs2014-04-151-4/+2
* rename these for consistencyJesse Luehrs2014-04-151-12/+12
* add a couple comments about known-broken thingsJesse Luehrs2014-04-131-0/+2
* vt100 is misleading, just call it "parser"Jesse Luehrs2014-04-131-1/+1
* flush when we're about to read, not every time we writeJesse Luehrs2014-04-131-0/+1
* this is an unnecessary level of abstractionJesse Luehrs2014-04-131-2/+2
* move this to the pty backend initializationJesse Luehrs2014-04-121-0/+2
* also store these on the term objectJesse Luehrs2014-04-121-6/+4
* set TERM to a fixed valueJesse Luehrs2014-04-111-0/+4
* line lengthsJesse Luehrs2014-04-111-3/+6
* clean up some stuff with static functionsJesse Luehrs2014-04-111-28/+31
* handle setting the terminal size properlyJesse Luehrs2014-04-091-0/+13
* the subprocess dying should also close the windowJesse Luehrs2014-04-091-2/+13
* fix closing the terminal window againJesse Luehrs2014-04-091-3/+5
* spawn a shell process and run it on a ptyJesse Luehrs2014-04-091-0/+91