Additions to StepTalk/Modules/SimpleTranscript
Alexander V. Diemand <Alexander.Diemand <at> etu.unil.ch>
2003-10-03 11:42:21 GMT
Dear GNUsteppers,
Hereby, I want to share with you a modification to the StepTalk module.
The SimpleTranscript is the primary way of outputting textual
information to the user's console. The converse was missing: no input
could have been read from the console.
I have added the following method to the class SimpleTranscript:
-(NSString*)readLine:(NSString*)prompt;
Currently, this now uses libreadline and tools based on StepTalk must
therefore be linked with libreadline. But this is open to discussion.
Thanks for inclusion into CVS
Alex.
Alexander V. Diemand
Swiss Institute of Bioinformatics
Chemin des Boveresses 155 fon ++41 (0)79 213 05 71
CH-1066 Epalinges s. Lausanne fax ++41 (0)21 692 59 45
Switzerland
_______________________________________________
Bug-gnustep mailing list
Bug-gnustep <at> gnu.org
(Continue reading)