in reply to Re^2: Charting Modules
in thread Charting Modules

Thanks for the answer. I am old enought to have written a bit of code with it, just prior to the form tag.

But not much code, since already the curses lib was stretching my talents for layouts and my aesthetical eye. :-)

'curses' was quite neat to use and if that resulted in cursing, I hope the responsible programmer never used gui libs!

(-: And, no, it didn't hurt my eye when my aesthetical eye was stretched, but the viewers' eyes. Should lay off the language jokes when I am on shaky idiomatic ground. :-)

Replies are listed 'Best First'.
Re^4: Charting Modules
by 5mi11er (Deacon) on Nov 16, 2005 at 15:37 UTC
    Actually, I'd imagine the cursing was done by the guy(s) writting the curses library or those attempting to do layouts without that library. I've done my share of curses programming myself, and you're right, using the library was actually pretty nice.

    -Scott