/Python-curses-Scrolling-Example

A simple example of how to use Python's ncurses library to create a scrolling console window.

Primary LanguagePython

Lyle Scott III
lyle@digitalfoo.net
http://digitalfoo.net/projects/Python_curses_Scrolling_Example/

This is a *super* basic implementation of a scrollable terminal screen.

*Currently, this reads line from lines.txt in the getOutputLines function.

* UP    - scroll up 
* DOWN  - scroll down
* SPACE - select/toggle a line 
* ESC   - exit