diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-04-29 01:55:53 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-04-29 01:55:53 +0800 |
commit | e139dceaaca77338188599e8a952c7966cca3959 (patch) | |
tree | ffc34eeeb26b14d19188b3ade049e31d38c732c6 /devel/terminality/pkg-descr | |
parent | c6c02f8da6da053eb0a913c6596ff6bfe2a67838 (diff) | |
download | freebsd-ports-graphics-e139dceaaca77338188599e8a952c7966cca3959.tar.gz freebsd-ports-graphics-e139dceaaca77338188599e8a952c7966cca3959.tar.zst freebsd-ports-graphics-e139dceaaca77338188599e8a952c7966cca3959.zip |
add terminality
A cross-platform terminal manipulation library
Diffstat (limited to 'devel/terminality/pkg-descr')
-rw-r--r-- | devel/terminality/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/terminality/pkg-descr b/devel/terminality/pkg-descr new file mode 100644 index 00000000000..0f1ec15d860 --- /dev/null +++ b/devel/terminality/pkg-descr @@ -0,0 +1,6 @@ +Terminality aims to be a cross-platform terminal manipulation library. It +provides a set of functions which are used to manipulate a text terminal, +functions such as clearing the screen, changing text colours, moving the +cursor, etc. + +WWW: http://members.optushome.com.au/darkmoon7/term.html |