summaryrefslogtreecommitdiff
path: root/src/cmd/init/driver/termcook.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/init/driver/termcook.c')
-rw-r--r--src/cmd/init/driver/termcook.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/init/driver/termcook.c b/src/cmd/init/driver/termcook.c
index e0edcf5..ed851e3 100644
--- a/src/cmd/init/driver/termcook.c
+++ b/src/cmd/init/driver/termcook.c
@@ -77,7 +77,7 @@ static void line_editor(void *) {
}
break;
case 3: /* C-c */
- send_intr("");
+ send_intr("C-c");
break;
case 0x1c: /* C-\ */
send_intr("kill");