free_console() problem
- Posted by spent memory <spent.memory at gmail.com> Jan 23, 2005
- 489 views
Hi Forum, I am having a problem using free_console() in conjuction with prompt_string. My program calls up a console using a routine, checks the input of the prompt and then takes appropriate action based on the input then closes the console using free_console(). It works fine up to this point. However when i attempt to open the console using the same routine a second time it opens correctlly with the caret awaiting the input but i cannot type anything into it. Anyone have any idea what's goin on. Thanks