From: Eric Hodel Date: 2011-06-28T06:43:42+09:00 Subject: [ruby-core:37589] [Ruby 1.9 - Feature #4896] Add newpad() support to Curses Issue #4896 has been updated by Eric Hodel. Why was this moved to 1.9.x? I have used this patch to write a browser-like tool and it seems to work OK. Can we have this in 1.9.3? ---------------------------------------- Feature #4896: Add newpad() support to Curses http://redmine.ruby-lang.org/issues/4896 Author: Eric Hodel Status: Open Priority: Normal Assignee: Category: ext Target version: 1.9.x The ruby curses library lacks support for scrolling regions via newpad(). This patch adds support for newpad() as a subclass of Curses::Window. May I apply it? -- http://redmine.ruby-lang.org