Bug #1225
closedCurses::getmouse
Description
=begin
Hi Core!
To reproduce, try:
$ ruby19 -rcurses -e 'Curses::getmouse'
Command output is attached.
=end
Files
Updated by ba (Alexander Beisig) over 15 years ago
=begin
Sandor Szücs schrieb:
Bug #1225: Curses::getmouse
http://redmine.ruby-lang.org/issues/show/1225Author: Sandor Szücs
Status: Open, Priority: Normal
ruby -v: ruby 1.9.2dev (2009-02-26 trunk 22651) [i386-darwin9.6.0]Hi Core!
To reproduce, try:
$ ruby19 -rcurses -e 'Curses::getmouse'Command output is attached.
I too noticed that the NCurses mouse functions are quite unstable if
called before initscr(), so it's probably a bug in the NCurses library.
This particular example doesn't crash for me on Linux, but that's
probably just a coincidence.
Alex
=end
Updated by marcandre (Marc-Andre Lafortune) about 15 years ago
- Category set to lib
- Status changed from Open to Closed
=begin
Fixed in r25267 & r25269.
This is not a ncurses library bug, since it states that initscr() must be called before any other function of the lib. Many functions of Curses made sure that the lib was initialized, but many didn't (including getmouse). Other functions (Curses::can_change_colors?, standout, etc...) also crashed (on my old PowerBook on leopard, never on my mac pro running snow leopard).
I am unsure as to why the library is not inited when 'curses' is required, so I just added the calls to all functions that needed it.
=end
Updated by shyouhei (Shyouhei Urabe) almost 15 years ago
- Status changed from Closed to Assigned
- Assignee set to wyhaines (Kirk Haines)
=begin
This issue also affects 1.8.6, meseems.
=end
Updated by jeremyevans0 (Jeremy Evans) about 5 years ago
- Tracker changed from Backport to Bug
- Project changed from Backport186 to Ruby master
- Description updated (diff)
- Status changed from Assigned to Closed
- ruby -v set to ruby 1.9.2dev (2009-02-26 trunk 22651) [i386-darwin9.6.0]
- Backport set to 2.5: UNKNOWN, 2.6: UNKNOWN