Link to home
Start Free TrialLog in
Avatar of ambuli
ambuliFlag for United States of America

asked on

Console based application in Linux

Hi there,
I want to write a small console based application in C/Linux.  I want the app to be standalone
and to act as an app rather than a terminal.  I have the interface below.  Basically, I want to be
able to give commands and see the text values in the interface change.  I do not want the screen to
scroll rather every field should stay in the fixed location.  How can I achieve this.  Is there an example
somewhere? :-)
Any input is appreciated.  Thank you.

|------------------------------------------------------------------
|                                                                  |
| Current DN: _____                                                |
|                                                                  |
| Number Of Call: __       Incoming: ___       Outgoing:__         |
|                                                                  |
|                                                                  |
| State: _____             Event: __________                       |
|                                                                  |
| Other Party: ___________                                         |
|                                                                  |
| ID: ________                                                     |
|                                                                  |
|-------------------------------------------------------------------
| command:                                                         |
|-------------------------------------------------------------------

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of phoffric
phoffric

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial