X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Fview.c;h=865b4459910a8607372db27ee5ab639ea04fce1a;hp=f775040a8d79018bac73a4719a56b4694b55c90e;hb=4ceb04b5e19df8964f98c7675d9448c205a2053e;hpb=a1e63be290fce9e589bc57c9f753be09e8ac0cc7 diff --git a/test/view.c b/test/view.c index f775040a..865b4459 100644 --- a/test/view.c +++ b/test/view.c @@ -50,7 +50,7 @@ * scroll operation worked, and the refresh() code only had to do a * partial repaint. * - * $Id: view.c,v 1.91 2013/01/13 01:00:44 tom Exp $ + * $Id: view.c,v 1.92 2013/01/20 00:11:24 tom Exp $ */ #include @@ -233,7 +233,7 @@ main(int argc, char *argv[]) int value = 0; bool done = FALSE; bool got_number = FALSE; - bool single_step = TRUE; + bool single_step = FALSE; #if CAN_RESIZE bool nonposix_resize = FALSE; #endif