aboutsummaryrefslogtreecommitdiffstats
path: root/src/runesd.c
Commit message (Collapse)AuthorAgeFilesLines
* move the setlocale call to the window backendJesse Luehrs2016-05-111-4/+0
| | | | since that's why i'm actually calling it
* and a couple more/:Jesse Luehrs2016-05-111-1/+1
|
* fix a couple compilation errors in disabled codeJesse Luehrs2016-05-111-1/+1
|
* split global window management stuff out into its own fileJesse Luehrs2016-05-111-4/+4
| | | | also rename a few things for clarity
* s/socket/daemon/Jesse Luehrs2016-05-101-4/+4
|
* refactor how submodules are handledJesse Luehrs2016-05-101-7/+14
| | | | | | 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
* use pointer indirection to separate source files even moreJesse Luehrs2016-05-071-0/+1
|
* be a bit more explicit about dependencies between modulesJesse Luehrs2016-05-071-0/+1
|
* clean up runes_warn/runes_die handlingJesse Luehrs2016-05-021-1/+1
|
* start working on a client/server model similar to urxvtd/urxvtcJesse Luehrs2016-05-021-0/+28
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