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

Towards curses #4

Closed
sdether opened this issue Jan 18, 2013 · 1 comment
Closed

Towards curses #4

sdether opened this issue Jan 18, 2013 · 1 comment
Assignees

Comments

@sdether
Copy link
Owner

sdether commented Jan 18, 2013

Currently if the output returned by a command is unbounded, freeform html. This makes paging support hard. Instead the shell should be created as a terminal windows with with a resolution of rows,cols. Command output would support a single string (which would be wrapped), an array of strings (which would not be wrapped) or freeform HTML (which would be put into a div that can be capped to the current terminal size).

Given output of known lines, implementing --MORE-- behavior could be supported and the grid nature of the screen could become the basis for implementing curses

@ghost ghost assigned sdether Feb 3, 2013
@sdether
Copy link
Owner Author

sdether commented Aug 30, 2013

This issue is being obsoleted by #14, i.e. going to a STDIO stream model that's line oriented.

@sdether sdether closed this as completed Aug 30, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant