Package jackpal.androidterm.emulatorview

This package provides a fairly complete VT100 terminal emulator TermSession and a corresponding Android view EmulatorView.

See:
          Description

Interface Summary
TermSession.FinishCallback Callback to be invoked when a TermSession finishes.
UpdateCallback Generic callback to be invoked to notify of updates.
 

Class Summary
ColorScheme A class describing a color scheme for a 16-color VT100 terminal.
EmulatorView A view on a TermSession.
TermSession A terminal session, consisting of a VT100 terminal emulator and its input and output streams.
 

Package jackpal.androidterm.emulatorview Description

This package provides a fairly complete VT100 terminal emulator TermSession and a corresponding Android view EmulatorView.

Most users will create a TermSession, connect it to an InputStream and OutputStream from the emulation client, then instantiate the EmulatorView and add it to an activity's layout.