[Lugge] Re: Programma c++

  • From: tele@xxxxxxxx
  • To: lugge@xxxxxxxxxxxxx
  • Date: Sat, 2 Jun 2001 12:07:23 +0200

vediamo ... non ho tempo di guardare now. cmq soluzione rapida

system("stty -echo");

per ripristinare

system("stty echo");

altrimenti

cd /usr/include ; grep -irn "stty" * | less

man -a stty

in term.h o sgtty.h tty.h dovresti trovare quello che ti serve

tele

Other related posts:

  • » [Lugge] Re: Programma c++