raw(3cur) ultrix man page | unix.com

Man Page: raw

Operating Environment: ultrix

Section: 3cur

raw(3cur)																 raw(3cur)

Name
       raw, noraw - enable/disable raw mode

Syntax
       int raw()

       int noraw()

Description
       The  routine sets the terminal into RAW mode.  RAW mode is similar to CBREAK mode, in that characters are immediately passed through to the
       user program as they are typed.	In RAW mode, the interrupt, quit, suspend and flow control characters are  passed  through  uninterpreted,
       and do not generate a signal.

       The behavior of the BREAK key depends on the settings of bits that are not controlled by

       The routine disables RAW mode.

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

																	 raw(3cur)
Related Man Pages
curs_inopts(3x) - redhat
noecho(3x) - redhat
nodelay(3x) - redhat
mvgetch(3cur) - ultrix
wgetch(3cur) - ultrix
Similar Topics in the Unix Linux Community
How to create new partitions in solaris,from the raw disk?
Draw a Horizontal and Vertical line on UNIX
Raw Socket Programming - Efficient Packet Sniffer
Raw Devices
How to stop a shell script if it encounters a error?