summaryrefslogtreecommitdiff
authorllornkcor <llornkcor>2002-02-03 14:15:02 (UTC)
committer llornkcor <llornkcor>2002-02-03 14:15:02 (UTC)
commite26c1409462b6c9c4931a5fa13c121f492747c27 (patch) (unidiff)
tree066700138630d3167ac44d8f4e5850a3b294d0ba
parentee82c470b34819d24de543b30f150788fb58b2f1 (diff)
downloadopie-e26c1409462b6c9c4931a5fa13c121f492747c27.zip
opie-e26c1409462b6c9c4931a5fa13c121f492747c27.tar.gz
opie-e26c1409462b6c9c4931a5fa13c121f492747c27.tar.bz2
added clear to commandlist
Diffstat (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
@@ -97,24 +97,25 @@ public:
97 } 97 }
98}; 98};
99 99
100// This could be configurable or dynamicly generated from the bash history 100// This could be configurable or dynamicly generated from the bash history
101// file of the user 101// file of the user
102static const char *commonCmds[] = 102static 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",
115 "find ", 116 "find ",
116 "free", 117 "free",
117 "grep ", 118 "grep ",
118 "ifconfig ", 119 "ifconfig ",
119 "ipkg ", 120 "ipkg ",
120 "mkdir ", 121 "mkdir ",