def do_resizeconsole(self, line): try: import readline readline.GetOutputFile().size(width=90,height=65) except: pass