README 838 B

1234567891011121314151617181920
  1. ASCII BOX DRAWING - THE BOXES FILTER PROGRAM
  2. boxes is a text filter which can draw ASCII art boxes around
  3. its input text. These boxes may also be removed, even if they
  4. have been badly damaged by editing of the text inside. Since
  5. boxes may be open on any side, boxes can also be used to
  6. create regional comments in any programming language. With
  7. the help of an editor macro or mapping, damaged boxes can
  8. easily be repaired.
  9. This is useful for making the function headers in your
  10. programming language look better, for spicing up your news
  11. postings and emails, or just for decorating your documentation
  12. files.
  13. New box designs of all sorts can easily be added and shared
  14. by appending to a free format configuration file. boxes was
  15. intended to be used with the vim(1) text editor, but can be
  16. tied to any text editor which supports filters.