Edit markup.

This commit is contained in:
Jack Palevich 2010-09-04 08:07:20 -07:00
parent d4122bbc6a
commit 08010d0f90

12
README
View File

@ -1,12 +1,18 @@
A terminal emulator for communicating with the built-in Android shell. Emulates a reasonably large subset of Digital Equipment Corporation VT-100 terminal codes, so that programs like "vi", "Emacs" and "NetHack" will display properly.
#Android Terminal Emulator
Android Terminal Emulator is a terminal emulator for communicating with the built-in Android shell. Emulates a reasonably large subset of Digital Equipment Corporation VT-100 terminal codes, so that programs like "vi", "Emacs" and "NetHack" will display properly.
This code is based on the "Term" application which is included in the Android source code release. It's provided as a separate project for the convenience of developers who do not want to deal with installing and building the whole Android source tree.
Although this program does not include a built-in ssh client, it can be used with command-line-based ssh tools such as dropbear.
Got questions? Please check out the FAQ before emailing or adding an issue. Thanks!
Got questions? Please check out the [FAQ](http://github.com/jackpal/Android-Terminal-Emulator/wiki/Frequently-Asked-Questions) before emailing or adding an issue. Thanks!
Recent updates:
##Recent updates:
1.0.15:
Fix Swype IME backspace key.
1.0.14: