summaryrefslogtreecommitdiffstats
path: root/lib/readline_simple.c
diff options
context:
space:
mode:
authorJuergen Beisert <jbe@isonoe.(none)>2007-10-19 21:35:46 +0200
committerJuergen Beisert <jbe@isonoe.(none)>2007-10-19 21:35:46 +0200
commit30e09b83d5f775b54c053d4450a77d2cbe81e737 (patch)
tree09689a9bd1193d6c01adb86656881879cbea5e40 /lib/readline_simple.c
parent44630acd4ad37ff2d9e620ffa83b3add369a6bd0 (diff)
downloadbarebox-30e09b83d5f775b54c053d4450a77d2cbe81e737.tar.gz
barebox-30e09b83d5f775b54c053d4450a77d2cbe81e737.tar.xz
shell info added
Diffstat (limited to 'lib/readline_simple.c')
-rw-r--r--lib/readline_simple.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/readline_simple.c b/lib/readline_simple.c
index 8a6eb816df..b1ac64a545 100644
--- a/lib/readline_simple.c
+++ b/lib/readline_simple.c
@@ -140,3 +140,19 @@ int readline (const char *prompt, char *line, int len)
}
}
}
+
+/**
+ * @file
+ * @brief Primitiv Line Parser
+ */
+
+/** @page readline_parser Primitive Line Parser
+ *
+ * There is still a primtive line parser as a alternative to the hush shell
+ * environment available. This is for persons who like the old fashion way of
+ * edititing and command entering.
+ *
+ * Enable the "Simple parser" in "General Settings", "Select your shell" to
+ * get back the old console feeling.
+ *
+ */ \ No newline at end of file