Is there anyway to have remove echoing of characters being typed in the Entry widget of LTK?
For the CLI interface I use the c-string function (alien routine)
(sb-alien:define-alien-routine getpass sb-alien:c-string (prompt sb-alien:c-string))
Not quite sure how to apply this in LTK.