osx - Prevent Terminal Scrollback In Curses (Python)? -
setup: iterm2 in mac os x python 2.7 application using curses. leaving alone works fine; uses timer update information , rewrite screen , 2 pads. if accidentally "scroll up" mousewheel or mousepad, see individual "frames" written iterations in program's while-loop. also, causes kind of memory or cpu lag such takes long time bottom , view actual application again.
if @ possible, i'd avoid this. thoughts?
Comments
Post a Comment