mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-23 23:35:20 +00:00
Add minor comment
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef PDCDEBUG
|
||||
char *rcsid_getch = "$Id: getch.c,v 1.4 2003/12/28 08:38:43 mark Exp $";
|
||||
char *rcsid_getch = "$Id: getch.c,v 1.5 2004/01/01 01:12:28 mark Exp $";
|
||||
#endif
|
||||
|
||||
/*man-start*********************************************************************
|
||||
@@ -274,6 +274,7 @@ extern WINDOW* _getch_win_;
|
||||
|
||||
/*
|
||||
* Order of test for delaytenths and _nodelay reversed - William McBrine
|
||||
* Handle timeout() and halfdelay().
|
||||
*/
|
||||
if (SP->delaytenths || w->_delayms)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user