You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
change the default behavior of terminal:show()
add another parameter to terminal::show() (maybe something like bool showInWindow = false
add a configuration option somewhere
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
The text was updated successfully, but these errors were encountered:
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:
or maybe I'm just using your library wrong but that's for you to decide :D
The text was updated successfully, but these errors were encountered: