skogsbaer / hscurses

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

get_wch(3NCURSES) is not supported #1

Closed hiukkanen closed 12 years ago

hiukkanen commented 13 years ago

It would be nice to have get_wch supported as well.

skogsbaer commented 13 years ago

Could you supply an appropriate patch? Thanks.

hiukkanen commented 13 years ago

I haven't been able to get it work.

But I think that the normal get char function can be used to get any wide characters ...

skogsbaer commented 12 years ago

You could use wAddStr for displaying wide characters.