SYNOPSIS
pyqonsole [executable]DESCRIPTION
pyqonsole is a VT-102 emulator which can be used as a replacement for an X terminal emulator, though it will be slower and use more memory than a traditional X terminal emulator. Its main purpose is to provide a VT-102 emulator widget for Python programmers.By default, it will launch the current user's shell (based on /etc/passwd) or bash, if no information is available in /etc/passwd. An executable name can be specified on the command line, in which case, it will be run in the emulator.
OPTIONS
pyqonsole accepts a few options, mainly for development and debugging purposes. Use -h to see them.
AUTHOR
pyqonsole was written by Sylvain Thenault <[email protected]>, based on konsole written by Lars Doelle <[email protected]>.This manual page was written by Alexandre Fayolle <[email protected]>, for the Debian project (but may be used by others).