aboutsummaryrefslogtreecommitdiffstats
path: root/ihe.c
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2019-09-29 13:20:49 +0100
committerFreeArtMan <dos21h@gmail.com>2019-09-29 13:20:49 +0100
commit318ecf8f8264b5e3f9c53686893e26eecf52a540 (patch)
treeaae40f2a5c3268033afe2f80b0a7e69da1b2218e /ihe.c
parent6dc830f768f77381b4c0991494b4ce90292c37a6 (diff)
downloadihe-318ecf8f8264b5e3f9c53686893e26eecf52a540.tar.gz
ihe-318ecf8f8264b5e3f9c53686893e26eecf52a540.zip
Easy commands pageup/pagedown added to fast list file content
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},
};