Skip to content

What's so special about Esc? #3906

Answered by tznind
pebezo asked this question in Q&A
Feb 14, 2025 · 1 comments · 17 replies
Discussion options

You must be logged in to vote

@pebezo does the new code fix problem for you?

Also by 'artifacts with NetDriver' do you mean the corners? This seems to be an odd situation where the curved corner rune renders correct on WindowsDriver but not NetDriver. The workaround is to use regular corners (although I agree they are less pretty :)

So options are

  • Try @BDisp code to see if it fix
  • Switch to NetDriver and use square corners
  • Wait for v2 drivers and see if it improves situation
_container = new Window
{
    X = 0,
    Y = 0,
    Width = Dim.Fill(),
    Height = Dim.Fill(),
-  BorderStyle = LineStyle.Rounded,
    SuperViewRendersLineCanvas = true,
    CanFocus = true,
    TabStop = TabBehavior.TabStop
};

Replies: 1 comment 17 replies

Comment options

You must be logged in to vote
17 replies
@BDisp
Comment options

BDisp Feb 15, 2025
Collaborator

@tznind
Comment options

tznind Feb 15, 2025
Collaborator

@BDisp
Comment options

BDisp Feb 15, 2025
Collaborator

@tznind
Comment options

tznind Feb 15, 2025
Collaborator

Answer selected by pebezo
@pebezo
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants