From f9279192b464995c82c1e6043a28fe62ef193af2 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Thu, 11 Dec 2003 17:01:09 +0000 Subject: [PATCH] * Minor updates to manpages, BUGS, TODO and the Debian control file. --- BUGS | 8 +++++--- TODO | 4 ++++ debian/control | 4 +++- doc/cacademo.1 | 37 ++++++++++++++++++++++++++++--------- doc/cacaview.1 | 3 +++ 5 files changed, 43 insertions(+), 13 deletions(-) diff --git a/BUGS b/BUGS index 87ee502..f997ca3 100644 --- a/BUGS +++ b/BUGS @@ -2,7 +2,9 @@ $Id$ Video rendering - o Slang's and ncurses' hashmap scrolling optimization code cause the - screen to occasionally flicker because it tries to optimize the - vertical scrolling. + o ncurses' hashmap scrolling optimization code causes the screen to + occasionally flicker because it tries to optimize the vertical + scrolling. + + o Slang cannot display 256 colour pairs under Unix. diff --git a/TODO b/TODO index f7b7426..b6b5cfb 100644 --- a/TODO +++ b/TODO @@ -17,6 +17,10 @@ High level stuff o Sprite library + o 256 colour sprites instead of 16 + + o Alpha layer for sprites + o Clip all graphics primitives o Fix the thin ellipse rendering diff --git a/debian/control b/debian/control index 5574755..b1cb879 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,9 @@ Section: libdevel Architecture: any Depends: ${shlibs:Depends}, libncurses5-dev Description: text mode graphics library - libcaca is the Colour AsCii Art library. + libcaca is the Colour AsCii Art library. It provides high level functions + for colour text drawing, simple primitives for line, polygon and ellipse + drawing, as well as powerful image to text conversion routines. . This package contains the header files and static libraries needed to compile applications or shared objects that use libcaca. diff --git a/doc/cacademo.1 b/doc/cacademo.1 index bf37aef..dd606d1 100644 --- a/doc/cacademo.1 +++ b/doc/cacademo.1 @@ -1,14 +1,33 @@ -.TH caca-demo 1 "2003-11-22" "libcaca" +.TH libcaca 1 "2003-11-22" "libcaca" .SH NAME -caca-demo \- libcaca's demonstration application +cacademo, cacafire \- libcaca's demonstration applications .SH SYNOPSIS -.B caca-demo +cacademo +.PP +cacafire .RI .SH DESCRIPTION -This is a simple demo which demonstrates some features of the libcaca -library. +This manual page documents briefly the cacademo and cacafire programs. +.PP +.B cacademo +is a simple demo which demonstrates some features of the libcaca +library. The main menu lists available keys and their actions. To +exit a particular demo, press any key. +.PP +.B cacafire +displays burning ASCII art flames. +.SH BUGS +Please report any bugs you find to . +.SH LICENSE +cacademo and cacafire are all covered by the GNU Lesser General Public +License (LGPL). +.SH AUTHORS +.B cacafire +is a port of AAlib's +.B aafire +written by Jan Hubicka . .PP -The main menu lists available keys and their actions. To exit a particular -demo, press any key. -.SH AUTHOR -This manual page was written by Sam Hocevar +.B cacademo +and this manual page were written by Sam Hocevar +.SH SEE ALSO +cacaview(1), aafire(1) diff --git a/doc/cacaview.1 b/doc/cacaview.1 index 829c118..eabd657 100644 --- a/doc/cacaview.1 +++ b/doc/cacaview.1 @@ -34,6 +34,9 @@ zoom in and out .B z reset the zoom level to normal .TP +.B f +switch fullscreen mode (hide/show menu and status bars) +.TP .B d toggle the dithering mode (no dithering, 4x4 ordered dithering, 8x8 ordered dithering and random dithering)