Skip to content

Commit

Permalink
Add a Dialog implementation and support for Glk's file functions
Browse files Browse the repository at this point in the history
  • Loading branch information
curiousdannii committed Dec 23, 2016
1 parent 075393a commit fd1fbd6
Show file tree
Hide file tree
Showing 8 changed files with 846 additions and 72 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
src/electrofs.js
src/glkapi.js
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
GlkOte-term
========

This is terminal implementation of the [GlkOte](https://github.com/erkyrath/glkote) library. At the moment only a stdio (DumbGlkOte) implementation is available: it allows only one window to be created, and is broadly compatible with the C [Cheapglk](https://github.com/erkyrath/cheapglk) library. In the future a multi-window implementation will be developed. GlkOte-term includes glkapi.js and a version of the Dialog library.

For sample code, see [tests/zvm.js](https://github.com/curiousdannii/glkote-term/blob/master/tests/zvm.js).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "glkote-term",
"version": "0.1.0",
"version": "0.2.0",
"description": "Javascript terminal implementation of GlkOte",
"author": "Dannii Willis <[email protected]>",
"license": "MIT",
Expand Down
Loading

0 comments on commit fd1fbd6

Please sign in to comment.