close_screen

close_screen()
Class Public methods

A program should always call ::close_screen before exiting or escaping from curses mode temporarily. This routine restores tty modes, moves the cursor to the lower left-hand corner of the screen and resets the terminal into the proper non-visual mode.

Calling ::refresh or ::doupdate after a temporary escape causes the program to resume visual mode.

doc_ruby_on_rails
2015-04-02 05:31:20
Comments
Leave a Comment

Please login to continue.