micropython/shared/readline
J. Neuschäfer d1b0814ea3 shared/readline: Implement CTRL-L (clear screen, redraw prompt).
This commit implements CTRL-L, a somewhat common key to clear the the
screen and move the prompt and command line to the top of the screen.
At least zsh, fish, ruby, and GNU readline support it.

Fixes: https://github.com/micropython/micropython/issues/11354
Signed-off-by: J. Neuschäfer <j.ne@posteo.net>
2024-04-22 11:20:44 +02:00
..
readline.c shared/readline: Implement CTRL-L (clear screen, redraw prompt). 2024-04-22 11:20:44 +02:00
readline.h shared/readline: Implement CTRL-L (clear screen, redraw prompt). 2024-04-22 11:20:44 +02:00