CE edit save/restore terminal state
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m16s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m16s
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
#define ANSIQ_SCR_CLR2LEND ANSIQ_ESC"[0K" // Clear to end of line
|
||||
#define ANSIQ_SCR_CLR2LBEG ANSIQ_ESC"[1K" // Clear to begining of line
|
||||
#define ANSIQ_SCR_CLR_LINE ANSIQ_ESC"[2K" // Clear entire line
|
||||
#define ANSIQ_SCR_RESTORE ANSIQ_ESC"[?47l"
|
||||
#define ANSIQ_SCR_SAVE ANSIQ_ESC"[?47h"
|
||||
#define ANSIQ_SCR_RESTORE ANSIQ_ESC"[?1049l"
|
||||
#define ANSIQ_SCR_SAVE ANSIQ_ESC"[?1049h"
|
||||
/* clang-format on */
|
||||
|
||||
#endif /* ANSIQ_SCREEN_H */
|
||||
|
||||
Reference in New Issue
Block a user