ascii: Readd DEL_STR define

This commit is contained in:
ZyX
2017-03-05 00:14:11 +03:00
parent c6c48e8672
commit 2c8ad27652
2 changed files with 2 additions and 1 deletions

View File

@@ -26,6 +26,7 @@
#define ESC '\033'
#define ESC_STR "\033"
#define DEL 0x7f
#define DEL_STR "\177"
#define CSI 0x9b // Control Sequence Introducer
#define CSI_STR "\233"
#define DCS 0x90 /* Device Control String */