ruby / curses

Ruby binding for curses, ncurses, and PDCurses. Formerly part of the ruby standard library.
Other
293 stars 34 forks source link

Curses.newterm is absent #55

Open freemo opened 4 years ago

freemo commented 4 years ago

I have been stuck using a very old library and unable to switch to this Curses library because of the absence of newterm. I do curses over telnet with multiple screens simultaneously so this method is critical for me.

Any chance you can add this, I'm at the point where I'm about to fork this project as the old library is crashing on me.

freemo commented 4 years ago

Any update on this? Is this project still maintained?

shugo commented 4 years ago

I don't have enough time to implement it, but pull requests are welcome.

freemo commented 4 years ago

I can take a stab at it. Last time I looked it didnt seem straightforward but let me see if i cant take another stab at doing something.

On Wed, Aug 5, 2020 at 12:48 AM Shugo Maeda notifications@github.com wrote:

I don't have enough time to implement it, but pull requests are welcome.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ruby/curses/issues/55#issuecomment-668977600, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAXESATXOFQCGJXCWRS3VZLR7DQDVANCNFSM4MRMOJRQ .

kaspergrubbe commented 4 years ago

@freemo Awesome! Thank you for taking a stab at it!