mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
add a clear screen for ansi enabled terms
This commit is contained in:
parent
700f0624a4
commit
6bd0138f14
2 changed files with 10 additions and 1 deletions
|
@ -11,6 +11,9 @@
|
|||
#define _CYAN_(s) "\x1b[36m" s AEND
|
||||
#define _WHITE_(s) "\x1b[37m" s AEND
|
||||
|
||||
#define _CLEAR_ "\x1b[2J"
|
||||
#define _TOP_ "\x1b[1;1f"
|
||||
|
||||
// https://wiki.hackzine.org/development/misc/readline-color-prompt.html
|
||||
// Applications may indicate that the prompt contains
|
||||
// characters that take up no physical screen space when displayed by
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue