From: Vidya Kotamraju <vidyakr@darya.nio.org>
To: linux-c-programming@vger.kernel.org
Subject: Control key with Ncurses
Date: Thu, 03 Jul 2003 12:30:17 +0530 [thread overview]
Message-ID: <3F03D481.1080008@darya.nio.org> (raw)
Hi all,
I am writing a graphics-based application in Linux by making use of C
and ncurses library.
The application needs that i take two numbers as input ( i make use of
scanw for the same).
However at this point in the program i want the user to obtain the
flexibility of exiting gracefully from the program(by pressing a cntrl
key,like say F5).
Cntrl-D doesnt seem to work with ncurses..
Heres a snippet of the code.....
/*FORM INITIALIZATION*/
my_form = new_form(field);
post_form(my_form);
refresh();
mvprintw(1,8,"NOTE:THE ROW AND COLUMN ARE AS DEFINED IN MATRIXALGEBRA");
mvprintw(2,8,"Enter the row and column coordinates(i and j values):");
mvprintw(3,8,"i and j: ");
scanw("%d %d",&i,&j);
// at this point i want to exit from the program if F5 key is pressed.
Any pointers ?
Regards,
Vidya
--
--------------------------------------------------------------------------
As far as the laws of mathematics refer to reality,they are not certain;
and as far as they are certain, they do not refer to reality.
- Albert Einstein (1879-1955)
--------------------------------------------------------------------------
Kotamraju Vidya
Marine HydroDynamics Lab,
Physical Oceanography Division,
National Institute of Oceanography,
Dona Paula, Goa 403 004, India.
Ph.: +91-832-2456700 *4400 (O)
+91-832-2541756 (R)
e-mail: vidyakr@darya.nio.org
next reply other threads:[~2003-07-03 7:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-07-03 7:00 Vidya Kotamraju [this message]
2003-07-03 7:18 ` Control key with Ncurses Glynn Clements
2003-07-04 10:44 ` Vidya Kotamraju
2003-07-04 14:47 ` Glynn Clements
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3F03D481.1080008@darya.nio.org \
--to=vidyakr@darya.nio.org \
--cc=linux-c-programming@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).