Ghostty shows pwd/lock indicator when using Chafa, is it a Chafa issue? #236
-
Chafa version 1.14.5 (Homebrew) When using Chafa with the Ghostty terminal app, Ghostty shows the lock icon and security info that it normally shows at a password prompt or at secure text entry. From the Ghostty developer:
Ghostty.Shows.Lock.for.Chafa.mp4 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, thanks for bringing this up. It should probably be filed as an issue, though. Do you know which ioctl mitchellh is referring to? Does passing Edit: When |
Beta Was this translation helpful? Give feedback.
Hi, thanks for bringing this up. It should probably be filed as an issue, though. Do you know which ioctl mitchellh is referring to? Does passing
--polite on
help?Edit: When
tcsetattr()
is used to turn off echo, ghostty interprets it to mean there's a password prompt. You can indeed work around it by passing--polite on
. I'll change it to emit a control sequence instead, which does not trigger the heuristic.