Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
{
struct termios tio;
term_enable = 0;
if (term_enable || !param.term_ctrl)
return;
atexit(term_restore);
if(tcgetattr(0,&tio) < 0) {