mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Add a option to clear the scrollback buffer
This commit is contained in:
parent
27d9be7613
commit
a7bc082d2d
2 changed files with 11 additions and 2 deletions
|
@ -58,6 +58,7 @@
|
|||
#define _BACK_BRIGHT_WHITE_(s) "\x1b[47;1m" s AEND
|
||||
|
||||
#define _CLEAR_ "\x1b[2J"
|
||||
#define _CLEAR_SCROLLBACK_ "\x1b[3J"
|
||||
#define _TOP_ "\x1b[1;1f"
|
||||
|
||||
#if defined(HAVE_READLINE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue