home *** CD-ROM | disk | FTP | other *** search
- FrexxWrap - A word wrap filter
- ==============================
-
- LEGAL STUFF
- ~~~~~~~~~~~
- FrexxWrap with source and this document file is released as Public Domain.
- You may sell it, use it, delete it, throw it away, copy it or even use it.
-
- FrexxWrap is written with the intent of being a fully working word wrap filter
- but there are no guarantees at all, only that it occupies disk space and
- acutally has been working for me more than once. The author of this program
- takes no responsibility at all if it proves defective in any way.
-
- USAGE
- ~~~~~
- Fwrap [-scq] <infile >outfile
-
- -s <string> String to begin each line with
- -c <column> Column to wrap the word at
- -q Shut off 'fancy' word wrapping
-
- DESCRIPTION
- ~~~~~~~~~~~
- FrexxWrap was written a sunny day in October '94 to provide a little program
- what word wraps a stream.
- Since the program was mainly made for BBS program usage, I added the ability
- to append a custom string to the left side of each line that contains text.
- FrexxWrap uses a 'fancy' way to decide whether a paragraph is continued after
- a newline or not (if the following character is non-space, the paragraph
- continues) that can during some circumstances mess the stream real bad. I
- added a '-q' option to turn that one off if the result turns ugly!
-
- Mainly put together and released like this to provide a nice example of how
- to implement a file filter for FrexxEd!
-