mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-06 11:50:49 +02:00
commit bash-20170505 snapshot
This commit is contained in:
+4
-1
@@ -441,7 +441,10 @@ rl_translate_keyseq (const char *seq, char *array, int *len)
|
||||
c = seq[++i];
|
||||
|
||||
if (c == 0)
|
||||
break;
|
||||
{
|
||||
array[l++] = '\\'; /* preserve trailing backslash */
|
||||
break;
|
||||
}
|
||||
|
||||
/* Handle \C- and \M- prefixes. */
|
||||
if ((c == 'C' || c == 'M') && seq[i + 1] == '-')
|
||||
|
||||
Reference in New Issue
Block a user