Curses library notes

Source: Internet
Author: User
Tags nonl
1. cbreak (): After the cbreak function is called, all character input except the "Del" and "Ctrl" keys are accepted. 2. Both the raw () and cbreak () functions can disable line buffering ). The difference is: in raw () function mode, When you process control characters such as ctrlz, ctrlc, or ctrlc, it is directly transmittedProgramIn cbreak () mode, the control characters are interpreted as other characters by the terminal driver. 3. nl ()/nonl (): Indicates whether to use line breaks as carriage return characters during output. The NL function uses line breaks as carriage return characters, while the nonl function is opposite. 4. noecho ()/echo (): Disable/enable the input echo function. 5. intrflush (window * Win, bool BF): Win is the standard output. When BF is true, enter break to speed up the interrupt response. However, the output information may be messy. 6. Keypad (window * Win, bool BF): Win is the standard output. After calling the keypad function, you can use some special characters on the keyboard, such as the direction keys, to convert them into special keys in curses. h. 7. Refresh (): repaint the screen content. After the initscr function is called, the screen is cleared when the refresh function is called for the first time.

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.