From fadd46012c9974931add6c36e69636d3cbc6906f Mon Sep 17 00:00:00 2001 From: Benji Dial Date: Sun, 20 Sep 2020 14:50:12 -0400 Subject: history when getting line from user in knob --- src/user/include/pland/syscall.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/user/include/pland') 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, -- cgit v1.2.3