aboutsummaryrefslogtreecommitdiffstats
path: root/src/pty-unix.c
Commit message (Expand)AuthorAgeFilesLines
* suppress some compiler warningsJesse Luehrs2017-07-171-2/+4
* Revert "combine flushes when reading large amounts of data"Jesse Luehrs2017-02-121-13/+1
* combine flushes when reading large amounts of dataJesse Luehrs2017-02-121-1/+13
* no reason to go through an event hereJesse Luehrs2016-06-051-1/+1
* enable an explicit std, and move the feature test macro to a cflagJesse Luehrs2016-06-041-1/+0
* don't overwrite our env changes with a passed in envJesse Luehrs2016-06-041-10/+10
* support spawning terminals with different environmentsJesse Luehrs2016-05-141-1/+11
* convert to libeventJesse Luehrs2016-05-121-10/+7
* split global window management stuff out into its own fileJesse Luehrs2016-05-111-23/+23
* refactor how submodules are handledJesse Luehrs2016-05-101-6/+10
* make terms handle cleaning themselves upJesse Luehrs2016-05-101-0/+5
* the event loop shouldn't care about terms at allJesse Luehrs2016-05-071-7/+7
* stop including term.h in runes.hJesse Luehrs2016-05-071-0/+1
* move the scroll-down-on-input behavior into the window backendJesse Luehrs2016-05-071-6/+1
* use pointer indirection to separate source files even moreJesse Luehrs2016-05-071-16/+22
* be a bit more explicit about dependencies between modulesJesse Luehrs2016-05-071-0/+2
* split up some unnecessary cross-module dependenciesJesse Luehrs2016-05-071-5/+6
* make sure we include errno.h everywhere necessaryJesse Luehrs2016-05-041-0/+1
* indicate that we support 256 colorsJesse Luehrs2016-05-031-1/+1
* the event loop should own the terminal, not the other way aroundJesse Luehrs2016-05-011-2/+2
* 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
* 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
* 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