I have worked on the beaver_box_prompt function. The box works fine, but
getting the inputted value to the rest of the program doesn't really. It
is still not clear to me of which type the return value of the function
should be (gchar, gchar* or const gchar*) to transfer the string in the
right way. I hope you can teach me something about it ;)