examples/form2.rb in ncursesw-1.2.4.3 vs examples/form2.rb in ncursesw-1.4.0.0
- old
+ new
@@ -9,10 +9,10 @@
#
# The original example contained the following copyright:
# Copyright (c) 2001 by Pradeep Padala. This document may be distributed
# under the terms set forth in the LDP license at linuxdoc.org/COPYRIGHT.html.
-require 'ncurses'
+require 'ncursesw'
include Ncurses
include Ncurses::Form
def print_in_middle(win, starty, startx, width, string, color)