-
Notifications
You must be signed in to change notification settings - Fork 58
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
Hide secret information #21
Conversation
Thank you for your contribution to editline! :-) The PR cannot be merged directly due to conflicts. There is also a lot of whitespace changes mixed in with the new functionality. Would you mind redoing the PR; fix the conflicts and also split out (or remove) the whitespace as a separate commit? |
ok sure ! Thank you ! |
No, thank you! :) |
just for the info: this PR to add new feature in |
e519028
to
3cd9894
Compare
I've pushed |
src/editline.c
Outdated
if (rl_check_secret(rl_line_buffer)) | ||
res = write(el_outfd, "", 1); | ||
else | ||
res = write(el_outfd, Screen, ScreenCount); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
inconsistent indentation...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks ! fixed
ac96d67
to
1db83fe
Compare
Thanks ! |
No problem. I didn't understand the use-case at first, and I assumed you'd already seen the |
PR to hide secret information