-rw-r--r-- | pics/inline/oneoverx.xpm | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/pics/inline/oneoverx.xpm b/pics/inline/oneoverx.xpm new file mode 100644 index 0000000..add27fb --- a/dev/null +++ b/pics/inline/oneoverx.xpm @@ -0,0 +1,20 @@ +/* XPM */ +static char *ythrootofx[] = { +/* width height num_colors chars_per_pixel */ +" 13 11 2 1", +/* colors */ +". c None", +"# c #000000", +/* pixels */ +"......#......", +".....##......", +"......#......" +".....###.....", +".............", +"..#########..", +".............", +"....##.##....", +"......#......", +"......#......", +"....##.##....", +}; |