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

Promt Invisible #13

Open
thisisharshavardhan opened this issue Nov 14, 2024 · 3 comments
Open

Promt Invisible #13

thisisharshavardhan opened this issue Nov 14, 2024 · 3 comments

Comments

@thisisharshavardhan
Copy link

thisisharshavardhan commented Nov 14, 2024

After terminating dicedb-cli, unable to see the promt in terminal,
i was able to type it and its working but promt not visible.

Screenshot 2024-11-14 025914

@sdeepanshu13
Copy link

@thisisharshavardhan what kind of prompt are you talking about?

@thisisharshavardhan
Copy link
Author

thisisharshavardhan commented Nov 15, 2024

@sdeepanshu13

in that image i connected to dicedb using dicedb-cli and then i exited

after exiting i cannot see the commands i was typing
in that above image i ran 'ls' cmd and it worked but not visible on terminal

it was fine before running dicedb-cli, facing issue only after terminating client
also fine when i open new terminal

@paulwalrath
Copy link

I've noticed this too: letters typed on the command-line after exiting the program were not echoed to the screen.

This was using the dicedb-cli as installed by the install.sh script. With that version, I saw that when the program exited and returned me to the shell prompt, anything I typed on command-line was invisible. I had to type stty sane in my bash session in order for text to be echoed to the screen again.

image

However, it seems to have already been fixed in the master branch. If I do a checkout of the dicedb-cli repo and run go run main.go, this problem doesn't happen. So, the fix is in place, but it hasn't been tagged or made into a release yet. Presently, the version of dicedb-cli installed by the install.sh script is version 0.0.3 (from Nov 22).

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

3 participants