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

Support Task driven Window movement. #7

Closed
tmontes opened this issue Jun 23, 2018 · 1 comment
Closed

Support Task driven Window movement. #7

tmontes opened this issue Jun 23, 2018 · 1 comment
Labels
Milestone

Comments

@tmontes
Copy link
Owner

tmontes commented Jun 23, 2018

Notes:

  • Window movements leave whatever is/was under the window now visible: maybe just a bunch of nothing.
  • This will require some re-rendering.

Ideas:

  • Simple approach: re-render everything.
    • Needs either the window-render trap to be told that or the kernel to somehow remember rendered window position, detecting such changes.
  • An optimised approach will only re-render the changed bits.
    • Probably needs to be line oriented.
    • Only cleaning up a sub-set of the the kernel Terminal lines and fully rendering Windows overlapping them.
@tmontes
Copy link
Owner Author

tmontes commented Jul 13, 2018

Window movement is implemented and working well enough.
Documented a limitation in #91.

@tmontes tmontes closed this as completed Jul 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant