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

New Mode: Echo #22

Open
hellow554 opened this issue May 31, 2023 · 1 comment
Open

New Mode: Echo #22

hellow554 opened this issue May 31, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@hellow554
Copy link

Hey kumavale,

did I already mention that I really love this project?

I'm currently connected to an embedded device which has an CLI, but does not echo back the characters I typed in, which means that I don't see what I type in.

Most of the Serial Terminal Programs provide some kind of echo output, where the typed characters are printed on the terminal, regardless whether they have been sent back or not.

The echoed characters should have a different color, typically (light) green.
Also enabling them via arguments or escape sequence (~e) should be possible.

I would like to see such feature. What do you think?

@kumavale
Copy link
Owner

I think this a very good idea!
getch-rs, which sisterm depends on, provides a function for local echo, so it seems to be possible if we use it.
I think we should add the -e,--echo flags and the ~e escape sequence.

@kumavale kumavale added the enhancement New feature or request label May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants