summaryrefslogtreecommitdiff
path: root/src/user/include/pland/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/user/include/pland/syscall.h')
-rw-r--r--src/user/include/pland/syscall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user/include/pland/syscall.h b/src/user/include/pland/syscall.h
index 331002e..14164aa 100644
--- a/src/user/include/pland/syscall.h
+++ b/src/user/include/pland/syscall.h
@@ -73,7 +73,7 @@ typedef enum {
_KEY_NDOT,
_KEY_NSLASH,
/* 0xc0 unassigned */
- _KEY_DELETE,
+ _KEY_DELETE = 0xc1,
_KEY_HOME,
_KEY_END,
_KEY_PUP,