summaryrefslogtreecommitdiff
path: root/ihe.c
diff options
context:
space:
mode:
Diffstat (limited to 'ihe.c')
-rw-r--r--ihe.c12
1 files changed, 9 insertions, 3 deletions
diff --git a/ihe.c b/ihe.c
index 4390586..aacd301 100644
--- a/ihe.c
+++ b/ihe.c
@@ -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},
};