[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
nCurses input from keypad and keyboard while updating the display
From: |
willhbca |
Subject: |
nCurses input from keypad and keyboard while updating the display |
Date: |
Fri, 1 Jun 2012 17:56:27 -0700 (PDT) |
I'm attempting to build a keyboard input processor while still having to
update information on the display using nCurses. Input is via a command line
and can be "n" characters in length. Additionally, function keys are also
allowable input. While data is being entered, I would like to maintain a
refresh of data displayed elsewhere on the screen.
I'm attempting to use getch() with nodelay() for input and using an napms
delay to slow down refresh. How would you handle the command entry of "n"
characters while doing this? Got any examples?
Thanks,
Will
--
View this message in context:
http://old.nabble.com/nCurses-input-from-keypad-and-keyboard-while-updating-the-display-tp33947901p33947901.html
Sent from the Gnu - Ncurses mailing list archive at Nabble.com.
- nCurses input from keypad and keyboard while updating the display,
willhbca <=