diff --git a/commands.c b/commands.c index 1a969a8..c6cd68e 100644 --- a/commands.c +++ b/commands.c @@ -8,3 +8,6 @@ NULL, ['Q'] = c_quit, ['S'] = c_save, ['i'] = c_insertline, +['p'] = NULL, +['p'] = c_print, +['P'] = NULL,