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

Terminal > Process input + Focus implemented #104

Merged
merged 2 commits into from
Jul 19, 2018
Merged

Conversation

tmontes
Copy link
Owner

@tmontes tmontes commented Jul 19, 2018

Major progress towards completing #5:

  • Process windows are focusable.
  • CTRL-F changes focus: cycles between process windows and None.
  • When a process window is focused, terminal input is written to the process PTY.

Pending:

  • Need to review low-level I/O loop terminal input handling: currently preventing from sending q and D to process PTYs.
  • Terminal cursor visibility: mostly not working.
    • Should not be visible when there are no focused process windows.
    • Should be visible on the focused process window, if visible in that context.
  • Somehow visually indicate focus changes such that users know which window/process is focused.

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.

None yet

1 participant