Home | Trees | Indices | Help |
|
---|
|
object --+ | Typewriter
Converts a console into a scrolling text log that respects special characters.
This class works best on a Window or off-screen Console instance. In a Window for example the scrolling text is limited to the Window's isolated area.
Instance Methods | |||
|
|||
|
|||
|
|||
(int, int) |
|
||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
Inherited from |
Method Details |
|
Write a string at the cursor. Handles special characters such as newlines.
|
Return the virtual cursor position. |
Move the virtual cursor.
|
This method mimics basic file-like behaviour. Because of this method you can replace sys.stdout or sys.stderr with a Typewriter instance.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Dec 13 12:51:20 2012 | http://epydoc.sourceforge.net |