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

we could try to support more platforms than "gtk" and "stdio" #15

Open
madewokherd opened this issue Aug 6, 2012 · 0 comments
Open

Comments

@madewokherd
Copy link
Owner

Imported from https://sourceforge.net/apps/mantisbt/urk/view.php?id=5

Currently, urk supports two platforms, "gtk" and "stdio". All platform-specific code is in the platform/ directory of the source. Normally, urk will try to use the "best" platform possible, falling back on stdio in the worst case. The platform can be overridden by setting the URK_PLATFORM environment variable.

We could try to expand urk's usefulness by adding new platforms such as "curses" (which, unlike stdio, could use more terminal features than "read line" and "write line"), or "windows".

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

No branches or pull requests

1 participant