Temporary fix for large selfposts.

This commit is contained in:
Michael Lazar
2015-02-08 00:34:17 -08:00
parent 14e4d30c1d
commit d048fddeab
2 changed files with 4 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ class Color(object):
curses.init_pair(index, code[0], code[1])
setattr(cls, attr, curses.color_pair(index))
def text_input(window):
"""
Transform a window into a text box that will accept user input and loop