summaryrefslogtreecommitdiffstats
path: root/jni
Commit message (Expand)AuthorAgeFilesLines
* Decode UTF-32 chars.Jeff Sharkey2013-03-051-11/+13
* Added input error handling and enabled keyboard inputMichael Wright2013-02-261-17/+16
* Remove unnecessary castMichael Wright2013-02-251-1/+1
* Add jni hooks for key dispatchingMichael Wright2013-02-251-2/+39
* Service to host long-lived terminals, tab UI.Jeff Sharkey2013-02-231-5/+43
* Correctly resize terminal, hook up colors.Jeff Sharkey2013-02-231-6/+40
* Working damage!Jeff Sharkey2013-02-231-6/+11
* Start hooking up damage, shell script to test.Jeff Sharkey2013-02-211-1/+22
* Split init() and run().Jeff Sharkey2013-02-211-47/+33
* Add CellRun to speed up cell rendering.Jeff Sharkey2013-02-201-23/+49
* Initial pass at read() loop.Jeff Sharkey2013-02-201-4/+43
* Properly configure ptys on Terminal constructionMichael Wright2013-02-201-44/+50
* Add forkpty functionMichael Wright2013-02-203-1/+106
* TerminalView to draw session contents.Jeff Sharkey2013-02-191-7/+63
* Start hooking up forkpty()Jeff Sharkey2013-02-191-6/+90
* Add callbacksKenny Root2013-02-192-33/+164
* Initial code for Terminal app, with JNI glue.Jeff Sharkey2013-02-193-0/+222