home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
jove-4.16-src.tgz
/
tar.out
/
bsd
/
jove
/
paragraph.h
< prev
next >
Wrap
C/C++ Source or Header
|
1996-09-28
|
928b
|
32 lines
/************************************************************************
* This program is Copyright (C) 1986-1996 by Jonathan Payne. JOVE is *
* provided to you without charge, and with no warranty. You may give *
* away copies of JOVE, including sources, provided that this notice is *
* included in all the files. *
************************************************************************/
extern void
DoJustify proto((LinePtr l1, int c1,
LinePtr l2, int c2, bool scrunch, int indent)),
do_rfill proto((bool ulm));
/* Commands: */
extern void
BackPara proto((void)),
ForPara proto((void)),
Justify proto((void)),
RegJustify proto((void));
/* Variables: */
extern bool
SpaceSent2; /* VAR: space-sentence-2 */
extern int
LMargin, /* VAR: left margin */
RMargin; /* VAR: right margin */
extern char
ParaDelim[128]; /* VAR: paragraph-delimiter-pattern */