From 65d94088799ae9a82b749950326225478b553bc5 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Wed, 22 Apr 2020 12:24:21 +0200 Subject: [PATCH] prompt: [usb|script] style --- client/src/proxmark3.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/src/proxmark3.h b/client/src/proxmark3.h index 9bd95fb75..9f4c767e2 100644 --- a/client/src/proxmark3.h +++ b/client/src/proxmark3.h @@ -16,11 +16,11 @@ #define PROXPROMPT_MAX_SIZE 255 -#define PROXPROMPT_COMPOSE "[" "%s" "] pm3 %s--> " +#define PROXPROMPT_COMPOSE "[" "%s%s" "] pm3 --> " -#define PROXPROMPT_CTX_SCRIPTFILE "(" _YELLOW_("script") ")" -#define PROXPROMPT_CTX_SCRIPTCMD "(" _YELLOW_("command") ")" -#define PROXPROMPT_CTX_STDIN "(" _YELLOW_("stdin") ")" +#define PROXPROMPT_CTX_SCRIPTFILE "|" _GREEN_("script") +#define PROXPROMPT_CTX_SCRIPTCMD "|" _GREEN_("script") +#define PROXPROMPT_CTX_STDIN "|" _GREEN_("script") #define PROXPROMPT_CTX_INTERACTIVE "" #define PROXPROMPT_DEV_USB _BOLD_GREEN_("usb")