Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-16 | 51215: consume whole CSI sequences from the input | Oliver Kiddle | 1 | -0/+22 | |
This affects CSI sequences that aren't explicitly bound but arrive within the usual KEYTIMEOUT time limits. A single undefined-key widget is run instead of unintended bindings for Escape and other characters in the sequence. | |||||
2022-09-15 | 50629: do not use egrep in tests | Jun-ichi Takimoto | 1 | -10/+1 | |
2022-04-26 | 50089: unset LC_* for multibyte tests in X03zlebindkey | Jun-ichi Takimoto | 1 | -0/+1 | |
2021-09-08 | 49377: fix segfault by 'bindkey -d' with reordered keymapnamtab | Jun-ichi Takimoto | 1 | -0/+15 | |
2021-01-20 | 47849: do not skip tests requiring zpty on Cygwin | Jun-ichi Takimoto | 1 | -3/+1 | |
2018-04-04 | 42581(?): Fix ZLE inline history expansion. | Peter Stephenson | 1 | -0/+17 | |
Seen with magic-space. If there's a parse error in command subtitution we need to complete reading history to ensure the command line buffer is finished. | |||||
2015-12-30 | 37460: make sure the default keymap is emacs before using that keymap to ↵ | Barton E. Schaefer | 1 | -0/+1 | |
test bindings | |||||
2015-12-16 | 37411: more bindkey tests | Peter Stephenson | 1 | -2/+77 | |
2015-12-15 | 37405: Fix self-insert binding for multibyte sequences. | Peter Stephenson | 1 | -3/+10 | |
This makes it work even if the self-insert applies to a sequence longer than an initial byte, including the case of a complete binding to a full character sequence. | |||||
2015-12-10 | 37378: New bindkey tests. | Peter Stephenson | 1 | -0/+45 | |
Also fix Meta bug on pattern match in zpty -r. |