prompt: filter ansi before calling readline

This commit is contained in:
Philippe Teuwen
2020-04-22 09:32:32 +02:00
parent 8bdda55115
commit 1f5544330c
2 changed files with 5 additions and 1 deletions

View File

@@ -22,6 +22,8 @@
#define PROXPROMPT_OFFLINE "[" _BOLD_RED_("offline") "] pm3 --> "
#define PROXPROMPT_MAX_SIZE sizeof(PROXPROMPT_OFFLINE)
#define PROXHISTORY "history.txt"
#define PROXLOG "log_%Y%m%d.txt"
#define MAX_NESTED_CMDSCRIPT 10