Re: enhancing prompt() functions
- Posted by euphoric (admin) Sep 15, 2011
- 1012 views
jimcbrown said...
euphoric said...
I would like to enhance the prompt_string() function to allow the user to supply a default or initial string to be used.
This approach is quite difficult, because we just use gets(0).
Yes, I discovered that after looking at the function. I'm guessing a roll-your-own solution will have to do for now.
Thank you! :)