2018-07-09 23:06:32 +08:00
|
|
|
# HOW TO EDIT THIS FILE:
|
|
|
|
# The "handy ruler" below makes it easier to edit a package description.
|
|
|
|
# Line up the first '|' above the ':' following the base package name, and
|
|
|
|
# the '|' on the right side marks the last column you can put a character in.
|
|
|
|
# You must make exactly 11 lines for the formatting to be correct. It's also
|
|
|
|
# customary to leave one space after the ':' except on otherwise blank lines.
|
|
|
|
|
|
|
|
|-----handy-ruler------------------------------------------------------|
|
|
|
|
glktermw: glktermw (library for textmode interactive fiction)
|
|
|
|
glktermw:
|
|
|
|
glktermw: Glk defines a portable API (programming interface) for applications
|
2021-11-25 04:10:31 +08:00
|
|
|
glktermw: with text UIs (user interfaces). It was primarily designed for
|
2018-07-09 23:06:32 +08:00
|
|
|
glktermw: interactive fiction, but it should be suitable for many interactive
|
|
|
|
glktermw: text utilities, particularly those based on a command line.
|
|
|
|
glktermw:
|
|
|
|
glktermw: glktermw is a curses (ncurses) implementation of the Glk API, with
|
|
|
|
glktermw: wide character (aka Unicode) support.
|
|
|
|
glktermw:
|
|
|
|
glktermw:
|