Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[textinput] Do not assign ESC a special meaning on history search mode
UNIX terminals, e.g. vt100, send escape sequences for many special key combinations. Entering the history search mode assigned a specific meaning to the ESC character and disabled the processing of escape sequences, thus accidentally printing some characters that are part of a CSI. As a workaround, avoid changing the meaning of ESC; users can still use the well-known `ESC ESC` sequence (or any other editor command, e.g. move left/right) to exit the history search mode. This change only affects UNIX terminals. Closes issue root-project#10209.
- Loading branch information