aboutsummaryrefslogtreecommitdiffstats
path: root/src/socket.h
Commit message (Collapse)AuthorAgeFilesLines
* refactor/rewrite the client/server protocol handlingJesse Luehrs2016-05-141-0/+10
| | | | also pass the environment and current directory over as well
* s/socket/daemon/Jesse Luehrs2016-05-101-22/+0
|
* refactor how submodules are handledJesse Luehrs2016-05-101-2/+3
| | | | | | let them own their own memory, so that they can free themselves once they exit the loop. also split out the parts of the terminal that we only want to initialize once, even if we open multiple terminal windows
* start working on a client/server model similar to urxvtd/urxvtcJesse Luehrs2016-05-021-0/+21
the code is still kind of a mess, and it doesn't quite work properly yet, but it's close enough to be a start, i think