i've got a window where messages etc are displayed...some messages are displayed using different colors. So this has to be same after scrolling.
I was thinking about some structure that would save last x displayed strings and after scroll this lines would be displayed by recalling functions that displayed them first time. But that would mean i would have to create objects that will contain parsed strings which i'll display in proper way. I dont like this idea very much..:/
How to do what bash terminal does? :) Form can do scrolling but without colors. Am i missing some important ncurses feature?