Package twisted :: Package conch :: Package ui :: Module tkvt100
[show private | hide private]
[frames | no frames]

Module twisted.conch.ui.tkvt100

Module to emulate a VT100 terminal in Tkinter.

Maintainer: Paul Swartz <z3p@twistedmatrix.com>
Classes
VT100Frame  

Variable Summary
tuple colorKeys
dict colorMap
NoneType fontHeight
NoneType fontWidth
NoneType ttyFont

Variable Details

colorKeys

Type:
tuple
Value:
('b',
 'r',
 'g',
 'y',
 'l',
 'm',
 'c',
 'w',
...                                                                    

colorMap

Type:
dict
Value:
{'B': '#626262',
 'C': '#00ffff',
 'G': '#00ff00',
 'L': '#0000ff',
 'M': '#ff00ff',
 'R': '#ff0000',
 'W': '#ffffff',
 'Y': '#ffff00',
...                                                                    

fontHeight

Type:
NoneType
Value:
None                                                                   

fontWidth

Type:
NoneType
Value:
None                                                                   

ttyFont

Type:
NoneType
Value:
None                                                                   

Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:25:34 2003 http://epydoc.sf.net