Compare commits

...

2 Commits
0.1 ... master

Author SHA1 Message Date
tater 4fbe474449 updated docs 2018-07-16 03:05:09 -04:00
tater 162db5681b added bsdl 2018-07-14 17:47:17 -04:00
2 changed files with 15 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Convert ansi art to mirc art.
![screenshot](https://github.com/tat3r/a2m/blob/master/screenshot.png?raw=true)
![screenshot](https://git.trollforge.org/a2m/plain/screenshot.png)
For reference screenshot is iTerm2 with Menlo font ssh'd to a linux
machine attached to a tmux session running irssi.

14
a2m.c
View File

@ -1,3 +1,17 @@
/* Copyright (c) 2018 Trollforge. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. Trollforge's name may not be used to endorse or promote products
* derived from this software without specific prior written permission.
*/
#include <ctype.h>
#include <errno.h>
#include <iconv.h>