1 ($:.unshift File.expand_path(File.join( File.dirname(__FILE__), '..', 'lib' ))).uniq!
5 # This example provides a simple example of setting up an Ncurses interface,
6 # and then tearing it down. Nothing will be observed other than the clearing
7 # of the terminal for 10 seconds.
9 # A call to `Nfoiled::initialize` will, basically, do everything for us. Many
10 # other initialization methods actually call this for us anyway, so we could
11 # even just jump right in and instantiate a window if we so desired.
14 # The only thing left to do is update the display, to actually cause it to