Source
--- src/command.c.orig 2004-01-05 16:42:31.000000000 +0900
+++ src/command.c 2007-02-27 00:30:47.000000000 +0900
ConsoleClearRight();
istr = CommandGetLine( f, prompt );
if( NULL == istr ){
+#if 1
+ if( NULL != f->find.pattern ){
+ res = CommandFindContinue( f, direction );
+ return res;
+ } else {
+ return NULL;
+ }
+#else
/*
* パターン有りから無し
*/
}
}
return NULL;
+#endif
} else {
/*
* パターンのセット