1. System requirements

This demo uses standard unix libraries and ncurses for screen routines.
It compiles and run fine under Linux and FreeBSD.

On SunOS 5.9 you have to change:
Makefile:	replace -lncurses with -lcurses
rotor.c:	in function cdr_display_init() comment marked lines
rotor.c:	in function input_dialog() uncomment/comment selected lines


2. Usage

By default program runs in demo mode presenting its abilities. To skip
demo-mode run program with any parameter.


3. Keymap

Space - change numer of points
Enter - rotate shape
, . - rotate shape left/right by one degree
< > - rotate shape left/right by ten degrees
cursors - move shape
- +  - scale shape
w - change character that the shape
b - change border character of a shape
t - change background character

CeDeROM