diff options
author | ache <ache@FreeBSD.org> | 1996-07-12 01:31:18 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-07-12 01:31:18 +0800 |
commit | 5ad3dea4e9d2f888987f797461c8f6223409908c (patch) | |
tree | 426d7164c1797892b6b0a57d50285bde0d78b52e /devel/libslang/pkg-descr | |
parent | aac5174b07c2314a50022a3e879d6cacc73f5bca (diff) | |
download | freebsd-ports-gnome-5ad3dea4e9d2f888987f797461c8f6223409908c.tar.gz freebsd-ports-gnome-5ad3dea4e9d2f888987f797461c8f6223409908c.tar.zst freebsd-ports-gnome-5ad3dea4e9d2f888987f797461c8f6223409908c.zip |
Curses-like library, needed primary for color-lynx
Diffstat (limited to 'devel/libslang/pkg-descr')
-rw-r--r-- | devel/libslang/pkg-descr | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/libslang/pkg-descr b/devel/libslang/pkg-descr new file mode 100644 index 000000000000..8af33ebd5d53 --- /dev/null +++ b/devel/libslang/pkg-descr @@ -0,0 +1,17 @@ + S-Lang is a C programmer's library that includes routines for the rapid + development of sophisticated, user friendly, multi-platform applications. + The S-Lang library includes the following: + + Low level tty input routines for reading single characters at a time. + Keymap routines for defining keys and manipulating multiple keymaps. + High level screen management routines for manipulating both + monochrome and color terminals. These routines are very + efficient. + Low level terminal-independent routines for manipulating the display + of a terminal. + Routines for reading single line input with line editing and recall + capabilities. + Searching functions: both ordinary searches and regular expression + searches. + An embedded stack-based language interpreter with a C-like syntax. + A malloc debugging package |