A programming question about the CURSES library

Source: Internet
Author: User
I would like to ask a question about CURSES library programming-Linux general technology-Linux programming and kernel information. The following is a detailed description. You have encountered a problem in curses. h library programming and cannot solve it by yourself. Therefore, please ask experts for help.

The logic is as follows:
.......
Int ch = getch ();

If (ch = 27)
Exit (0 );
Else
........

My intention is to exit the program only after pressing the ESC key, but now the problem is:
I press ESC and another function key to exit.
The function key is set to "^ [3 ~ "

The hero can tell me how to distinguish between ESC (key value: "^ [") and "^ [3 ~ "Function key?
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.