aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.c
Commit message (Collapse)AuthorAgeFilesLines
* stop including term.h in runes.hJesse Luehrs2016-05-071-0/+1
|
* use pointer indirection to separate source files even moreJesse Luehrs2016-05-071-15/+45
|
* split up some unnecessary cross-module dependenciesJesse Luehrs2016-05-071-1/+14
|
* actually, this should just happen during term initJesse Luehrs2016-05-011-1/+3
| | | | 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-3/+2
| | | | | this way, we should be able to have multiple terminals in the same process
* pull event loop handling into its own fileJesse Luehrs2016-04-301-3/+2
|
* use the libvt100 libraryJesse Luehrs2015-08-201-2/+3
|
* refactor to make alternate screens work againJesse Luehrs2014-05-041-1/+1
|
* move config stuff out to a separate structJesse Luehrs2014-04-301-0/+4
|
* clean everything upJesse Luehrs2014-04-251-0/+1
|
* start refactoring to draw parsed text to an intermediary data structureJesse Luehrs2014-04-251-0/+1
|
* more cleanupsJesse Luehrs2014-04-241-2/+0
|
* more refactoringJesse Luehrs2014-04-241-1/+1
|
* reset the scroll region whenever the window is resizedJesse Luehrs2014-04-231-5/+0
| | | | seems like this is what other terminals do
* also set WINDOWIDJesse Luehrs2014-04-231-7/+2
|
* clean up some more memoryJesse Luehrs2014-04-201-0/+3
|
* clean up the directory structure a bitJesse Luehrs2014-04-201-0/+33