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

3.0 - Terminal visual updates #191

Open
d0c-s4vage opened this issue Dec 11, 2022 · 0 comments
Open

3.0 - Terminal visual updates #191

d0c-s4vage opened this issue Dec 11, 2022 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@d0c-s4vage
Copy link
Owner

Describe the Feature Request
Embedded terminals aren't very customizable, and are hard to work with. Specifically:

  • The surrounding box should be able to be styled, in the same way that quotes and tables can be styled/framed (specifically in 3.0)
  • The surrounding box should also have a visual indicator on it that says:
    • if the terminal has focus
    • a reminder of the current keybinding to make it let go of focus

Example Markdown

Unfocused

   ┌───────────────────────────────┐
   │$>                             │
   │                               │
   │                               │
   │                               │
   └───────────────────────────────┘

Focused

   ┎───────────────────────────────┐
   ┃$>                             │
   ┃                               │
   ┃                               │
   ┃                               │
   ┖──────────────────────(ctrl+a)─┘

The terminal should also have a "focused" version of the surrounding box, with its own styles. The keybinding to escape would then be overlayed on top of that box in the bottom-right corner

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

No branches or pull requests

1 participant