summaryrefslogtreecommitdiffstats
path: root/src/com/android/terminal/Terminal.java
Commit message (Expand)AuthorAgeFilesLines
* Add settings for fullscreen, orientation, font size, colorTom Marshall2014-12-311-0/+7
* Show cursorTom Marshall2014-12-311-0/+28
* Remove rows/cols from nativeInitTom Marshall2014-12-311-2/+2
* Terminal: fix compiling for 64-bitColin Cross2014-04-081-11/+11
* Add scrollback support.Jeff Sharkey2013-04-251-27/+29
* Added input error handling and enabled keyboard inputMichael Wright2013-02-261-4/+4
* Add jni hooks for key dispatchingMichael Wright2013-02-251-0/+12
* Service to host long-lived terminals, tab UI.Jeff Sharkey2013-02-231-0/+17
* Correctly resize terminal, hook up colors.Jeff Sharkey2013-02-231-2/+2
* Working damage!Jeff Sharkey2013-02-231-6/+4
* Start hooking up damage, shell script to test.Jeff Sharkey2013-02-211-0/+21
* Split init() and run().Jeff Sharkey2013-02-211-6/+16
* Add CellRun to speed up cell rendering.Jeff Sharkey2013-02-201-6/+11
* Initial pass at read() loop.Jeff Sharkey2013-02-201-0/+9
* TerminalView to draw session contents.Jeff Sharkey2013-02-191-5/+63
* Start hooking up forkpty()Jeff Sharkey2013-02-191-0/+5
* Add callbacksKenny Root2013-02-191-2/+6
* Initial code for Terminal app, with JNI glue.Jeff Sharkey2013-02-191-0/+36