1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/curses
shyouhei 5f10f47531 merge revision(s) 25269:
* ext/curses/curses.c: Many functions of module Curses could cause a
	  crash if the ncurses library was not properly initialized.
	  Fix pointed out by Alexander Beisig [ruby-core:22592]
	  Functions fixed: attroff, attron, attrset, bkgd, bkgdset,
	  can_change_color, close_screen, closed, color_content, curs_set,
	  def_prog_mode, delch, deleteln, getmouse, getstr, has_colors,
	  init_color, init_pair, insertln, keyname, mouseinterval, mousemask,
	  pair_content, pair_number, reset_prog_mode, resizeterm, scrl,
	  setscrreg, standend, standout, start_color, timeout, ungetmouse


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@25899 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-11-24 07:02:04 +00:00
..
.cvsignore * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
curses.c merge revision(s) 25269: 2009-11-24 07:02:04 +00:00
depend ext/*/depend 1999-10-21 07:08:00 +00:00
extconf.rb * ext/curses/extconf.rb: check macro if cannot find func. 2007-11-15 10:51:07 +00:00
hello.rb new methods and constants for using the mouse, character attributes, 2001-08-12 23:42:44 +00:00
mouse.rb new methods and constants for using the mouse, character attributes, 2001-08-12 23:42:44 +00:00
rain.rb Initial revision 1998-01-16 12:13:05 +00:00
view.rb * ext/curses/curses.c ({curses,window}_clrtoeol): added. suggested 2005-08-27 11:21:30 +00:00
view2.rb * parse.y (yylex): obsolete '?<whitespace>'; use '?\s', '?\n', 2002-06-18 06:29:07 +00:00