mirror of
https://github.com/mnaberez/py65.git
synced 2026-01-23 04:16:10 +00:00
Flush the stream after writing a char
This commit is contained in:
@@ -93,4 +93,5 @@ def line_input(prompt='', stdin=sys.stdin, stdout=sys.stdout):
|
||||
else:
|
||||
line += char
|
||||
stdout.write(char)
|
||||
stdout.flush()
|
||||
return line
|
||||
|
||||
Reference in New Issue
Block a user