From a6cc93480035660624f2168b673000a88ab2307d Mon Sep 17 00:00:00 2001 From: donno2048 Date: Fri, 5 Jun 2020 11:28:19 -0700 Subject: [PATCH] fix spell things I forced into master. --- doc/specs/drafts/#997 Non-Terminal-Panes.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/specs/drafts/#997 Non-Terminal-Panes.md b/doc/specs/drafts/#997 Non-Terminal-Panes.md index 35e16ff5..51216558 100644 --- a/doc/specs/drafts/#997 Non-Terminal-Panes.md +++ b/doc/specs/drafts/#997 Non-Terminal-Panes.md @@ -35,7 +35,7 @@ We'll change the TermControl class to derive from the * Otherwise, it might be possible that we could just remove that fake control entirely. * We'll remove the `GetControl` method from the `TermControl`, as the - `TermControl` itslef will now be used as the control. + `TermControl` itself will now be used as the control. We'll change the Pane class to accept a `Windows.UI.Xaml.Controls.Control` instead of a `TermControl`. @@ -76,8 +76,8 @@ is a bigger discussion than the feature at hand, however. ### Performance, Power, and Efficiency +decide to host a WebView in a pane, then it surely could impact these measures. I don't believe this will have a noticable impact _on its own_. Should the user -decide to host a WebView in a pane, then it surely could impact these measuress. However, I leave that discussion to the implementation of the actual alternative pane content itself. @@ -95,7 +95,7 @@ should the control provide some sort of accessibility pattern. keybindings model has the `TermControl` call into the App layer to see if a keystroke should be handled by the app first. We may want to make sure that for non-terminal controls, we add a event handler to try and have the - `AppKeyBindings` handle the keypress ifthe control doesn't. This won't solve + `AppKeyBindings` handle the keypress if the control doesn't. This won't solve the case where the control wants to use a keybinding that is mapped by the Terminal App. In that case, non-terminal controls will actually behave differently from the `TermControl`. The `TermControl` will give the app the