Skip to content

Commit 59705d5

Browse files
committed
Spel
1 parent 4f86d4c commit 59705d5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/actions/spelling/expect/expect.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1583,7 +1583,6 @@ SIZESCROLL
15831583
SKIPFONT
15841584
SKIPOWNPROCESS
15851585
SKIPOWNTHREAD
1586-
SKS
15871586
sku
15881587
sldl
15891588
SLGP

src/terminal/input/terminalInput.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ bool TerminalInput::_encodeKitty(KeyboardHelper& kbd, EncodingHelper& enc, const
561561
// KKP> [...] text will not be sent, instead only key events are sent.
562562
// KKP> [...] with this mode, events for pressing modifier keys are reported.
563563
//
564-
// In other words: Get the functional key code if any, otherwise use the codepoint.
564+
// In other words: Get the functional key code if any; otherwise use the codepoint.
565565
WI_IsFlagSet(_kittyFlags, KittyKeyboardProtocolFlags::ReportAllKeysAsEscapeCodes) ||
566566
// A continuation of DisambiguateEscapeCodes above: modifier + key = CSI u.
567567
(WI_IsFlagSet(_kittyFlags, KittyKeyboardProtocolFlags::DisambiguateEscapeCodes) &&

0 commit comments

Comments
 (0)