mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-22 06:13:51 -07:00
prompt: [usb|script] style
This commit is contained in:
parent
7760dd77e5
commit
65d9408879
1 changed files with 4 additions and 4 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue