From b61d77a998f5080e1f5f4f0ae8f2838cc095e8f7 Mon Sep 17 00:00:00 2001 From: Mark Hessling Date: Thu, 1 Jan 2004 01:12:28 +0000 Subject: [PATCH] Add minor comment --- pdcurses/getch.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pdcurses/getch.c b/pdcurses/getch.c index b9377d94..3e8b42aa 100644 --- a/pdcurses/getch.c +++ b/pdcurses/getch.c @@ -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) {