-
Notifications
You must be signed in to change notification settings - Fork 725
Open
Labels
Milestone
Description
What I'm Looking For
I'm interested in drawing controls over the current terminal, instead of switching away to a completely different screen.
What I've Tried
I've tried just about everything I can think of, but I always end up with a terminal full of blue. I'm on Windows 10, .NET 4.7.1.
- Creating a new
Toplevelwith a frame of 100x1 and using that withApplication.Run - I thought maybe the
Init()call was goofing me up, so I tried subclassingTopleveland setting those values myself, then using that subclass withApplication.Run<T>to use theFunc<Toplevel>overload ofApplication.Init - A variety of
WindoworToplevelinstances that set the bounds smaller than the terminal extents
I didn't see anything in the docs or any Google results or any Stack Overflow tags. Am I just missing it? Or is this not supported? (If not, I can fill out an enhancement issue 😁)
Thanks!
wjrogers, thoemmi, alrz, tthiery, koliyo and 1 more
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status