View | Details | Raw Unified
Collapse All | Expand All

(-) mpg123/term.c (-1 / +2 lines)
 Lines 25-31    Link Here 
{
{
  struct termios tio;
  struct termios tio;
  term_enable = 0;
  if (term_enable || !param.term_ctrl)
    return;
  atexit(term_restore);
  atexit(term_restore);
  if(tcgetattr(0,&tio) < 0) {
  if(tcgetattr(0,&tio) < 0) {