Add homepage. Minor reformating to make this readable.
This commit is contained in:
parent
66d03d0ee3
commit
2c0b7c3efe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19969
1 changed files with 18 additions and 16 deletions
|
@ -1,17 +1,19 @@
|
|||
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:
|
||||
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
|
||||
-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
|
||||
|
||||
WWW: http://www.s-lang.org/
|
||||
|
|
Loading…
Reference in a new issue