examples/form.rb in ncursesw-1.2.4.3 vs examples/form.rb in ncursesw-1.4.0.0
- old
+ new
@@ -6,10 +6,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.rb'
+require 'ncursesw.rb'
begin
scr = Ncurses.initscr()
Ncurses.cbreak()
Ncurses.noecho()