summaryrefslogtreecommitdiffstats
path: root/src/com/android/terminal/TerminalView.java
Commit message (Expand)AuthorAgeFilesLines
* Some cleanup.Danny Baumann2015-01-141-4/+7
* Term: materializelinuxx2015-01-141-3/+3
* Also use set colors for scrollback lines that aren't filled yet.Danny Baumann2015-01-141-0/+2
* Add settings for fullscreen, orientation, font size, colorTom Marshall2014-12-311-4/+52
* Show cursorTom Marshall2014-12-311-0/+8
* Show soft keyboad on clickTom Marshall2014-12-311-0/+14
* Add scrollback support.Jeff Sharkey2013-04-251-162/+192
* Start hooking up keyboard input to viewMichael Wright2013-02-251-0/+49
* Service to host long-lived terminals, tab UI.Jeff Sharkey2013-02-231-9/+32
* Correctly resize terminal, hook up colors.Jeff Sharkey2013-02-231-2/+2
* Working damage!Jeff Sharkey2013-02-231-4/+14
* Start hooking up damage, shell script to test.Jeff Sharkey2013-02-211-12/+29
* Split init() and run().Jeff Sharkey2013-02-211-3/+2
* Add CellRun to speed up cell rendering.Jeff Sharkey2013-02-201-10/+32
* TerminalView to draw session contents.Jeff Sharkey2013-02-191-0/+167