stdscr

stdscr()
Class Public methods

The Standard Screen.

Upon initializing curses, a default window called stdscr, which is the size of the terminal screen, is created.

Many curses functions use this window.

doc_ruby_on_rails
2015-04-02 09:03:28
Comments
Leave a Comment

Please login to continue.