aboutsummaryrefslogtreecommitdiffstats
path: root/src/runes.h
Commit message (Collapse)AuthorAgeFilesLines
* stop including term.h in runes.hJesse Luehrs2016-05-071-1/+0
|
* be a bit more explicit about dependencies between modulesJesse Luehrs2016-05-071-9/+0
|
* this doesn't need to be in runes.hJesse Luehrs2016-05-071-2/+0
|
* start working on a client/server model similar to urxvtd/urxvtcJesse Luehrs2016-05-021-0/+2
| | | | | 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
* no reason to expose the loop_data struct anymore eitherJesse Luehrs2016-05-011-2/+0
|
* split some more things out of runes.hJesse Luehrs2016-04-301-7/+0
|
* pull event loop handling into its own fileJesse Luehrs2016-04-301-5/+4
|
* use the libvt100 libraryJesse Luehrs2015-08-201-3/+1
|
* abstract out error logging a bitJesse Luehrs2014-05-081-0/+2
| | | | | 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-1/+4
|
* move config stuff out to a separate structJesse Luehrs2014-04-301-1/+3
|
* start refactoring to draw parsed text to an intermediary data structureJesse Luehrs2014-04-251-1/+3
|
* clean up the directory structure a bitJesse Luehrs2014-04-201-0/+35