How to make a character invisible when the user is typing from keyboard?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • riyazuddin

    How to make a character invisible when the user is typing from keyboard?

    how to make a character invisible when the user is typing from keyboard in linux
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    You need to make a call to the operating system. Try this:

    Code:
    system("echo off");

    Comment

    Working...