I tried ``` require "ncurses" NCurses.start NCurses.print "Hello world!" puts "test" NCurses.end ``` On a Mac , but it only prints "test"