bug-ncurses
[Top][All Lists]
Advanced

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

input w/real-time output question


From: Michael Williamson
Subject: input w/real-time output question
Date: Sat, 9 Sep 2006 11:28:20 -0700 (PDT)

Hi, 

I have a question about curses. Using ncurses,
I am trying to write a simple program that reads
'\n' terminated input from the keyboard in one window
while  simultaneously showing scrolling real-time
information in another window. What is the easiest
way to do this? 
Do I have to use getch() and nodelay() and
keep track of the cursor position myself, for input?
Because I don't find any function that returns the
current position of the cursor in a window.

-Mike


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 




reply via email to

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