ni: use command ":q" to quit, blank line do nothing
[nit.git] / lib / curses / curses.nit
index af98bcb..fccf346 100644 (file)
@@ -29,15 +29,3 @@ extern Window
        fun delwin is extern
        fun endwin is extern
 end
-
-redef class Sys
-       # Wait a specific number of second and nanoseconds
-       # FIXME: should not be in the curses module
-       fun nanosleep(sec, nanosec: Int) is extern
-end
-
-redef class Stdin
-       # Is these something to read? (non blocking)
-       # FIXME: should not be in the curses module
-       fun poll_in: Bool is extern
-end