aboutsummaryrefslogtreecommitdiffstats
path: root/src/loop.c
Commit message (Collapse)AuthorAgeFilesLines
* no reason to expose the loop_data struct anymore eitherJesse Luehrs2016-05-011-10/+18
|
* actually, this should just happen during term initJesse Luehrs2016-05-011-7/+0
| | | | loop.c shouldn't need to have any references to any other code
* the event loop should own the terminal, not the other way aroundJesse Luehrs2016-05-011-21/+22
| | | | | 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-0/+43
|
* factor out timer setting back into loop.cJesse Luehrs2016-04-301-0/+40
|
* pull event loop handling into its own fileJesse Luehrs2016-04-301-0/+24