Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #107.55K
~7K People Reached
About Me

Passionate in programming in almost all types of programming languages. Fluent knowledge of php, visual basic, MySQL, .net and basic knowledge of many more languages. Learning cryptography. Hobbies include playing computer games (wars), sniffing on networks,…

Favorite Forums
Favorite Tags
c++ x 1

1 Posted Topic

Member Avatar for lara_

Found a snippet somewhere. This may help to other people. #include <termios.h> #include <stdio.h> static struct termios old, xnew; /* Initialize xnew terminal i/o settings */ void initTermios(int echo) { tcgetattr(0, &old); /* grab old terminal i/o settings */ xnew = old; /* make xnew settings same as old settings …

Member Avatar for nootan.ghimire_1
0
7K

The End.