Skip to content

Commit d955d44

Browse files
alignments
1 parent 8d94edd commit d955d44

File tree

7 files changed

+3680
-45
lines changed

7 files changed

+3680
-45
lines changed

.claude/settings.local.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(ls:*)"
5+
]
6+
}
7+
}

Backspace_Flow_Explained.md

Lines changed: 983 additions & 0 deletions
Large diffs are not rendered by default.

VT_Sequences_Explained.md

Lines changed: 1255 additions & 0 deletions
Large diffs are not rendered by default.

WindowsTerminal_Architecture.md

Lines changed: 1357 additions & 0 deletions
Large diffs are not rendered by default.

src/cascadia/TerminalSettingsEditor/Actions.xaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,7 @@
182182
</Page.Resources>
183183

184184
<Border MaxWidth="{StaticResource StandardControlMaxWidth}">
185-
<StackPanel MaxWidth="600"
186-
HorizontalAlignment="Left"
185+
<StackPanel HorizontalAlignment="Stretch"
187186
Spacing="8"
188187
Style="{StaticResource SettingsStackStyle}">
189188
<HyperlinkButton x:Uid="Actions_Disclaimer"

src/cascadia/TerminalSettingsEditor/EditAction.xaml

Lines changed: 73 additions & 43 deletions
Large diffs are not rendered by default.

src/cascadia/TerminalSettingsEditor/Resources/en-US/Resources.resw

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1766,6 +1766,10 @@
17661766
<value>Keybindings</value>
17671767
<comment>Name for a control which contains the list of keybindings for the current command.</comment>
17681768
</data>
1769+
<data name="Actions_CommandDetails.Text" xml:space="preserve">
1770+
<value>Command details</value>
1771+
<comment>Label for the list of editable command details for the current command. This includes the command name and the shortcut action type.</comment>
1772+
</data>
17691773
<data name="Actions_Arguments.Text" xml:space="preserve">
17701774
<value>Additional arguments</value>
17711775
<comment>Label for the list of editable arguments for the currently selected action.</comment>

0 commit comments

Comments
 (0)