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

[UI] Views #39

Open
RaphaelPour opened this issue Jan 27, 2021 · 0 comments
Open

[UI] Views #39

RaphaelPour opened this issue Jan 27, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@RaphaelPour
Copy link
Owner

Currently the status bar and content will be rendered to one buffer which then gets viewed. This separation is hardcoded and not open for extensions.

Introducing a few, the terminal could be split up into logical units and rendered separtely to gain flexibility. Currently the following logical units could be made:

  • content
  • status bar
  • dialog
  • welcome screen/ control help

Those views could be set up static in the first place but could be the fundament of more advanced features:

  • multiple file support with hidden views, hotkeys to navigate through open files
  • new logical units
    • split screen
    • file browser
    • prompt for commands and macros
@RaphaelPour RaphaelPour added the enhancement New feature or request label Jan 27, 2021
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