aboutsummaryrefslogtreecommitdiffstats
path: root/src/pty-unix.c
Commit message (Collapse)AuthorAgeFilesLines
* the event loop should own the terminal, not the other way aroundJesse Luehrs2016-05-011-2/+2
| | | | | this way, we should be able to have multiple terminals in the same process
* pull the remainder of the libuv code into loop.cJesse Luehrs2016-05-011-23/+10
|
* allow env vars in single-word commandsJesse Luehrs2016-04-301-1/+1
|
* pull event loop handling into its own fileJesse Luehrs2016-04-301-3/+5
|
* restore ability to parse escape sequences across packetsJesse Luehrs2016-04-261-2/+5
|
* use the libvt100 libraryJesse Luehrs2015-08-201-2/+2
|
* abstract out error logging a bitJesse Luehrs2014-05-081-0/+1
| | | | | just spitting things to stderr isn't always going to be good enough, so let's at least provide one place to change that when necessary
* more refactoringJesse Luehrs2014-05-041-9/+11
|
* refactorJesse Luehrs2014-05-041-2/+2
|
* scroll to bottom on inputJesse Luehrs2014-05-041-0/+5
|
* refactor to make alternate screens work againJesse Luehrs2014-05-041-2/+2
|
* move config stuff out to a separate structJesse Luehrs2014-04-301-1/+1
|
* start refactoring to draw parsed text to an intermediary data structureJesse Luehrs2014-04-251-3/+3
|
* also clear COLORFGBGJesse Luehrs2014-04-231-0/+3
| | | | | if it's actually widely used, i'll set it to something reasonable instead, but leaving it set to the previous value is certainly wrong
* also set WINDOWIDJesse Luehrs2014-04-231-1/+5
|
* unset COLORTERM too (dolmen, #7)Jesse Luehrs2014-04-231-0/+6
|
* allow multi-word commandsJesse Luehrs2014-04-201-1/+6
|
* clean up the directory structure a bitJesse Luehrs2014-04-201-0/+138