Even more sophisticated readline functionality

This commit is contained in:
2021-11-04 14:00:35 -04:00
parent deaf4e4873
commit e5a1f238ec
4 changed files with 17 additions and 22 deletions

View File

@@ -162,8 +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_command();
void hide_command();
void show_or_hide_command();
private:
static const int READLINE_MAX=512;