in a tty, ask user to press <Enter> when text exceed the term height

This commit is contained in:
Romain Bignon 2010-10-16 12:10:12 +02:00
commit d2c70b7e98
6 changed files with 24 additions and 40 deletions

View file

@ -29,9 +29,6 @@ class MultilineFormatter(IFormatter):
self.key_value_separator = key_value_separator
self.after_item = after_item
def after_format(self, formatted):
print formatted.encode('utf-8')
def flush(self):
pass