当前位置: 技术问答>linux和unix
怎样才能使键盘的输入不显示在屏幕上?
来源: 互联网 发布时间:2015-02-24
本文导语: 怎样才能使键盘的输入不显示在屏幕上?就像在登录时,输入密码的那种情形。 | http://www.chinaunix.net/bbsjh/4/10627.html ... 3.1 How can I make my program not echo input? 我怎样使我的程序不回射输...
怎样才能使键盘的输入不显示在屏幕上?就像在登录时,输入密码的那种情形。
|
http://www.chinaunix.net/bbsjh/4/10627.html
...
3.1 How can I make my program not echo input? 我怎样使我的程序不回射输入?
...
3.1 How can I make my program not echo input? 我怎样使我的程序不回射输入?
|
tcgetattr()
tcsetattr()
tcsetattr()
|
在C程序中: 使用 getpass函数:
#include
char *getpass(const char *prompt);
#include
char *getpass(const char *prompt);