diff options
Diffstat (limited to 'libraries/glktermw/README')
-rw-r--r-- | libraries/glktermw/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/glktermw/README b/libraries/glktermw/README new file mode 100644 index 0000000000000..62a513284ece0 --- /dev/null +++ b/libraries/glktermw/README @@ -0,0 +1,9 @@ +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. |