From: Rahul Kumar Date: 2010-08-30T17:24:19+09:00 Subject: Re: ffi-ncurses 0.3.3 Wanted to confirm. Seems ffi-ncurses does not support panels. Panels are critical when we need to have multiple windows. e.g. one screen leads to another, and then closing a screen brings one back to previous. IIRC, its also required for dialog boxes, popups etc. Is it possible to have panel support. There are only a few methods: Ncurses::Panel.del_panel Ncurses::Panel.hide_panel Ncurses::Panel.new_panel Ncurses::Panel.show_panel Ncurses::Panel.top_panel Ncurses::Panel.update_panels Also, window should return its panel with window.panel(). thx rahul -- Posted via http://www.ruby-forum.com/.