We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aa740c commit 39b6e27Copy full SHA for 39b6e27
1 file changed
unix/input.c
@@ -41,8 +41,6 @@
41
#include <readline/history.h>
42
#endif
43
44
-#define CTRL_D '\x04'
45
-
46
char *prompt(char *p) {
47
#if MICROPY_USE_READLINE
48
char *line = readline(p);
0 commit comments