A curses based file viewer
load_file(filename) Instance Public methods Load the file into memory, and put
interact() Instance Public methods Allow the user to interact with the display
scroll_down() Instance Public methods Scroll the display down by one line
new(filename) Class Public methods Create a new fileviewer, and view the file
init_curses() Instance Public methods Perform the curses setup
scroll_up() Instance Public methods Scroll the display up by one line