troglobit / editline

A small replacement for GNU readline() for UNIX
https://troglobit.com/projects/editline/
Other
282 stars 58 forks source link

add tty_flush to rl_forced_update_display #6

Closed jakubpawlo closed 8 years ago

jakubpawlo commented 8 years ago

Forcing update should flush, otherwise weird stuff happen when writing to console asynchronously (cursor is moved, text is not displayed).

troglobit commented 8 years ago

Thanks! :+1:

Merged to master as edc3876, with only a few touch-ups to your commit message.