> From: wang cui > > As we always provide console for user interaction. It's > difficult for use > to remember and understand so many commands. > > I'd like to provide a text-based GUI interface, a great > example is Turbo C > program. > > I did some work on my target, analysis user input(eg. arrow > keys) from > terminal(HyperTerminal), and keep the terminal screen layout > unchanged, but > update corresponding fields. Also automaticaly update > statistic fields when > changed. > I found it useful for newbie user. > > Is there guide article or open-source library to help accomplish such > function?
Actually, TurboVision, which is the text-based GUI framework created by Borland, is in the public domain. A Google search came up with a Gnu port at SourceForge. -- Ciao, Paul D. DeRocco Paul mailto:[EMAIL PROTECTED] -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
