Junk spacing
This commit is contained in:
parent
7ef74c2d0c
commit
4b2a093186
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ def runBoot(scr, hardMode):
|
||||||
|
|
||||||
curses.noecho()
|
curses.noecho()
|
||||||
scr.scrollok(True)
|
scr.scrollok(True)
|
||||||
|
|
||||||
slowWrite(scr, MESSAGE_1 + '\n\n')
|
slowWrite(scr, MESSAGE_1 + '\n\n')
|
||||||
|
|
||||||
if hardMode:
|
if hardMode:
|
||||||
|
@ -89,7 +89,7 @@ def runBoot(scr, hardMode):
|
||||||
slowWrite(scr, '>')
|
slowWrite(scr, '>')
|
||||||
curses.napms(INPUT_PAUSE)
|
curses.napms(INPUT_PAUSE)
|
||||||
slowWrite(scr, ENTRY_4 + '\n', TYPE_DELAY, True)
|
slowWrite(scr, ENTRY_4 + '\n', TYPE_DELAY, True)
|
||||||
|
|
||||||
curses.napms(INPUT_PAUSE)
|
curses.napms(INPUT_PAUSE)
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue