diff options
Diffstat (limited to 'ihe.c')
-rw-r--r-- | ihe.c | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -436,9 +436,15 @@ cmd_table_t tab[] = { {"ls", c_ls, h_ls, NULL, NULL}, {"pwd", c_pwd, h_pwd, NULL, NULL}, {"cd", c_cd, h_cd, NULL, NULL}, - //{"create", c_create}, - //{"th", c_th}, - //{"tw", c_tw}, + {"pageup", c_pageup, h_pageup, NULL, NULL}, + {"pagedown", c_pagedown, h_pagedown, NULL, NULL}, + //{"goto", c_goto, h_goto, NULL, NULL}, + //{"bwrite", c_bwrite, h_bwrite, NULL, NULL}, + //{"bread", c_bread, h_bread, NULL, NULL}, + //{"create", c_create, h_create, NULL, NULL}, + //{"th", c_th. h_th, NULL, NULL}, + //{"tw", c_tw, h_tw, NULL, NULL}, + //{"tfit", c_tfit, h_tfit, NULL, NULL}, {NULL, NULL , NULL, NULL, NULL}, }; |