Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancements discussed on intfiction.org #9

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

DavidGriffith
Copy link
Contributor

This patch represents the changes that zzo38 made to glkterm as presented in https://intfiction.org/t/enhanced-glkterm/14049. I processed that code into something that could be merged into the regular codebase.

Here is a list of some of the new features:

  • Can use a .glktermrc file to store user preferences
  • Can display “More” when paging
  • Support paging when glk_exit() is called
  • Colours are supported
  • Can set read-only mode; most files opened by Glk fileref functions are read-only
  • You can also prohibit all file access entirely
  • Filename mapping
  • User-definable styles
  • Can disable mangling of filenames entered by glk_fileref_create_by_prompt()
  • Can set clock skew for the Glk date/time functions
  • VT100 line graphics for window borders
  • New command-line option – which makes it to treat further arguments as plain arguments (so filenames can have - at first)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant