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

Add an option to show the terminal in a existing window #3

Open
xhighway999 opened this issue May 3, 2021 · 0 comments
Open

Add an option to show the terminal in a existing window #3

xhighway999 opened this issue May 3, 2021 · 0 comments

Comments

@xhighway999
Copy link

Hi,
I am using your library in a project in combination with a framework that abstracts away window creation in Dear Imgui. My problem is, your (awesome) library creates its own window. Maybe you want to add a way to show the terminal as a widget and not in another window.
Here are some ideas how this could be done:

  1. change the default behavior of terminal:show()
  2. add another parameter to terminal::show() (maybe something like bool showInWindow = false
  3. add a configuration option somewhere
  4. have a separate function for this use case

or maybe I'm just using your library wrong but that's for you to decide :D

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

No branches or pull requests

1 participant