mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-11 12:40:42 +02:00
commit bash-20170929 snapshot
This commit is contained in:
@@ -686,6 +686,7 @@ add_char:
|
||||
input_string[i] = '\0'; /* for simplicity and debugging */
|
||||
/* If we got input from readline, grab the next multibyte char from
|
||||
rlbuf. */
|
||||
# if defined (READLINE)
|
||||
if (edit)
|
||||
{
|
||||
size_t clen;
|
||||
@@ -701,6 +702,7 @@ add_char:
|
||||
}
|
||||
}
|
||||
else
|
||||
# endif
|
||||
i += read_mbchar (fd, input_string, i, c, unbuffered_read);
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user