Removing trailing blank lines

This commit is contained in:
Miroslav Stampar
2014-08-20 21:07:19 +02:00
parent e0216771ed
commit 5d10bae31f
7 changed files with 9 additions and 9 deletions

View File

@@ -73,7 +73,7 @@ class WinTerm(object):
position.X += 1
position.Y += 1
return position
def set_cursor_position(self, position=None, on_stderr=False):
if position is None:
#I'm not currently tracking the position, so there is no default.