mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
do something for -S on curses version too
This commit is contained in:
parent
b3a4ac306e
commit
0b7eee672a
1 changed files with 5 additions and 1 deletions
|
@ -348,9 +348,13 @@ curses_util_notifyGameOver( XW_UtilCtxt* uc )
|
|||
} /* curses_util_notifyGameOver */
|
||||
|
||||
static XP_Bool
|
||||
curses_util_hiliteCell( XW_UtilCtxt* XP_UNUSED(uc),
|
||||
curses_util_hiliteCell( XW_UtilCtxt* uc,
|
||||
XP_U16 XP_UNUSED(col), XP_U16 XP_UNUSED(row) )
|
||||
{
|
||||
CursesAppGlobals* globals = (CursesAppGlobals*)uc->closure;
|
||||
if ( globals->cGlobals.params->sleepOnAnchor ) {
|
||||
usleep( 10000 );
|
||||
}
|
||||
return XP_TRUE;
|
||||
} /* curses_util_hiliteCell */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue