Skip to content

Commit e54c998

Browse files
committed
Unix: use left-sided Alt modifier in NcursesInput
Follow-up of commit b3945b8.
1 parent 220ae1e commit e54c998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/platform/ncursinp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ bool NcursesInput::getEvent(TEvent &ev) noexcept
370370

371371
if (Alt)
372372
{
373-
ev.keyDown.controlKeyState |= kbAltShift;
373+
ev.keyDown.controlKeyState |= kbLeftAlt;
374374
TermIO::normalizeKey(ev.keyDown);
375375
}
376376
if (state.bracketedPaste)

0 commit comments

Comments
 (0)