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:
Jérôme Duval 2009-11-12 23:49:58 +00:00
parent ee0a622f83
commit ce80623dff

View File

@ -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 */