summaryrefslogtreecommitdiffstats
path: root/sys/ddb
diff options
context:
space:
mode:
Diffstat (limited to 'sys/ddb')
-rw-r--r--sys/ddb/db_input.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ddb/db_input.c b/sys/ddb/db_input.c
index a2a7b38..c740544 100644
--- a/sys/ddb/db_input.c
+++ b/sys/ddb/db_input.c
@@ -195,6 +195,7 @@ db_inputchar(c)
db_delete(1, DEL_FWD);
break;
case CTRL('u'):
+ case CTRL('c'):
/* kill entire line: */
/* at first, delete to beginning of line */
if (db_lc > db_lbuf_start)
OpenPOWER on IntegriCloud