B
Buda & Nada
Hi!
I am having an unexpected behaviour when the follwoing code is
executed:
pass = ask("Enter your password: ") { |q| q.echo = "x" }
As I enter characters there is not instantenious echo of the "x"
character. Instead, nothing is echoed until <enter> is hit when all
"x" characters do appear. Is this the intention here. For would
think that "x" characters should after each press of any character.
I would apprecite a commnet.
Bud M
I am having an unexpected behaviour when the follwoing code is
executed:
pass = ask("Enter your password: ") { |q| q.echo = "x" }
As I enter characters there is not instantenious echo of the "x"
character. Instead, nothing is echoed until <enter> is hit when all
"x" characters do appear. Is this the intention here. For would
think that "x" characters should after each press of any character.
I would apprecite a commnet.
Bud M