ultrix man page for nocbreak

Query: nocbreak

OS: ultrix

Section: 3cur

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

cbreak(3cur)															      cbreak(3cur)

Name
       cbreak, nocbreak - set/clear cbreak mode

Syntax
       int cbreak()

       int nocbreak()

Description
       The  routine  puts  the terminal into CBREAK mode.  In this mode, characters typed by the user are immediately available to the program and
       erase/kill character processing is not performed.  Interrupt and flow control characters are unaffected by this mode.

       The routine disables CBREAK.  In this case the terminal driver will buffer input until a newline or carriage return is typed.

       The initial settings that determine whether or not a terminal is in CBREAK mode are dependent on the terminal driver implementation.  As  a
       result  of this, it is not possible to determine if a terminal is in CBREAK mode, as it is an inherited characteristic.	It is necessary to
       call to ensure that the terminal is set to the correct mode for the application.

Return Values
       The and functions return OK on success and ERR on error.

																      cbreak(3cur)
Related Man Pages
noraw(3xcurses) - opensolaris
getch(3cur) - ultrix
wgetch(3cur) - ultrix
cbreak(3curses) - sunos
raw(3xcurses) - sunos
Similar Topics in the Unix Linux Community
Help with ncurses
Infraction for rakesh_01: Use code tags
Warning for rakesh_01: Bumping Up Posts