/[LeafOK_CVS]/lbbs/src/io.c
ViewVC logotype

Diff of /lbbs/src/io.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.12 by sysadm, Sat May 7 12:08:28 2005 UTC Revision 1.13 by sysadm, Mon Mar 15 07:30:21 2010 UTC
# Line 234  igetch_t (long int sec) Line 234  igetch_t (long int sec)
234      {      {
235        ch = igetch ();        ch = igetch ();
236      }      }
237    while ((ch == KEY_TIMEOUT) && (time (0) - t_begin < sec));    while ((ch == KEY_TIMEOUT || ch == 0xa) && (time (0) - t_begin < sec));
238    
239    return ch;    return ch;
240  }  }


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1