diff --git a/README b/README index f6d8219..95c840b 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ ------------------------------------------------------------------------------- ---- ANSIFILTER MANUAL - Version 2.5 --------------------------- JUNE 2017 --- +--- ANSIFILTER MANUAL - Version 2.6 --------------------------- JULY 2017 --- ------------------------------------------------------------------------------- OSI Certified Open Source Software @@ -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) @@ -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: diff --git a/src/codegenerator.cpp b/src/codegenerator.cpp index f5a6297..245da51 100644 --- a/src/codegenerator.cpp +++ b/src/codegenerator.cpp @@ -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 ***************************************************************************/