Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How do I use rustyline in full-duplex mode? #600

Closed
vi opened this issue Feb 20, 2022 · 2 comments
Closed

How do I use rustyline in full-duplex mode? #600

vi opened this issue Feb 20, 2022 · 2 comments

Comments

@vi
Copy link

vi commented Feb 20, 2022

How do I print new message at the same time as user is typing something in the buffer?
Can rustyline be used to implement a chat application or rlwrap(1) analogue?
Shall Editor expose some handle to allow forcibly redrawing unfinished line after printing something to stdout (behind rustyline's back) or shall rustyline also handle printing lines, not just inputting them?

@gwenn
Copy link
Collaborator

gwenn commented Feb 21, 2022

How do I print new message at the same time as user is typing something in the buffer?

See #235
Like replxx

@gwenn
Copy link
Collaborator

gwenn commented Jul 17, 2022

Version 10.0.0 released.

@gwenn gwenn closed this as completed Jul 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants