summaryrefslogtreecommitdiff
path: root/core
authorllornkcor <llornkcor>2002-02-03 14:15:02 (UTC)
committer llornkcor <llornkcor>2002-02-03 14:15:02 (UTC)
commite26c1409462b6c9c4931a5fa13c121f492747c27 (patch) (unidiff)
tree066700138630d3167ac44d8f4e5850a3b294d0ba /core
parentee82c470b34819d24de543b30f150788fb58b2f1 (diff)
downloadopie-e26c1409462b6c9c4931a5fa13c121f492747c27.zip
opie-e26c1409462b6c9c4931a5fa13c121f492747c27.tar.gz
opie-e26c1409462b6c9c4931a5fa13c121f492747c27.tar.bz2
added clear to commandlist
Diffstat (limited to 'core') (more/less context) (ignore whitespace changes)
-rw-r--r--core/apps/embeddedkonsole/konsole.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/apps/embeddedkonsole/konsole.cpp b/core/apps/embeddedkonsole/konsole.cpp
index 653652a..1016885 100644
--- a/core/apps/embeddedkonsole/konsole.cpp
+++ b/core/apps/embeddedkonsole/konsole.cpp
@@ -103,12 +103,13 @@ static const char *commonCmds[] =
103{ 103{
104 "ls ", // I left this here, cause it looks better than the first alpha 104 "ls ", // I left this here, cause it looks better than the first alpha
105 "cardctl eject", 105 "cardctl eject",
106 "cat ", 106 "cat ",
107 "cd ", 107 "cd ",
108 "chmod ", 108 "chmod ",
109 "clear",
109 "cp ", 110 "cp ",
110 "dc ", 111 "dc ",
111 "df ", 112 "df ",
112 "dmesg", 113 "dmesg",
113 "echo ", 114 "echo ",
114 "env", 115 "env",