[erlang-questions] Deleting last line in the Erlang Shell
Mazen
mazen@REDACTED
Wed Apr 25 16:49:09 CEST 2007
Maybe an ugly way of doing it but on top of my head you can do
io:format("r")
which will bring you back on the same line (which you can then overwrite). Don't know if the there is a special way to do it. I have never actually done an interactive program in Erlang myself :)
Guest wrote:
Hello,
I have a simple program that takes input via io:get_line/1 in a loop.
However, when I hit enter I would like for it to just clear the line
instead of printing a new input line. Is there any way to do this with
in the erlang shell?
Thanks!
Jordan Wilberding
_______________________________________________
erlang-questions mailing list
erlang-questions@REDACTED
http://www.erlang.org/mailman/listinfo/erlang-questions
Post recived from mailinglist
(end of quote)
_________________________________________________________
Post sent from http://www.trapexit.org
More information about the erlang-questions
mailing list