slackbuilds_ponce/libraries/glktermw/README
B. Watson 2d33d43d50 libraries/glktermw: Added (library for text interactive fiction).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2018-07-09 16:06:32 +01:00

9 lines
418 B
Text

glktermw (library for textmode interactive fiction)
Glk defines a portable API (programming interface) for applications with
text UIs (user interfaces.) It was primarily designed for interactive
fiction, but it should be suitable for many interactive text utilities,
particularly those based on a command line.
glktermw is a curses (ncurses) implementation of the Glk API, with wide
character (aka Unicode) support.