Last change
on this file since 6888aa2 was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
Imported original source code.
|
-
Property mode
set to
100755
|
File size:
640 bytes
|
Line | |
---|
1 | /*
|
---|
2 | ============================================================================
|
---|
3 | pageparm.h -- parameters for pagination functions
|
---|
4 | Version 1 -- 1986-11-08 -- D.N. Lynx Crowe
|
---|
5 | ============================================================================
|
---|
6 | */
|
---|
7 |
|
---|
8 | #define NLPAGE 66 /* default number of lines per page */
|
---|
9 | #define MARGIN 6 /* default left margin */
|
---|
10 | #define MTOP 3 /* default top margin */
|
---|
11 | #define MBOT 3 /* default bottom margin */
|
---|
12 | #define MINLEFT 8 /* default minimum lines at bottom of page */
|
---|
13 | |
---|
Note:
See
TracBrowser
for help on using the repository browser.