NAME

kjb_use_default_paging - Restores paging behaviour

SYNOPSIS

#include "l/l_sys_term.h"

Example compile flags (system dependent):
  -DLINUX_X86_64 -DLINUX_X86_64_OPTERON  -DGNU_COMPILER 
   -I/home/kobus/include
   -L/home/kobus/misc/load/linux_x86_64_opteron -L/usr/lib/x86_64-linux-gnu
  -lKJB                               -lfftw3  -lgsl -lgslcblas -ljpeg  -lSVM -lstdc++                    -lpthread -lSLATEC -lg2c    -lacml -lacml_mv -lblas -lg2c      -lncursesw 


int kjb_use_default_paging(void);

DESCRIPTION

The paging behaviour is often temporarily disabled by the user when they enter "n" to the "continue ? " query. This routine is used to reset the behaviour to the default (which is normally user settable). THis routine is usually used before processing the next user command in a command line interface.

RETURNS

This routine returns TRUE if the default is to page, FALSE, if the default is not to page, and ERROR if there are unexpected problems.

RELATED

kjb_enable_paging, kjb_disable_paging, kjb_restore_paging

DISCLAIMER

This software is not adequatedly tested. It is recomended that results are checked independantly where appropriate.

AUTHOR

Kobus Barnard

DOCUMENTER

Kobus Barnard

SEE ALSO

kjb_enable_paging , kjb_disable_paging , kjb_restore_paging , is_in_background , put_prompt , term_puts , term_put_n_chars , term_put_n_raw_chars , term_get_n_chars , move_cursor_up , term_beep , term_beep_beep , term_get_line , enhanced_term_getc , term_getc , toggle_high_light , set_high_light , unset_high_light , term_blank_out_line , term_set_no_blocking , term_set_blocking