Mercurial > hg > octave-lyh
comparison src/pager.cc @ 191:b6b4d8c513fe
[project @ 1993-10-29 23:41:39 by jwe]
author | jwe |
---|---|
date | Fri, 29 Oct 1993 23:41:39 +0000 |
parents | 78fd87e624cb |
children | a99f28f5e351 |
comparison
equal
deleted
inserted
replaced
190:edfb6cafe85d | 191:b6b4d8c513fe |
---|---|
34 #include "user-prefs.h" | 34 #include "user-prefs.h" |
35 #include "input.h" | 35 #include "input.h" |
36 #include "pager.h" | 36 #include "pager.h" |
37 | 37 |
38 // Where we stash output headed for the screen. | 38 // Where we stash output headed for the screen. |
39 static ostrstream *pager_buf; | 39 static ostrstream *pager_buf = (ostrstream *) NULL; |
40 | 40 |
41 static int | 41 static int |
42 line_count (char *s) | 42 line_count (char *s) |
43 { | 43 { |
44 int count = 0; | 44 int count = 0; |