-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Wrong sequence on alt + arrow #239
Copy link
Copy link
Closed
Labels
type/bugSomething is misbehavingSomething is misbehaving
Description
Pressing Alt + any arrow prints a character, instead of moving word backwards/forward etc.
Example: The terminal sends the \x1b[1;3D sequence, instead of \x1bb or \x1b[5D on Alt + ← (which seem to do the work).
Details
- Browser and browser version: Chrome 52 on OS X
- OS version: OS X El Capitan
- xterm.js version: 4c3ccc2
Steps to reproduce
- Type a command (e.g.
ls -la) - Hit Alt + ←
- Expected: Cursor move to
l(inla). Result:Dgets printed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type/bugSomething is misbehavingSomething is misbehaving