Skip to content
This repository has been archived by the owner on Jul 21, 2018. It is now read-only.

Commit

Permalink
documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-simon committed Jul 25, 2017
1 parent ba0b1c1 commit 4126308
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-------------------------------------------------------------------------------
--- ANSIFILTER MANUAL - Version 2.5 --------------------------- JUNE 2017 ---
--- ANSIFILTER MANUAL - Version 2.6 --------------------------- JULY 2017 ---
-------------------------------------------------------------------------------

OSI Certified Open Source Software
Expand Down Expand Up @@ -62,6 +62,7 @@ Format options:
ANSI art options:
--art-cp437 Parse codepage 437 ANSI art (HTML, RTF output only)
--art-bin Parse BIN/XBIN ANSI art (HTML, RTF output only)
--art-tundra Parse Tundra ANSI art (HTML, RTF output only)
--art-width Set ANSI art width (default 80)
--art-height Set ANSI art height (default 150)

Expand Down Expand Up @@ -90,9 +91,10 @@ Ansifilter is currently available for Linux and Win32 platforms.
-------------------------------------------------------------------------------

Ansifilter understands most CSI sequences. Support for ANSI art files (based on
codepage 437 and ANSI.SYS sequences or BIN/XBIN files) is enabled with the
--art-cp437 and --art-bin options.
codepage 437 and ANSI.SYS sequences, BIN/XBIN and Tundra files) is enabled with
the --art-cp437 and --art-bin options.
Parsing XBIN files overrides --art-width, --art-height and --map options.
Parsing TND files overrides --art-width and --map options.

Supported SGR parameters:

Expand Down
2 changes: 1 addition & 1 deletion src/codegenerator.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/***************************************************************************
codegenerator.cpp - description
-------------------
copyright : (C) 2007-2016 by Andre Simon
copyright : (C) 2007-2017 by Andre Simon
email : andre.simon1@gmx.de
***************************************************************************/

Expand Down

0 comments on commit 4126308

Please sign in to comment.