aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* start refactoring to draw parsed text to an intermediary data structureJesse Luehrs2014-04-251-0/+6
|
* clean up the directory structure a bitJesse Luehrs2014-04-201-7/+17
|
* start adding configurationJesse Luehrs2014-04-201-1/+1
|
* start laying out text with pangoJesse Luehrs2014-04-181-1/+1
| | | | | | this breaks bold and italic for the moment, i'll restore that functionality soon. it also doesn't fix positioning of non-ASCII characters yet, but should make it possible to do so in the future.
* have the makefile generate dependenciesJesse Luehrs2014-04-131-4/+12
|
* let's keep this committed, so people without flex can buildJesse Luehrs2014-04-131-3/+1
|
* fix undeclared warnings in the parserJesse Luehrs2014-04-131-3/+0
| | | | | | the ones in yy_fatal_error, yyalloc, yyrealloc, and yyfree are due to a bug in flex (http://sourceforge.net/p/flex/bugs/115/), but i've just worked around them for now
* vt100 is misleading, just call it "parser"Jesse Luehrs2014-04-131-3/+3
| | | | | my goal isn't to emulate vt100 to any serious extent, just enough to get by
* this is an unnecessary level of abstractionJesse Luehrs2014-04-131-1/+1
|
* convert the vt100 parser to flexJesse Luehrs2014-04-131-1/+9
|
* split terminal processing out to a separate fileJesse Luehrs2014-04-101-1/+1
|
* spawn a shell process and run it on a ptyJesse Luehrs2014-04-091-1/+1
| | | | not at all convinced that this is correct, but it at least does things
* a bunch more refactoringJesse Luehrs2014-04-081-1/+1
|
* simplifyJesse Luehrs2014-04-061-2/+3
|
* split out event stuffJesse Luehrs2014-04-061-1/+1
|
* more compiler warningsJesse Luehrs2014-04-051-2/+2
|
* use libuv to process eventsJesse Luehrs2014-04-051-3/+3
|
* initial commitJesse Luehrs2014-04-051-0/+17