comparison src/pager.cc @ 2201:e5db2ea7f7c8

[project @ 1996-05-15 05:37:55 by jwe]
author jwe
date Wed, 15 May 1996 05:37:59 +0000
parents 6abec42e52f6
children 9be05ffc288a
comparison
equal deleted inserted replaced
2200:6abec42e52f6 2201:e5db2ea7f7c8
41 #include "input.h" 41 #include "input.h"
42 #include "oct-obj.h" 42 #include "oct-obj.h"
43 #include "pager.h" 43 #include "pager.h"
44 #include "sighandlers.h" 44 #include "sighandlers.h"
45 #include "unwind-prot.h" 45 #include "unwind-prot.h"
46 #include "utils.h"
46 47
47 pid_t octave_pager_pid = -1; 48 pid_t octave_pager_pid = -1;
48 49
49 // Our actual connection to the external pager. 50 // Our actual connection to the external pager.
50 static oprocstream *external_pager = 0; 51 static oprocstream *external_pager = 0;