Skip to content

Commit

Permalink
NEWS: Fix unfortunate typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hpjansson committed Jun 6, 2022
1 parent d7e41e0 commit 466df38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS
Expand Up @@ -33,7 +33,7 @@ help in hardening Chafa over the last few releases.
.ANS files compatible with utilities like the wonderful Ansilove, e.g:

$ chafa -f symbols -c 16/8 -s 80 --symbols space+solid+half --fill stipple \
in.jpg | tr -d '\n' | iconv -c -f utf8 -t cp432 > out.ans
in.jpg | tr -d '\n' | iconv -c -f utf8 -t cp437 > out.ans
$ ansilove out.ans -o out.png

* New builtin Latin symbols (available with --symbols latin). This class
Expand Down

0 comments on commit 466df38

Please sign in to comment.