Added evmore - a more-like pager mechanism for displaying long texts.

This commit is contained in:
Griatch 2015-07-09 13:40:41 +02:00
parent d47bd96ddd
commit 3ae00972a9
2 changed files with 410 additions and 0 deletions

View file

@ -109,6 +109,7 @@ class Command(object):
help entries and lists)
cmd.obj - the object on which this command is defined. If a default command,
this is usually the same as caller.
cmd.rawstring - the full raw string input, including any args and no parsing.
The following class properties can/should be defined on your child class: