olofson / eel

The Extensible Embeddable Language for scripting in realtime applications
http://eelang.org/
zlib License
46 stars 4 forks source link

io: fflush() #97

Closed olofson closed 8 years ago

olofson commented 8 years ago

Need to wrap fflush(), so we can update stdout without printing newlines, flush log output to the OS etc.

Should probably also implement wrappers for stdin, stdout, and stderr, so we can flush those specifically. (io.flush() with no argument would sort of work, though, but that flushes all open files!)