Navigation

Operators and Keywords

Function List:

C++ API

: val = PAGER_FLAGS ()
: old_val = PAGER_FLAGS (new_val)
: PAGER_FLAGS (new_val, "local")

Query or set the internal variable that specifies the options to pass to the pager.

When called from inside a function with the "local" option, the variable is changed locally for the function and any subroutines it calls. The original variable value is restored when exiting the function.

See also: PAGER, more, page_screen_output, page_output_immediately.

Package: octave