skogsbaer / hscurses

ncurses binding for Haskell
http://hackage.haskell.org/package/hscurses
GNU Lesser General Public License v2.1
60 stars 21 forks source link

Missing binding for newterm #23

Open Globidev opened 9 years ago

Globidev commented 9 years ago

There does not appear to be a binding to the newterm function I noticed it was missing from the python bindings too so I guess it might not be trivial to bind ? Anyway, it would be a nice feature to have because without it you cannot work with non tty stdin/stdout (or at least I did not find another way to handle that case)

rvion commented 9 years ago

+1

skogsbaer commented 9 years ago

Would anyone volunteer to provide a binding for newterm? I'm not much into curses hacking these days, so I would warmly welcome any pull request!