added some definitions in termios.h
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34015 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
ee0a622f83
commit
ce80623dff
@ -139,6 +139,11 @@ struct termios {
|
||||
#define NOFLSH 0x80 /* Disable flush after int or quit */
|
||||
#define TOSTOP 0x100 /* stop bg processes that write to tty */
|
||||
#define IEXTEN 0x200 /* implementation defined extensions */
|
||||
#define ECHOCTL 0x400
|
||||
#define ECHOPRT 0x800
|
||||
#define ECHOKE 0x1000
|
||||
#define FLUSHO 0x2000
|
||||
#define PENDIN 0x4000
|
||||
|
||||
/* options to tcsetattr() */
|
||||
#define TCSANOW 0x01 /* make change immediate */
|
||||
|
Loading…
x
Reference in New Issue
Block a user