mirror of
https://github.com/mnaberez/py65.git
synced 2024-12-30 13:29:18 +00:00
Flush the stream after writing a char
This commit is contained in:
parent
7034d8f595
commit
3fe9420b82
@ -93,4 +93,5 @@ def line_input(prompt='', stdin=sys.stdin, stdout=sys.stdout):
|
||||
else:
|
||||
line += char
|
||||
stdout.write(char)
|
||||
stdout.flush()
|
||||
return line
|
||||
|
Loading…
Reference in New Issue
Block a user