aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2019-08-17 12:53:31 +0100
committerFreeArtMan <dos21h@gmail.com>2019-08-17 12:53:31 +0100
commit5aa910a35a0596c012afadc40c97de32c1b53549 (patch)
tree560930a8f19c59097f4a7f383a1de9f4820a839e
parentef95c077add38f12595859736edb2cc9621671bc (diff)
downloadihe-5aa910a35a0596c012afadc40c97de32c1b53549.tar.gz
ihe-5aa910a35a0596c012afadc40c97de32c1b53549.zip
Added some resize line dunno
-rw-r--r--ihe.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ihe.c b/ihe.c
index 874e57c..f42314a 100644
--- a/ihe.c
+++ b/ihe.c
@@ -402,12 +402,13 @@ cmd_table_t tab[] = {
{"dumps", c_dumps},
{"write", c_write},
{"writes", c_writes},
- {"resize", c_resize},
+ {"resize", c_resize},
{"flags", c_flags},
{"manifesto", c_manifesto},
{"ls", c_ls},
{"pwd", c_pwd},
{"cd", c_cd},
+ //{"create", c_create},
//{"th", c_th},
//{"tw", c_tw},
{NULL, NULL }