From b4011e33ef1e667638592b77859bd72cea81f488 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Tue, 9 Jul 1996 00:00:06 +0200 Subject: [PATCH] doc for readline() Rev: src/modules/readlinemod/doc/readline:1.1 --- src/modules/readlinemod/doc/readline | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/modules/readlinemod/doc/readline diff --git a/src/modules/readlinemod/doc/readline b/src/modules/readlinemod/doc/readline new file mode 100644 index 0000000000..8229909316 --- /dev/null +++ b/src/modules/readlinemod/doc/readline @@ -0,0 +1,14 @@ +NAME + readline - read a line from stdin + +SYNTAX + string readline(string prompt); + +DESCRIPTION + This function writes the string 'prompt' and then waits until the + user has entered a line from the keyboard. If the readline library + was available when uLPC was compiled the user will have history and + line edithing at his/her disposal when entering the line. + +SEE ALSO + files/file -- GitLab