https://github.com/rhaberkorn/erlang-slang
Updated version of erlang-slang from Jungerl
https://github.com/rhaberkorn/erlang-slang
Last synced: about 2 months ago
JSON representation
Updated version of erlang-slang from Jungerl
- Host: GitHub
- URL: https://github.com/rhaberkorn/erlang-slang
- Owner: rhaberkorn
- Created: 2011-10-11T13:24:50.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-07-27T13:35:26.000Z (almost 11 years ago)
- Last Synced: 2025-01-25T00:14:36.348Z (3 months ago)
- Language: C
- Homepage: http://jungerl.sourceforge.net/
- Size: 1000 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is slang, an erlang interface to the amazing highly portable tty
interface that gave us such nice tty applications as mutt and slrnIt's distributed as an erlang application (without a start mod) which makes
it possible to integrate into a larger build environment.
We use this at bluetail to have a terminal application onto our
actual target machine. It can be used to anything that's possible
to di with the slang lib itself.It's know to compile and run with slang version 1.4.2
The API is one-to-one withe the normal C-api to slanglib.
demo: contains some various demos
doc: well .. yes guess what
config: contains configure scripts and stuffTo compile:
$ (cd config; ./configure)
$ make