bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Screen buffer on scrolling?


From: Mar15
Subject: Screen buffer on scrolling?
Date: Sun, 27 Apr 2008 16:34:04 -0700 (PDT)

I am using ncurses for the first time and I have encountered a problem which
I don' know how to solve:
I enabled scrolling in my application with scrollok() but I noticed that
whenever some text is added so that it should be scrolled the first (upper)
lines which go out of scope disappear completely and not visible any more
when I scroll back in console window (putty for example). Is there some way
in ncurses to keep those lines when the user scrolls back or do I have to
add my own implementation in order to save them?
And another question which is related to it: when application closed is
there some way to keep the output from the application visible in console
window just like normal output of command line application?
-- 
View this message in context: 
http://www.nabble.com/Screen-buffer-on-scrolling--tp16929822p16929822.html
Sent from the Gnu - Ncurses mailing list archive at Nabble.com.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]