comparison src/pager.cc @ 4233:ccfdb55c8156

[project @ 2002-12-20 22:43:54 by jwe]
author jwe
date Fri, 20 Dec 2002 22:43:55 +0000
parents e96f52432059
children dcdca99fe2f0
comparison
equal deleted inserted replaced
4232:b032ebd54586 4233:ccfdb55c8156
585 When running interactively, Octave sends any output intended for your\n\ 585 When running interactively, Octave sends any output intended for your\n\
586 terminal that is more than one screen long to the program named by the\n\ 586 terminal that is more than one screen long to the program named by the\n\
587 value of the variable @code{PAGER}.\n\ 587 value of the variable @code{PAGER}.\n\
588 @end defvr"); 588 @end defvr");
589 589
590 DEFVAR (page_output_immediately, 0.0, page_output_immediately, 590 DEFVAR (page_output_immediately, false, page_output_immediately,
591 "-*- texinfo -*-\n\ 591 "-*- texinfo -*-\n\
592 @defvr {Built-in Variable} page_output_immediately\n\ 592 @defvr {Built-in Variable} page_output_immediately\n\
593 If the value of @code{page_output_immediately} is nonzero, Octave sends\n\ 593 If the value of @code{page_output_immediately} is nonzero, Octave sends\n\
594 output to the pager as soon as it is available. Otherwise, Octave\n\ 594 output to the pager as soon as it is available. Otherwise, Octave\n\
595 buffers its output and waits until just before the prompt is printed to\n\ 595 buffers its output and waits until just before the prompt is printed to\n\
596 flush it to the pager. The default value is 0.\n\ 596 flush it to the pager. The default value is 0.\n\
597 @end defvr"); 597 @end defvr");
598 598
599 DEFVAR (page_screen_output, 1.0, page_screen_output, 599 DEFVAR (page_screen_output, true, page_screen_output,
600 "-*- texinfo -*-\n\ 600 "-*- texinfo -*-\n\
601 @defvr {Built-in Variable} page_screen_output\n\ 601 @defvr {Built-in Variable} page_screen_output\n\
602 If the value of @code{page_screen_output} is nonzero, all output\n\ 602 If the value of @code{page_screen_output} is nonzero, all output\n\
603 intended for the screen that is longer than one page is sent through a\n\ 603 intended for the screen that is longer than one page is sent through a\n\
604 pager. This allows you to view one screenful at a time. Some pagers\n\ 604 pager. This allows you to view one screenful at a time. Some pagers\n\