Subject: | Curses::Toolkit feature request/inquiry for password entry field |
Hello,
I've been attempting to use Curses::Toolkit to create a UI for some code I have been working on and I'm a bit stuck at the moment as Curses::Toolkit::Widget::Entry doesn't seem to be an appropriate choice for a password input field. I do not require any sort of encryption to take place but it would be very unfortunate to echo the password back to the screen. I've been looking around at the code but I'm a bit confused as where the separation of the displayed text is handled from the text that is displayed, as it seems modifying it to obscure the text would eventually lead to the attribute value being overwritten. Is this something you would be planning to implement, if not could you at least give me some pointer as to where would be the best place to start, please ?