Minor bugfix to drivenengine readline mode

This commit is contained in:
2021-11-09 12:46:24 -05:00
parent bc01bd8513
commit 6172fb983c
2 changed files with 8 additions and 8 deletions

View File

@@ -162,7 +162,7 @@ private:
void feed_readline(int nbytes, const char *bytes);
void peek_outgoing(int *nbytes, const char **bytes);
void sent_outgoing(int nbytes);
void show_or_hide_command();
void show_or_hide_command(bool ignore_sb_out);
private:
static const int READLINE_MAX=512;