mirror of
https://github.com/ipxe/ipxe
synced 2026-01-24 04:59:13 +03:00
[riscv] Map DEL to backspace on the SBI debug console
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -47,6 +47,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||
#define LF CTRL_J
|
||||
#define CR CTRL_M
|
||||
#define ESC 0x1b
|
||||
#define DEL 0x7f
|
||||
|
||||
/*
|
||||
* Special keys outside the normal Unicode range
|
||||
|
||||
Reference in New Issue
Block a user